Skip to content

Commit 9c91e07

Browse files
committed
fix: www/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FLAT-596927 - https://snyk.io/vuln/npm:debug:20170905
1 parent 349f3c6 commit 9c91e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "gatsby develop --port 8090"
99
},
1010
"dependencies": {
11-
"@mdx-js/mdx": "^1.6.5",
11+
"@mdx-js/mdx": "^2.0.0",
1212
"@mdx-js/react": "^1.6.5",
1313
"@thumbtack/thumbprint-icons": "4.1.0",
1414
"@thumbtack/thumbprint-react": "^14.18.2",
@@ -17,7 +17,7 @@
1717
"clickable-box": "^1.0.0",
1818
"docsearch.js": "^2.6.2",
1919
"dotenv": "^8.1.0",
20-
"gatsby": "^2.23.3",
20+
"gatsby": "^5.9.0",
2121
"gatsby-plugin-compile-es6-packages": "^2.1.0",
2222
"gatsby-plugin-google-analytics": "^2.3.4",
2323
"gatsby-plugin-lodash": "^3.3.4",

0 commit comments

Comments
 (0)