Skip to content

Commit 0ba6c9e

Browse files
committed
fix: broken dep version
1 parent 35b48b4 commit 0ba6c9e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4260,12 +4260,12 @@
42604260
undici "^6.11.1"
42614261

42624262
"@openzeppelin/upgrades-core@^1.32.2", "@openzeppelin/upgrades-core@^1.41.0":
4263-
version "1.42.1"
4264-
resolved "https://registry.yarnpkg.com/@openzeppelin/upgrades-core/-/upgrades-core-1.42.1.tgz#a2784e8d9c09f4a79b7e5cbb11933062ad709835"
4265-
integrity sha512-8qnz2XfQrco8R8u9NjV+KiSLrVn7DnWFd+3BuhTUjhVy0bzCSu2SMKCVpZLtXbxf4f2dpz8jYPQYRa6s23PhLA==
4263+
version "1.41.0"
4264+
resolved "https://registry.yarnpkg.com/@openzeppelin/upgrades-core/-/upgrades-core-1.41.0.tgz#3a5e044cf53acd50c392f3297e7c37e4ff8f8355"
4265+
integrity sha512-+oryinqZnxkiZvg7bWqWX4Ki/CNwVUZEqC6Elpi5PQoahpL3/6Sq9xjIozD5AiI2O61h8JHQ+A//5NtczyavJw==
42664266
dependencies:
42674267
"@nomicfoundation/slang" "^0.18.3"
4268-
cbor "^10.0.0"
4268+
cbor "^9.0.0"
42694269
chalk "^4.1.0"
42704270
compare-versions "^6.0.0"
42714271
debug "^4.1.1"
@@ -9041,13 +9041,6 @@ caseless@^0.12.0, caseless@~0.12.0:
90419041
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
90429042
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
90439043

9044-
cbor@^10.0.0:
9045-
version "10.0.3"
9046-
resolved "https://registry.yarnpkg.com/cbor/-/cbor-10.0.3.tgz#202d79cd696f408700af51b0c9771577048a860e"
9047-
integrity sha512-72Jnj81xMsqepqdcSdf2+fflz/UDsThOHy5hj2MW5F5xzHL8Oa0KQ6I6V9CwVUPxg5pf+W9xp6W2KilaRXWWtw==
9048-
dependencies:
9049-
nofilter "^3.0.2"
9050-
90519044
cbor@^8.1.0:
90529045
version "8.1.0"
90539046
resolved "https://registry.yarnpkg.com/cbor/-/cbor-8.1.0.tgz#cfc56437e770b73417a2ecbfc9caf6b771af60d5"
@@ -15913,7 +15906,7 @@ node-stdlib-browser@^1.2.0:
1591315906
util "^0.12.4"
1591415907
vm-browserify "^1.0.1"
1591515908

15916-
nofilter@^3.0.2, nofilter@^3.1.0:
15909+
nofilter@^3.1.0:
1591715910
version "3.1.0"
1591815911
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"
1591915912
integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==

0 commit comments

Comments
 (0)