Skip to content

Commit 7505782

Browse files
committed
fix(deps): update dependency @devprotocol/util-ts to v3.0.1
1 parent bf273b6 commit 7505782

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"testTimeout": 500000
9999
},
100100
"dependencies": {
101-
"@devprotocol/util-ts": "3.0.0",
101+
"@devprotocol/util-ts": "3.0.1",
102102
"bignumber.js": "9.1.1",
103103
"js-base64": "^3.7.2",
104104
"ramda": "^0.29.0"

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,13 +1015,13 @@
10151015
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10161016
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10171017

1018-
"@devprotocol/[email protected].0":
1019-
version "3.0.0"
1020-
resolved "https://registry.yarnpkg.com/@devprotocol/util-ts/-/util-ts-3.0.0.tgz#031b251d59dfd9199a4beee421d8b28c0d2ee7aa"
1021-
integrity sha512-oDg7IeJCeAajGGG79C+UXJE7pKrGsDui3yn9yxSx5SpGFejlAJ3E3af9CpF+uK71NNropglbf/W4KCs2unpGaA==
1018+
"@devprotocol/[email protected].1":
1019+
version "3.0.1"
1020+
resolved "https://registry.yarnpkg.com/@devprotocol/util-ts/-/util-ts-3.0.1.tgz#864b99de5bd77eca66a53cff0c859e4a5b0f00d0"
1021+
integrity sha512-EHNNC7r327IhaEomq08GDcPLNflCH3GrUa2pzckWR7iHKjoT4UdbWluSFlC3n5qXrR12vT9AS/ck6OLrbgDn+A==
10221022
dependencies:
10231023
ethers "^5.7.2"
1024-
ramda "^0.28.0"
1024+
ramda "^0.29.0"
10251025

10261026
"@eslint-community/eslint-utils@^4.2.0":
10271027
version "4.4.0"
@@ -4607,11 +4607,6 @@ queue-microtask@^1.2.2:
46074607
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
46084608
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
46094609

4610-
ramda@^0.28.0:
4611-
version "0.28.0"
4612-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.28.0.tgz#acd785690100337e8b063cab3470019be427cc97"
4613-
integrity sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==
4614-
46154610
ramda@^0.29.0:
46164611
version "0.29.0"
46174612
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.0.tgz#fbbb67a740a754c8a4cbb41e2a6e0eb8507f55fb"

0 commit comments

Comments
 (0)