Skip to content

Commit 11847ac

Browse files
chore(deps): bump @solana/web3.js from 1.73.3 to 1.98.0 (#199)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.73.3 to 1.98.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/solana-labs/solana-web3.js/releases"><code>@​solana/web3</code>.js's releases</a>.</em></p> <blockquote> <h2>v1.98.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.97.0...v1.98.0">1.98.0</a> (2024-12-16)</h2> <h3>Features</h3> <ul> <li>Agave v2 RPC: replace <code>getRecentBlockhash</code> with <code>getLatestBlockhash</code> (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3419">#3419</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/8ea27fcefe938eaec464c41bde15ac44c6821469">8ea27fc</a>)</li> </ul> <h2>v1.97.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.96.0...v1.97.0">1.97.0</a> (2024-12-16)</h2> <h3>Features</h3> <ul> <li>agave v2 rpc: replace <code>getConfirmedTransaction</code> with <code>getTransaction</code> (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3418">#3418</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/a805cb929233fa83facfe51749f39961f97ad6a1">a805cb9</a>)</li> </ul> <h2>v1.96.0</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.95.8...v1.96.0">1.96.0</a> (2024-12-16)</h2> <h3>Features</h3> <ul> <li>Agave v2 RPC: replace <code>getConfirmedBlock</code> with <code>getBlock</code> (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3417">#3417</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/60e39a67236ebc449c9c28fc8b6f0a697517865f">60e39a6</a>)</li> </ul> <h2>v1.95.8</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.95.5...v1.95.8">1.95.8</a> (2024-12-03)</h2> <p>Earlier today, a publish-access account was compromised for <code>@solana/web3.js</code>, a JavaScript library that is commonly used by Solana dapps. This allowed an attacker to publish unauthorized and malicious packages that were modified, allowing them to steal private key material and drain funds from dapps, like bots, that handle private keys directly. This issue should not affect non-custodial wallets, as they generally do not expose private keys during transactions. This is not an issue with the Solana protocol itself, but with a specific JavaScript client library and only appears to affect projects that directly handle private keys and that updated within the window of 3:20pm UTC and 8:25pm UTC on Tuesday, December 2, 2024.</p> <p>These two unauthorized versions (1.95.6 and 1.95.7) were caught within hours and have since been unpublished.</p> <p>We are asking all Solana app developers to upgrade to version 1.95.8. Developers pinned to <code>latest</code> should also upgrade to 1.95.8.</p> <p>Developers that suspect they might be compromised should rotate any suspect authority keys, including multisigs, program authorities, server keypairs, and so on.</p> <h2>v1.95.5</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.95.4...v1.95.5">1.95.5</a> (2024-11-20)</h2> <h3>Bug Fixes</h3> <ul> <li>added <code>programId</code> field in TokenBalance type (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3592">#3592</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/526ce5fced463c9fd1cedc1ab534aa425917eab2">526ce5f</a>)</li> </ul> <h2>v1.95.4</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.95.3...v1.95.4">1.95.4</a> (2024-10-17)</h2> <h3>Bug Fixes</h3> <ul> <li>log JSON-RPC subscription errors to the console (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3392">#3392</a>) (<a href="https://github.com/solana-labs/solana-web3.js/commit/e3459377d3cef03d6e2570119dd45ce38fc8476b">e345937</a>)</li> </ul> <h2>v1.95.3</h2> <h2><a href="https://github.com/solana-labs/solana-web3.js/compare/v1.95.2...v1.95.3">1.95.3</a> (2024-08-21)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/8ea27fcefe938eaec464c41bde15ac44c6821469"><code>8ea27fc</code></a> feat: Agave v2 RPC: replace <code>getRecentBlockhash</code> with <code>getLatestBlockhash</code> (#...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/a805cb929233fa83facfe51749f39961f97ad6a1"><code>a805cb9</code></a> feat: agave v2 rpc: replace <code>getConfirmedTransaction</code> with <code>getTransaction</code> (...</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/60e39a67236ebc449c9c28fc8b6f0a697517865f"><code>60e39a6</code></a> feat: Agave v2 RPC: replace <code>getConfirmedBlock</code> with <code>getBlock</code> (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3417">#3417</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/f554544f1b1a509bca73519a6b7269782f3da67f"><code>f554544</code></a> chore: link to new repo from issue template (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3717">#3717</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/eb3b362c4e03098be2b1af432cd0864879c6886c"><code>eb3b362</code></a> chore: fix the GitHub pages workflow (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3716">#3716</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/de972e408cd08670075042e462eb1faf68a0e125"><code>de972e4</code></a> chore: migrate all Actions workflows to the <code>maintenance/v1.x</code> branch (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3714">#3714</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ae15920fb9109abca45ec73879f70c377d0a0e6f"><code>ae15920</code></a> chore: update link to web3.js@next line in README (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3713">#3713</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/79e6a873a7e4aaf326ae6f06d642394738e31265"><code>79e6a87</code></a> chore: bump typedoc from 0.27.3 to 0.27.4 (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3699">#3699</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/093fbc499653f622cd2f8e1a56cca271afeb69c5"><code>093fbc4</code></a> chore: bump rollup from 4.28.0 to 4.28.1 (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3700">#3700</a>)</li> <li><a href="https://github.com/solana-labs/solana-web3.js/commit/ee06179357e326aff3672c24a2593f1f2034059f"><code>ee06179</code></a> chore: bump prettier from 3.4.1 to 3.4.2 (<a href="https://redirect.github.com/solana-labs/solana-web3.js/issues/3670">#3670</a>)</li> <li>Additional commits viewable in <a href="https://github.com/solana-labs/solana-web3.js/compare/v1.73.3...v1.98.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~solana-devs">solana-devs</a>, a new releaser for <code>@​solana/web3</code>.js since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@solana/web3.js&package-manager=npm_and_yarn&previous-version=1.73.3&new-version=1.98.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mento-protocol/mento-web/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a232296 commit 11847ac

File tree

1 file changed

+134
-64
lines changed

1 file changed

+134
-64
lines changed

yarn.lock

+134-64
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,12 @@ __metadata:
508508
languageName: node
509509
linkType: hard
510510

511-
"@babel/runtime@npm:^7.17.2":
512-
version: 7.21.0
513-
resolution: "@babel/runtime@npm:7.21.0"
511+
"@babel/runtime@npm:^7.25.0":
512+
version: 7.26.9
513+
resolution: "@babel/runtime@npm:7.26.9"
514514
dependencies:
515-
regenerator-runtime: ^0.13.11
516-
checksum: 7b33e25bfa9e0e1b9e8828bb61b2d32bdd46b41b07ba7cb43319ad08efc6fda8eb89445193e67d6541814627df0ca59122c0ea795e412b99c5183a0540d338ab
515+
regenerator-runtime: ^0.14.0
516+
checksum: 838492d8a925092f9ccfbd82ec183a54f430af3a4ce88fb1337a4570629202d5123bad3097a5b8df53822504d12ccb29f45c0f6842e86094f0164f17a51eec92
517517
languageName: node
518518
linkType: hard
519519

@@ -2204,21 +2204,30 @@ __metadata:
22042204
languageName: node
22052205
linkType: hard
22062206

2207-
"@noble/ed25519@npm:^1.7.0":
2208-
version: 1.7.3
2209-
resolution: "@noble/ed25519@npm:1.7.3"
2210-
checksum: 45169927d51de513e47bbeebff3a603433c4ac7579e1b8c5034c380a0afedbe85e6959be3d69584a7a5ed6828d638f8f28879003b9bb2fb5f22d8aa2d88fd5fe
2207+
"@noble/curves@npm:^1.4.2":
2208+
version: 1.8.1
2209+
resolution: "@noble/curves@npm:1.8.1"
2210+
dependencies:
2211+
"@noble/hashes": 1.7.1
2212+
checksum: 4143f1248ed57c1ae46dfef5c692a91383e5830420b9c72d3ff1061aa9ebbf8999297da6d2aed8a9716fef8e6b1f5a45737feeab02abf55ca2a4f514bf9339ec
22112213
languageName: node
22122214
linkType: hard
22132215

2214-
"@noble/hashes@npm:1.2.0, @noble/hashes@npm:^1.1.2, @noble/hashes@npm:~1.2.0":
2216+
"@noble/hashes@npm:1.2.0, @noble/hashes@npm:~1.2.0":
22152217
version: 1.2.0
22162218
resolution: "@noble/hashes@npm:1.2.0"
22172219
checksum: 8ca080ce557b8f40fb2f78d3aedffd95825a415ac8e13d7ffe3643f8626a8c2d99a3e5975b555027ac24316d8b3c02a35b8358567c0c23af681e6573602aa434
22182220
languageName: node
22192221
linkType: hard
22202222

2221-
"@noble/secp256k1@npm:1.7.1, @noble/secp256k1@npm:^1.6.3, @noble/secp256k1@npm:~1.7.0":
2223+
"@noble/hashes@npm:1.7.1, @noble/hashes@npm:^1.4.0":
2224+
version: 1.7.1
2225+
resolution: "@noble/hashes@npm:1.7.1"
2226+
checksum: 4f1b56428a10323feef17e4f437c9093556cb18db06f94d254043fadb69c3da8475f96eb3f8322d41e8670117d7486475a8875e68265c2839f60fd03edd6a616
2227+
languageName: node
2228+
linkType: hard
2229+
2230+
"@noble/secp256k1@npm:1.7.1, @noble/secp256k1@npm:~1.7.0":
22222231
version: 1.7.1
22232232
resolution: "@noble/secp256k1@npm:1.7.1"
22242233
checksum: d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb
@@ -2431,7 +2440,7 @@ __metadata:
24312440
languageName: node
24322441
linkType: hard
24332442

2434-
"@solana/buffer-layout@npm:^4.0.0":
2443+
"@solana/buffer-layout@npm:^4.0.1":
24352444
version: 4.0.1
24362445
resolution: "@solana/buffer-layout@npm:4.0.1"
24372446
dependencies:
@@ -2441,26 +2450,25 @@ __metadata:
24412450
linkType: hard
24422451

24432452
"@solana/web3.js@npm:^1.70.1":
2444-
version: 1.73.3
2445-
resolution: "@solana/web3.js@npm:1.73.3"
2446-
dependencies:
2447-
"@babel/runtime": ^7.12.5
2448-
"@noble/ed25519": ^1.7.0
2449-
"@noble/hashes": ^1.1.2
2450-
"@noble/secp256k1": ^1.6.3
2451-
"@solana/buffer-layout": ^4.0.0
2452-
agentkeepalive: ^4.2.1
2453+
version: 1.98.0
2454+
resolution: "@solana/web3.js@npm:1.98.0"
2455+
dependencies:
2456+
"@babel/runtime": ^7.25.0
2457+
"@noble/curves": ^1.4.2
2458+
"@noble/hashes": ^1.4.0
2459+
"@solana/buffer-layout": ^4.0.1
2460+
agentkeepalive: ^4.5.0
24532461
bigint-buffer: ^1.1.5
2454-
bn.js: ^5.0.0
2462+
bn.js: ^5.2.1
24552463
borsh: ^0.7.0
24562464
bs58: ^4.0.1
2457-
buffer: 6.0.1
2465+
buffer: 6.0.3
24582466
fast-stable-stringify: ^1.0.0
2459-
jayson: ^3.4.4
2460-
node-fetch: ^2.6.7
2461-
rpc-websockets: ^7.5.1
2462-
superstruct: ^0.14.2
2463-
checksum: bf00b2594590116079b1c9d078dd274622dec903d681cf38eafb249334fa5dfd2a2fe48ca49027f51e6afed3a4bbb9f1099c61f26dc9271358b847e807ad6ea9
2467+
jayson: ^4.1.1
2468+
node-fetch: ^2.7.0
2469+
rpc-websockets: ^9.0.2
2470+
superstruct: ^2.0.2
2471+
checksum: f2c39e53e2aa4ba893565b2914112f203d15dcc23d6170edf6f696e735a24469989896827ecc456b99a8c6781c96f1a12a22277e6f82d65545b0925546ab7b8f
24642472
languageName: node
24652473
linkType: hard
24662474

@@ -2651,6 +2659,15 @@ __metadata:
26512659
languageName: node
26522660
linkType: hard
26532661

2662+
"@swc/helpers@npm:^0.5.11":
2663+
version: 0.5.15
2664+
resolution: "@swc/helpers@npm:0.5.15"
2665+
dependencies:
2666+
tslib: ^2.8.0
2667+
checksum: 1a9e0dbb792b2d1e0c914d69c201dbc96af3a0e6e6e8cf5a7f7d6a5d7b0e8b762915cd4447acb6b040e2ecc1ed49822875a7239f99a2d63c96c3c3407fb6fccf
2668+
languageName: node
2669+
linkType: hard
2670+
26542671
"@tanstack/query-core@npm:4.29.1":
26552672
version: 4.29.1
26562673
resolution: "@tanstack/query-core@npm:4.29.1"
@@ -3063,6 +3080,13 @@ __metadata:
30633080
languageName: node
30643081
linkType: hard
30653082

3083+
"@types/uuid@npm:^8.3.4":
3084+
version: 8.3.4
3085+
resolution: "@types/uuid@npm:8.3.4"
3086+
checksum: 6f11f3ff70f30210edaa8071422d405e9c1d4e53abbe50fdce365150d3c698fe7bbff65c1e71ae080cbfb8fded860dbb5e174da96fdbbdfcaa3fb3daa474d20f
3087+
languageName: node
3088+
linkType: hard
3089+
30663090
"@types/ws@npm:^7.4.4":
30673091
version: 7.4.7
30683092
resolution: "@types/ws@npm:7.4.7"
@@ -3072,6 +3096,15 @@ __metadata:
30723096
languageName: node
30733097
linkType: hard
30743098

3099+
"@types/ws@npm:^8.2.2":
3100+
version: 8.5.14
3101+
resolution: "@types/ws@npm:8.5.14"
3102+
dependencies:
3103+
"@types/node": "*"
3104+
checksum: b63d25146a0d2ebb9cb35e4b68c5a01d81b8f4657d62b0a0d9470df6a357798349a44064b2f84b8f98a553ba84d9a5ee302d3053feef02c7771010c55d290ca6
3105+
languageName: node
3106+
linkType: hard
3107+
30753108
"@types/yargs-parser@npm:*":
30763109
version: 20.2.1
30773110
resolution: "@types/yargs-parser@npm:20.2.1"
@@ -3986,6 +4019,15 @@ __metadata:
39864019
languageName: node
39874020
linkType: hard
39884021

4022+
"agentkeepalive@npm:^4.5.0":
4023+
version: 4.6.0
4024+
resolution: "agentkeepalive@npm:4.6.0"
4025+
dependencies:
4026+
humanize-ms: ^1.2.1
4027+
checksum: b3cdd10efca04876defda3c7671163523fcbce20e8ef7a8f9f30919a242e32b846791c0f1a8a0269718a585805a2cdcd031779ff7b9927a1a8dd8586f8c2e8c5
4028+
languageName: node
4029+
linkType: hard
4030+
39894031
"aggregate-error@npm:^3.0.0":
39904032
version: 3.1.0
39914033
resolution: "aggregate-error@npm:3.1.0"
@@ -4443,7 +4485,7 @@ __metadata:
44434485
languageName: node
44444486
linkType: hard
44454487

4446-
"bn.js@npm:^5.0.0, bn.js@npm:^5.1.1, bn.js@npm:^5.2.0, bn.js@npm:^5.2.1":
4488+
"bn.js@npm:^5.1.1, bn.js@npm:^5.2.0, bn.js@npm:^5.2.1":
44474489
version: 5.2.1
44484490
resolution: "bn.js@npm:5.2.1"
44494491
checksum: 3dd8c8d38055fedfa95c1d5fc3c99f8dd547b36287b37768db0abab3c239711f88ff58d18d155dd8ad902b0b0cee973747b7ae20ea12a09473272b0201c9edd3
@@ -4558,16 +4600,6 @@ __metadata:
45584600
languageName: node
45594601
linkType: hard
45604602

4561-
"buffer@npm:6.0.1":
4562-
version: 6.0.1
4563-
resolution: "buffer@npm:6.0.1"
4564-
dependencies:
4565-
base64-js: ^1.3.1
4566-
ieee754: ^1.2.1
4567-
checksum: 0274c2c6c5c5d9e9e1fd48116c26a3e3f824fe262ff379f630771f590c2e4e7d1fa2604a58684bfc4471a3f9cc40c6317be26b50f15c4cca126249bfc84c4f8b
4568-
languageName: node
4569-
linkType: hard
4570-
45714603
"buffer@npm:6.0.3, buffer@npm:^6.0.3, buffer@npm:~6.0.3":
45724604
version: 6.0.3
45734605
resolution: "buffer@npm:6.0.3"
@@ -5961,6 +5993,13 @@ __metadata:
59615993
languageName: node
59625994
linkType: hard
59635995

5996+
"eventemitter3@npm:^5.0.1":
5997+
version: 5.0.1
5998+
resolution: "eventemitter3@npm:5.0.1"
5999+
checksum: 543d6c858ab699303c3c32e0f0f47fc64d360bf73c3daf0ac0b5079710e340d6fe9f15487f94e66c629f5f82cd1a8678d692f3dbb6f6fcd1190e1b97fcad36f8
6000+
languageName: node
6001+
linkType: hard
6002+
59646003
"events@npm:^3.3.0":
59656004
version: 3.3.0
59666005
resolution: "events@npm:3.3.0"
@@ -7222,9 +7261,9 @@ __metadata:
72227261
languageName: node
72237262
linkType: hard
72247263

7225-
"jayson@npm:^3.4.4":
7226-
version: 3.7.0
7227-
resolution: "jayson@npm:3.7.0"
7264+
"jayson@npm:^4.1.1":
7265+
version: 4.1.3
7266+
resolution: "jayson@npm:4.1.3"
72287267
dependencies:
72297268
"@types/connect": ^3.4.33
72307269
"@types/node": ^12.12.54
@@ -7236,12 +7275,11 @@ __metadata:
72367275
eyes: ^0.1.8
72377276
isomorphic-ws: ^4.0.1
72387277
json-stringify-safe: ^5.0.1
7239-
lodash: ^4.17.20
72407278
uuid: ^8.3.2
7241-
ws: ^7.4.5
7279+
ws: ^7.5.10
72427280
bin:
72437281
jayson: bin/jayson.js
7244-
checksum: 4218a4829168a4927e657bde953ff9699f02af561ec72edcc7464446772b50a0c5c7e9f11d4ee5976e4794d0f1040c0f351a0fee51c542bf8492743d30b7a971
7282+
checksum: 3e9e0e3d5c14d7a4a85ddfc372236c9938ed713affe58e9ef61e31f075d89947c4d206a2489c5355ff5a639b8cef42906844b9ca8cad48d8147c8132480a242b
72457283
languageName: node
72467284
linkType: hard
72477285

@@ -8079,7 +8117,7 @@ __metadata:
80798117
languageName: node
80808118
linkType: hard
80818119

8082-
"lodash@npm:^4.17.20, lodash@npm:^4.17.21":
8120+
"lodash@npm:^4.17.21":
80838121
version: 4.17.21
80848122
resolution: "lodash@npm:4.17.21"
80858123
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
@@ -8526,17 +8564,17 @@ __metadata:
85268564
languageName: node
85278565
linkType: hard
85288566

8529-
"node-fetch@npm:^2.6.7":
8530-
version: 2.6.9
8531-
resolution: "node-fetch@npm:2.6.9"
8567+
"node-fetch@npm:^2.7.0":
8568+
version: 2.7.0
8569+
resolution: "node-fetch@npm:2.7.0"
85328570
dependencies:
85338571
whatwg-url: ^5.0.0
85348572
peerDependencies:
85358573
encoding: ^0.1.0
85368574
peerDependenciesMeta:
85378575
encoding:
85388576
optional: true
8539-
checksum: acb04f9ce7224965b2b59e71b33c639794d8991efd73855b0b250921382b38331ffc9d61bce502571f6cc6e11a8905ca9b1b6d4aeb586ab093e2756a1fd190d0
8577+
checksum: d76d2f5edb451a3f05b15115ec89fc6be39de37c6089f1b6368df03b91e1633fd379a7e01b7ab05089a25034b2023d959b47e59759cb38d88341b2459e89d6e5
85408578
languageName: node
85418579
linkType: hard
85428580

@@ -9617,6 +9655,13 @@ __metadata:
96179655
languageName: node
96189656
linkType: hard
96199657

9658+
"regenerator-runtime@npm:^0.14.0":
9659+
version: 0.14.1
9660+
resolution: "regenerator-runtime@npm:0.14.1"
9661+
checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38
9662+
languageName: node
9663+
linkType: hard
9664+
96209665
"regexp.prototype.flags@npm:^1.4.3":
96219666
version: 1.4.3
96229667
resolution: "regexp.prototype.flags@npm:1.4.3"
@@ -9796,13 +9841,16 @@ __metadata:
97969841
languageName: node
97979842
linkType: hard
97989843

9799-
"rpc-websockets@npm:^7.5.1":
9800-
version: 7.5.1
9801-
resolution: "rpc-websockets@npm:7.5.1"
9844+
"rpc-websockets@npm:^9.0.2":
9845+
version: 9.1.0
9846+
resolution: "rpc-websockets@npm:9.1.0"
98029847
dependencies:
9803-
"@babel/runtime": ^7.17.2
9848+
"@swc/helpers": ^0.5.11
9849+
"@types/uuid": ^8.3.4
9850+
"@types/ws": ^8.2.2
9851+
buffer: ^6.0.3
98049852
bufferutil: ^4.0.1
9805-
eventemitter3: ^4.0.7
9853+
eventemitter3: ^5.0.1
98069854
utf-8-validate: ^5.0.2
98079855
uuid: ^8.3.2
98089856
ws: ^8.5.0
@@ -9811,7 +9859,7 @@ __metadata:
98119859
optional: true
98129860
utf-8-validate:
98139861
optional: true
9814-
checksum: 9dda8c63a1d3e85e11597e1c364835ec6aa9a8de1b5cfb1629d0eafc3ae04509011d485025ed4f717c0b1dd048e2aafdd75080e866540b93e55fd8a2cd91bcfe
9862+
checksum: 3ee7da63aa3466c09dd379c71494715c7dc4ed7c4151c1b38fb807979aa433087377604409787419bbe2c11aef9e2c5347e749aa2f93a62a731c71469789cb74
98159863
languageName: node
98169864
linkType: hard
98179865

@@ -10431,20 +10479,20 @@ __metadata:
1043110479
languageName: node
1043210480
linkType: hard
1043310481

10434-
"superstruct@npm:^0.14.2":
10435-
version: 0.14.2
10436-
resolution: "superstruct@npm:0.14.2"
10437-
checksum: c5c4840f432da82125b923ec45faca5113217e83ae416e314d80eae012b8bb603d2e745025d173450758d116348820bc7028157f8c9a72b6beae879f94b837c0
10438-
languageName: node
10439-
linkType: hard
10440-
1044110482
"superstruct@npm:^1.0.3":
1044210483
version: 1.0.3
1044310484
resolution: "superstruct@npm:1.0.3"
1044410485
checksum: 761790bb111e6e21ddd608299c252f3be35df543263a7ebbc004e840d01fcf8046794c274bcb351bdf3eae4600f79d317d085cdbb19ca05803a4361840cc9bb1
1044510486
languageName: node
1044610487
linkType: hard
1044710488

10489+
"superstruct@npm:^2.0.2":
10490+
version: 2.0.2
10491+
resolution: "superstruct@npm:2.0.2"
10492+
checksum: a5f75b72cb8b14b86f4f7f750dae8c5ab0e4e1d92414b55e7625bae07bbcafad81c92486e7e32ccacd6ae1f553caff2b92a50ff42ad5093fd35b9cb7f4e5ec86
10493+
languageName: node
10494+
linkType: hard
10495+
1044810496
"supports-color@npm:^5.3.0":
1044910497
version: 5.5.0
1045010498
resolution: "supports-color@npm:5.5.0"
@@ -10782,6 +10830,13 @@ __metadata:
1078210830
languageName: node
1078310831
linkType: hard
1078410832

10833+
"tslib@npm:^2.8.0":
10834+
version: 2.8.1
10835+
resolution: "tslib@npm:2.8.1"
10836+
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
10837+
languageName: node
10838+
linkType: hard
10839+
1078510840
"tsutils@npm:^3.21.0":
1078610841
version: 3.21.0
1078710842
resolution: "tsutils@npm:3.21.0"
@@ -11225,7 +11280,7 @@ __metadata:
1122511280
languageName: node
1122611281
linkType: hard
1122711282

11228-
"ws@npm:^7.4.5, ws@npm:^7.5.1":
11283+
"ws@npm:^7.5.1":
1122911284
version: 7.5.9
1123011285
resolution: "ws@npm:7.5.9"
1123111286
peerDependencies:
@@ -11240,6 +11295,21 @@ __metadata:
1124011295
languageName: node
1124111296
linkType: hard
1124211297

11298+
"ws@npm:^7.5.10":
11299+
version: 7.5.10
11300+
resolution: "ws@npm:7.5.10"
11301+
peerDependencies:
11302+
bufferutil: ^4.0.1
11303+
utf-8-validate: ^5.0.2
11304+
peerDependenciesMeta:
11305+
bufferutil:
11306+
optional: true
11307+
utf-8-validate:
11308+
optional: true
11309+
checksum: f9bb062abf54cc8f02d94ca86dcd349c3945d63851f5d07a3a61c2fcb755b15a88e943a63cf580cbdb5b74436d67ef6b67f745b8f7c0814e411379138e1863cb
11310+
languageName: node
11311+
linkType: hard
11312+
1124311313
"ws@npm:^8.5.0":
1124411314
version: 8.12.1
1124511315
resolution: "ws@npm:8.12.1"

0 commit comments

Comments
 (0)