File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ - Update dependencies. ([ #1096 ] ( https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1096 ) )
6
+
3
7
## 1.41.0 (2024-11-25)
4
8
5
9
- Update Slang dependency to 0.18.3. ([ #1102 ] ( https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1102 ) )
Original file line number Diff line number Diff line change 62
62
},
63
63
"dependencies" : {
64
64
"@nomicfoundation/slang" : " ^0.18.3" ,
65
- "cbor" : " ^9 .0.0" ,
65
+ "cbor" : " ^10 .0.0" ,
66
66
"chalk" : " ^4.1.0" ,
67
67
"compare-versions" : " ^6.0.0" ,
68
68
"debug" : " ^4.1.1" ,
Original file line number Diff line number Diff line change @@ -2642,6 +2642,13 @@ caniuse-lite@^1.0.30001646:
2642
2642
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
2643
2643
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
2644
2644
2645
+ cbor@^10.0.0 :
2646
+ version "10.0.3"
2647
+ resolved "https://registry.yarnpkg.com/cbor/-/cbor-10.0.3.tgz#202d79cd696f408700af51b0c9771577048a860e"
2648
+ integrity sha512-72Jnj81xMsqepqdcSdf2+fflz/UDsThOHy5hj2MW5F5xzHL8Oa0KQ6I6V9CwVUPxg5pf+W9xp6W2KilaRXWWtw==
2649
+ dependencies :
2650
+ nofilter "^3.0.2"
2651
+
2645
2652
cbor@^8.1.0 :
2646
2653
version "8.1.0"
2647
2654
resolved "https://registry.yarnpkg.com/cbor/-/cbor-8.1.0.tgz#cfc56437e770b73417a2ecbfc9caf6b771af60d5"
@@ -5080,7 +5087,7 @@ node-releases@^2.0.18:
5080
5087
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
5081
5088
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
5082
5089
5083
- nofilter@^3.1.0 :
5090
+ nofilter@^3.0.2, nofilter@^3. 1.0 :
5084
5091
version "3.1.0"
5085
5092
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"
5086
5093
integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==
You can’t perform that action at this time.
0 commit comments