Skip to content

Commit 575a103

Browse files
authored
chore: fix immer and socket.io CVEs (#278)
* fix: upgrade amplify to fix immer CVE * fix: forcefully upgrade socket.io as gatsby can't be upgraded
1 parent d3eb4e4 commit 575a103

File tree

2 files changed

+883
-1879
lines changed

2 files changed

+883
-1879
lines changed

docs/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"build": "gatsby build --prefix-paths"
55
},
66
"dependencies": {
7-
"@aws-amplify/analytics": "^3.3.6",
7+
"@aws-amplify/analytics": "^4.0.6",
88
"antd": "^4.7.0",
9-
"aws-amplify": "^3.3.3",
10-
"gatsby": "^2.24.77",
9+
"aws-amplify": "^3.3.15",
10+
"gatsby": "^2.4.0",
1111
"gatsby-plugin-antd": "^2.2.0",
1212
"gatsby-plugin-catch-links": "^2.3.15",
1313
"gatsby-plugin-sitemap": "^2.4.16",
@@ -21,7 +21,8 @@
2121
"bl": "^4.0.3",
2222
"semver": "^7.3.2",
2323
"node-fetch": "^2.6.1",
24-
"axios": "^0.21.1"
24+
"axios": "^0.21.1",
25+
"socket.io": "^2.4.0"
2526
},
2627
"keywords": [],
2728
"license": "MIT-0",

0 commit comments

Comments
 (0)