Skip to content

Commit

Permalink
chore: fix immer and socket.io CVEs (#278)
Browse files Browse the repository at this point in the history
* fix: upgrade amplify to fix immer CVE

* fix: forcefully upgrade socket.io as gatsby can't be upgraded
  • Loading branch information
heitorlessa authored Feb 1, 2021
1 parent d3eb4e4 commit 575a103
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 1,879 deletions.
9 changes: 5 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"build": "gatsby build --prefix-paths"
},
"dependencies": {
"@aws-amplify/analytics": "^3.3.6",
"@aws-amplify/analytics": "^4.0.6",
"antd": "^4.7.0",
"aws-amplify": "^3.3.3",
"gatsby": "^2.24.77",
"aws-amplify": "^3.3.15",
"gatsby": "^2.4.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-catch-links": "^2.3.15",
"gatsby-plugin-sitemap": "^2.4.16",
Expand All @@ -21,7 +21,8 @@
"bl": "^4.0.3",
"semver": "^7.3.2",
"node-fetch": "^2.6.1",
"axios": "^0.21.1"
"axios": "^0.21.1",
"socket.io": "^2.4.0"
},
"keywords": [],
"license": "MIT-0",
Expand Down
Loading

0 comments on commit 575a103

Please sign in to comment.