Skip to content

Commit 519a10e

Browse files
Update dependency @nomicfoundation/slang to v1
1 parent a3b4ef9 commit 519a10e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "^5.0.0"
6262
},
6363
"dependencies": {
64-
"@nomicfoundation/slang": "^0.18.3",
64+
"@nomicfoundation/slang": "^1.0.0",
6565
"cbor": "^10.0.0",
6666
"chalk": "^4.1.0",
6767
"compare-versions": "^6.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,10 @@
670670
"@babel/helper-validator-identifier" "^7.24.7"
671671
to-fast-properties "^2.0.0"
672672

673-
"@bytecodealliance/preview2-shim@0.17.0":
674-
version "0.17.0"
675-
resolved "https://registry.yarnpkg.com/@bytecodealliance/preview2-shim/-/preview2-shim-0.17.0.tgz#9bc1cadbb9f86c446c6f579d3431c08a06a6672e"
676-
integrity sha512-JorcEwe4ud0x5BS/Ar2aQWOQoFzjq/7jcnxYXCvSMh0oRm0dQXzOA+hqLDBnOMks1LLBA7dmiLLsEBl09Yd6iQ==
673+
"@bytecodealliance/preview2-shim@0.17.2":
674+
version "0.17.2"
675+
resolved "https://registry.yarnpkg.com/@bytecodealliance/preview2-shim/-/preview2-shim-0.17.2.tgz#8d0c732cba29169a85aa3e603c767e039378f89b"
676+
integrity sha512-mNm/lblgES8UkVle8rGImXOz4TtL3eU3inHay/7TVchkKrb/lgcVvTK0+VAw8p5zQ0rgQsXm1j5dOlAAd+MeoA==
677677

678678
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
679679
version "4.4.0"
@@ -1152,12 +1152,12 @@
11521152
table "^6.8.0"
11531153
undici "^5.14.0"
11541154

1155-
"@nomicfoundation/slang@^0.18.3":
1156-
version "0.18.3"
1157-
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang/-/slang-0.18.3.tgz#976b6c3820081cebf050afbea434038aac9313cc"
1158-
integrity sha512-YqAWgckqbHM0/CZxi9Nlf4hjk9wUNLC9ngWCWBiqMxPIZmzsVKYuChdlrfeBPQyvQQBoOhbx+7C1005kLVQDZQ==
1155+
"@nomicfoundation/slang@^1.0.0":
1156+
version "1.0.0"
1157+
resolved "https://registry.yarnpkg.com/@nomicfoundation/slang/-/slang-1.0.0.tgz#591e430dd681d41898774ab08fbc10c8cefbc1d4"
1158+
integrity sha512-dnfv/+84/+iTSLBvqNQDA4/OZuq0tvJgFFwvnMwIdnMvn8QDcdouPTgF/nOwEuDtcIw5KWFzEf++UqpfwXCRpw==
11591159
dependencies:
1160-
"@bytecodealliance/preview2-shim" "0.17.0"
1160+
"@bytecodealliance/preview2-shim" "0.17.2"
11611161

11621162
"@nomicfoundation/solidity-analyzer-darwin-arm64@0.1.2":
11631163
version "0.1.2"

0 commit comments

Comments
 (0)