5 Commits

Author SHA1 Message Date
snyk-bot
beca5c3777 fix: upgrade @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.2
Snyk has created this PR to upgrade @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.2.

See this package in npm:
@fortawesome/fontawesome-svg-core

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-01-10 08:14:05 +00:00
2d71d81e2d Merge pull request #57 from Mastermindzh/snyk-fix-b1e1d5ed2b46d2b2c0d0af1865c7336a
[Snyk] Security upgrade gatsby from 5.13.7 to 5.14.0
2024-11-07 08:51:13 +01:00
snyk-bot
ce1d321ca5 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
- https://snyk.io/vuln/SNYK-JS-MSGPACKR-6140431
2024-11-07 06:14:28 +00:00
e0e70ef02b Merge pull request #56 from Mastermindzh/snyk-upgrade-a36a46cf08ea4ece4caa560ba2c0d49f
[Snyk] Upgrade: gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-remark-prismjs, gatsby-remark-responsive-iframe
2024-09-26 11:17:25 +02:00
snyk-bot
6a68317467 fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - gatsby-remark-copy-linked-files from 6.13.1 to 6.13.2.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-copy-linked-files
  - gatsby-remark-images from 7.13.1 to 7.13.2.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-images
  - gatsby-remark-prismjs from 7.13.1 to 7.13.2.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs
  - gatsby-remark-responsive-iframe from 6.13.1 to 6.13.2.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-09-17 06:48:49 +00:00
2 changed files with 1245 additions and 685 deletions

1918
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,12 +49,12 @@
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"classnames": "^2.5.1",
"disqus-react": "^1.1.5",
"gatsby": "^5.13.7",
"gatsby": "^5.14.0",
"gatsby-link": "^5.12.1",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-feed": "^5.13.1",
@@ -69,12 +69,12 @@
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-responsive-iframe": "^6.13.2",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",