Skip to content

Commit facd944

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent fc63c74 commit facd944

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"dependencies": {
77
"core-js": "^2.6.0",
88
"disqus-react": "^1.0.4",
9-
"gatsby": "^2.0.0",
9+
"gatsby": "^5.0.0",
1010
"gatsby-image": "^2.0.22",
1111
"gatsby-link": "^2.0.7",
1212
"gatsby-plugin-canonical-urls": "^2.0.8",
1313
"gatsby-plugin-google-analytics": "^2.0.8",
14-
"gatsby-plugin-manifest": "^2.0.2",
14+
"gatsby-plugin-manifest": "^3.13.0",
1515
"gatsby-plugin-offline": "^2.0.5",
1616
"gatsby-plugin-react-helmet": "^3.0.0",
17-
"gatsby-plugin-sass": "^2.0.1",
18-
"gatsby-plugin-sharp": "^2.0.15",
17+
"gatsby-plugin-sass": "^3.0.0",
18+
"gatsby-plugin-sharp": "^3.13.0",
1919
"gatsby-plugin-sitemap": "^2.0.3",
2020
"gatsby-plugin-yandex-metrika": "^1.0.5",
2121
"gatsby-remark-copy-linked-files": "^2.0.7",
2222
"gatsby-remark-images": "^3.0.1",
2323
"gatsby-source-filesystem": "^2.0.11",
2424
"gatsby-transformer-remark": "^2.1.15",
25-
"gatsby-transformer-sharp": "^2.1.9",
25+
"gatsby-transformer-sharp": "^3.13.0",
2626
"lodash": "^4.17.4",
27-
"node-sass": "^4.9.3",
27+
"node-sass": "^6.0.1",
2828
"prop-types": "^15.6.1",
2929
"react": "^16.5.1",
3030
"react-disqus-comments": "^1.1.1",
@@ -53,13 +53,13 @@
5353
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
5454
},
5555
"devDependencies": {
56-
"eslint": "^5.10.0",
56+
"eslint": "^7.0.0",
5757
"eslint-config-airbnb": "^17.1.0",
5858
"eslint-plugin-import": "^2.9.0",
5959
"eslint-plugin-jsx-a11y": "^6.0.3",
6060
"eslint-plugin-react": "^7.7.0",
6161
"gatsby-plugin-styled-jsx": "^3.0.3",
62-
"stylelint": "^9.1.1",
62+
"stylelint": "^13.8.0",
6363
"stylelint-config-standard": "^18.2.0",
6464
"prettier": "^1.14.2"
6565
}

0 commit comments

Comments
 (0)