Skip to content

Commit

Permalink
[1.x] Upgrade immer from 8.0.1 to 9.0.6 (opensearch-project#786)
Browse files Browse the repository at this point in the history
Addresses:
- GHSA-c36v-fmgq-m8hx
- GHSA-33f9-j839-rf8h

Upgrades [immer](https://github.com/immerjs/immer) from 8.0.1 to 9.0.6
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v8.0.1...v9.0.6)

Backport PR:
- opensearch-project#780

Signed-off-by: Tommy Markley <markleyt@amazon.com>

Co-authored-by: Tommy Markley <markleyt@amazon.com>
  • Loading branch information
ananzh and Tommy Markley authored Sep 10, 2021
1 parent 1f4aa89 commit ff23cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"**/front-matter": "^4.0.2",
"**/glob-parent": "^6.0.0",
"**/hoist-non-react-statics": "^3.3.2",
"**/immer": "^8.0.1",
"**/immer": "^9.0.6",
"**/istanbul-instrumenter-loader/schema-utils": "^1.0.0",
"**/kind-of": ">=6.0.3",
"**/lodash": "^4.17.21",
Expand Down Expand Up @@ -397,7 +397,7 @@
"gulp-sourcemaps": "2.6.5",
"has-ansi": "^3.0.0",
"history": "^4.9.0",
"immer": "^8.0.1",
"immer": "^9.0.6",
"intl-messageformat-parser": "^1.4.0",
"jest": "^26.4.2",
"jest-canvas-mock": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13337,10 +13337,10 @@ immediate@~3.0.5:
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=

immer@1.10.0, 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==
immer@1.10.0, immer@^9.0.6:
version "9.0.6"
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.6.tgz#7a96bf2674d06c8143e327cbf73539388ddf1a73"
integrity sha512-G95ivKpy+EvVAnAab4fVa4YGYn24J1SpEktnJX7JJ45Bd7xqME/SCplFzYFmTbrkwZbQ4xJK1xMTUYBkN6pWsQ==

import-cwd@^2.0.0:
version "2.1.0"
Expand Down

0 comments on commit ff23cc0

Please sign in to comment.