Skip to content

Commit ec4d4ee

Browse files
authored
Merge pull request #451 from LeetCode-OpenSource/dependabot/npm_and_yarn/immer-8.0.1
[security] chore(deps-dev): bump immer from 5.0.0 to 8.0.1
2 parents 12c9dd2 + d288c62 commit ec4d4ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-prettier": "^6.0.0",
7878
"eslint-plugin-react": "^7.14.3",
7979
"husky": "^4.3.0",
80-
"immer": "^5.0.0",
80+
"immer": "^8.0.1",
8181
"jest": "^24.8.0",
8282
"lint-staged": "^9.2.1",
8383
"lodash": "^4.17.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4124,10 +4124,10 @@ ignore@^5.1.4:
41244124
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
41254125
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
41264126

4127-
immer@^5.0.0:
4128-
version "5.0.0"
4129-
resolved "https://registry.yarnpkg.com/immer/-/immer-5.0.0.tgz#07f462b7d95f7e86c214a861ecacd766d42b8c0a"
4130-
integrity sha512-G7gRqKbi9NE025XVyqyTV98dxUOtdKvu/P1QRaVZfA55aEcXgjbxPdm+TlWdcSMNPKijlaHNz61DGPyelouRlA==
4127+
immer@^8.0.1:
4128+
version "8.0.1"
4129+
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
4130+
integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==
41314131

41324132
import-fresh@^2.0.0:
41334133
version "2.0.0"

0 commit comments

Comments
 (0)