Skip to content

Commit 0c0e2f2

Browse files
committed
bumped deps
1 parent 556e8d0 commit 0c0e2f2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@noble/hashes": "^1.3.3",
55-
"@unique-nft/sr25519": "^0.0.1",
55+
"@unique-nft/sr25519": "^0.0.2",
5656
"base-x": "^4.0.0",
5757
"utf-helpers": "^0.0.3"
5858
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
"@jridgewell/resolve-uri" "3.1.0"
542542
"@jridgewell/sourcemap-codec" "1.4.14"
543543

544-
"@noble/hashes@^1.2.0", "@noble/hashes@^1.3.3":
544+
"@noble/hashes@^1.3.3":
545545
version "1.3.3"
546546
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699"
547547
integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==
@@ -801,12 +801,12 @@
801801
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
802802
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
803803

804-
"@unique-nft/sr25519@^0.0.1":
805-
version "0.0.1"
806-
resolved "https://registry.yarnpkg.com/@unique-nft/sr25519/-/sr25519-0.0.1.tgz#af8e7b2591ac482055de24114f8b910c0ef1ba31"
807-
integrity sha512-LedK8lwoCvHuye0hfraG/caBfmmp4nFEizWzaLusPSMLnQY8o4fVbQuiBM7ahX3YMOOv8o/VSKiyf7X4WtOk2Q==
804+
"@unique-nft/sr25519@^0.0.2":
805+
version "0.0.2"
806+
resolved "https://registry.yarnpkg.com/@unique-nft/sr25519/-/sr25519-0.0.2.tgz#c0c1b918c950cb3c0c04dfa7ab7cca8ccf62dd3a"
807+
integrity sha512-41DJwU8aX56MAlNgmhAOYaE3ie+7HoETsVhqv5d3Pk7dpr1Aezmzihl5fqfLDgx0XeD8Q1QHY9pYAmsNmgQd2A==
808808
dependencies:
809-
"@noble/hashes" "^1.2.0"
809+
"@noble/hashes" "^1.3.3"
810810
base-x "^4.0.0"
811811

812812
"@vitest/expect@1.3.0":

0 commit comments

Comments
 (0)