Skip to content

Commit

Permalink
Merge pull request aws-samples#17 from aws-samples/fix/security-patch…
Browse files Browse the repository at this point in the history
…-immer

fix(security-patch): immmer prototype pollution
  • Loading branch information
abhi7cr authored Jan 26, 2021
2 parents df3e276 + 17304fc commit 94d89d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"websocket-extensions": "^0.1.4",
"object-path": "^0.11.5",
"axios": "^0.21.1",
"node-notifier": "^8.0.1"
"node-notifier": "^8.0.1",
"immer": "^8.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5811,6 +5811,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/immer/-/immer-6.0.1.tgz#7af35e35753d9da6bc9123f0cc99f7e8f2e10681"
integrity sha512-oXwigCKgznQywsXi1VgrqgWbQEU3wievNCVc4Fcwky6mwXU6YHj6JuYp0WEM/B1EphkqsLr0x18lm5OiuemPcA==

immer@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==

import-cwd@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
Expand Down

0 comments on commit 94d89d0

Please sign in to comment.