Skip to content

Commit

Permalink
chore: Remove immer resolution
Browse files Browse the repository at this point in the history
This resolution was added in #3280 to resolve a security advisory. The
advisory is no longer present after removing the resolution. This
resolution was effectively only serving to prevent this package from
being updated with bug fixes.
  • Loading branch information
Gudahtt committed Mar 4, 2024
1 parent 890a149 commit 27f572f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"**/json-schema": "^0.4.0",
"react-native-svg/**/nth-check": "^2.0.1",
"**/ansi-regex": "^5.0.1",
"**/immer": "^9.0.6",
"**/node-fetch": "^2.6.7",
"**/lodash": "^4.17.21",
"**/ua-parser-js": "^0.7.33",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17870,9 +17870,9 @@ immediate@~3.0.5:
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=

immer@^9.0.21, 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==
version "9.0.21"
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==

import-fresh@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 27f572f

Please sign in to comment.