Skip to content

Commit e461171

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640
1 parent 2c19461 commit e461171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"debug": "^4.3.1",
2323
"documentation": "^13.2.0",
2424
"fs-extra": "^7.0.1",
25-
"gatsby": "^2.32.11",
25+
"gatsby": "^3.0.0",
2626
"gatsby-plugin-advanced-sitemap": "^1.6.0",
2727
"gatsby-plugin-react-helmet": "^3.3.3",
2828
"gatsby-plugin-sass": "^2.8.0",
@@ -39,7 +39,7 @@
3939
"moment-strftime": "^0.5.0",
4040
"node-sass": "^4.14.1",
4141
"node-sass-utils": "^1.1.2",
42-
"postcss": "^8.2.8",
42+
"postcss": "^8.2.13",
4343
"react": "^16.14.0",
4444
"react-dom": "^16.8.1",
4545
"react-helmet": "^5.2.0",

0 commit comments

Comments
 (0)