Skip to content

Commit 5655fab

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032
1 parent 67f81cc commit 5655fab

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
@@ -27,12 +27,12 @@
2727
"documentation": "^13.2.0",
2828
"eslint": "^7.32.0",
2929
"fs-extra": "^7.0.1",
30-
"gatsby": "^2.32.11",
30+
"gatsby": "^3.13.0",
3131
"gatsby-plugin-react-helmet": "^3.3.3",
3232
"gatsby-plugin-remove-fingerprints": "^0.0.2",
3333
"gatsby-plugin-sass": "^4.13.0",
3434
"gatsby-source-filesystem": "^2.3.10",
35-
"gatsby-transformer-remark": "^2.8.14",
35+
"gatsby-transformer-remark": "^4.0.0",
3636
"graphql": "^14.7.0",
3737
"js-yaml": "^3.12.2",
3838
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)