Skip to content

Commit 9ca2c10

Browse files
committed
fix: deps/npm/docs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355
1 parent 90d8e22 commit 9ca2c10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/npm/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
},
1111
"dependencies": {
1212
"babel-plugin-styled-components": "^1.10.6",
13-
"eslint": "^6.3.0",
14-
"gatsby": "^2.18.17",
13+
"eslint": "^9.26.0",
14+
"gatsby": "^3.13.0",
1515
"gatsby-image": "^2.2.37",
1616
"gatsby-plugin-catch-links": "^2.1.21",
1717
"gatsby-plugin-ipfs": "^2.0.2",
18-
"gatsby-plugin-manifest": "^2.2.34",
18+
"gatsby-plugin-manifest": "^2.7.0",
1919
"gatsby-plugin-no-sourcemaps": "^2.1.1",
2020
"gatsby-plugin-offline": "^3.0.30",
2121
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
2222
"gatsby-plugin-react-helmet": "^3.1.18",
2323
"gatsby-plugin-root-import": "^2.0.5",
24-
"gatsby-plugin-sharp": "^2.3.10",
24+
"gatsby-plugin-sharp": "^2.9.0",
2525
"gatsby-plugin-styled-components": "^3.1.16",
2626
"gatsby-remark-autolink-headers": "^2.1.21",
2727
"gatsby-remark-prismjs": "^3.3.28",

0 commit comments

Comments
 (0)