Commit 43963683 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8246 from ethereum-optimism/dependabot/npm_and_yarn/typescript-5.3.2

build(deps-dev): bump typescript from 5.2.2 to 5.3.2
parents b1c284af e1906b9f
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"prettier": "^2.8.0", "prettier": "^2.8.0",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"nx-cloud": "latest" "nx-cloud": "latest"
}, },
"dependencies": { "dependencies": {
......
...@@ -48,6 +48,6 @@ ...@@ -48,6 +48,6 @@
"@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.11.0", "@typescript-eslint/parser": "^6.11.0",
"tsx": "^4.3.0", "tsx": "^4.3.0",
"typescript": "^5.2.2" "typescript": "^5.3.2"
} }
} }
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"jest-dom": "link:@types/@testing-library/jest-dom", "jest-dom": "link:@types/@testing-library/jest-dom",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"vite": "^4.5.0", "vite": "^4.5.0",
"vitest": "^0.34.2" "vitest": "^0.34.2"
}, },
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"jest-dom": "link:@types/@testing-library/jest-dom", "jest-dom": "link:@types/@testing-library/jest-dom",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"viem": "^1.19.7", "viem": "^1.19.7",
"vite": "^4.5.0", "vite": "^4.5.0",
"vitest": "^0.34.2" "vitest": "^0.34.2"
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.25.3", "typedoc": "^0.25.3",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"viem": "^1.19.7", "viem": "^1.19.7",
"vitest": "^0.34.2", "vitest": "^0.34.2",
"zod": "^3.22.4" "zod": "^3.22.4"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"@swc/core": "^1.3.99", "@swc/core": "^1.3.99",
"@vitest/coverage-istanbul": "^0.34.6", "@vitest/coverage-istanbul": "^0.34.6",
"tsup": "^7.2.0", "tsup": "^7.2.0",
"typescript": "^5.2.2", "typescript": "^5.3.2",
"viem": "^1.19.7", "viem": "^1.19.7",
"vite": "^4.5.0", "vite": "^4.5.0",
"vitest": "^0.34.1", "vitest": "^0.34.1",
......
...@@ -13,7 +13,7 @@ importers: ...@@ -13,7 +13,7 @@ importers:
version: 2.26.0 version: 2.26.0
'@codechecks/client': '@codechecks/client':
specifier: ^0.1.11 specifier: ^0.1.11
version: 0.1.12(typescript@5.2.2) version: 0.1.12(typescript@5.3.2)
devDependencies: devDependencies:
'@babel/eslint-parser': '@babel/eslint-parser':
specifier: ^7.23.3 specifier: ^7.23.3
...@@ -35,10 +35,10 @@ importers: ...@@ -35,10 +35,10 @@ importers:
version: 20.9.3 version: 20.9.3
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^6.12.0 specifier: ^6.12.0
version: 6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) version: 6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.2)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^6.11.0 specifier: ^6.11.0
version: 6.11.0(eslint@8.54.0)(typescript@5.2.2) version: 6.11.0(eslint@8.54.0)(typescript@5.3.2)
chai: chai:
specifier: ^4.3.10 specifier: ^4.3.10
version: 4.3.10 version: 4.3.10
...@@ -118,8 +118,8 @@ importers: ...@@ -118,8 +118,8 @@ importers:
specifier: ^10.0.0 specifier: ^10.0.0
version: 10.0.0(mocha@10.2.0) version: 10.0.0(mocha@10.2.0)
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
endpoint-monitor: {} endpoint-monitor: {}
...@@ -127,7 +127,7 @@ importers: ...@@ -127,7 +127,7 @@ importers:
devDependencies: devDependencies:
tsup: tsup:
specifier: ^7.2.0 specifier: ^7.2.0
version: 7.2.0(@swc/core@1.3.99)(typescript@5.2.2) version: 7.2.0(@swc/core@1.3.99)(typescript@5.3.2)
vitest: vitest:
specifier: ^0.34.4 specifier: ^0.34.4
version: 0.34.4 version: 0.34.4
...@@ -178,10 +178,10 @@ importers: ...@@ -178,10 +178,10 @@ importers:
version: 2.0.6(@nomiclabs/hardhat-ethers@2.2.3)(@types/sinon-chai@3.2.5)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1) version: 2.0.6(@nomiclabs/hardhat-ethers@2.2.3)(@types/sinon-chai@3.2.5)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1)
hardhat: hardhat:
specifier: ^2.19.1 specifier: ^2.19.1
version: 2.19.1(ts-node@10.9.1)(typescript@5.2.2) version: 2.19.1(ts-node@10.9.1)(typescript@5.3.2)
ts-node: ts-node:
specifier: ^10.9.1 specifier: ^10.9.1
version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2)
tsx: tsx:
specifier: ^4.3.0 specifier: ^4.3.0
version: 4.3.0 version: 4.3.0
...@@ -266,16 +266,16 @@ importers: ...@@ -266,16 +266,16 @@ importers:
devDependencies: devDependencies:
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^6.12.0 specifier: ^6.12.0
version: 6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) version: 6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.2)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^6.11.0 specifier: ^6.11.0
version: 6.11.0(eslint@8.54.0)(typescript@5.2.2) version: 6.11.0(eslint@8.54.0)(typescript@5.3.2)
tsx: tsx:
specifier: ^4.3.0 specifier: ^4.3.0
version: 4.3.0 version: 4.3.0
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
packages/contracts-ts: packages/contracts-ts:
dependencies: dependencies:
...@@ -296,10 +296,10 @@ importers: ...@@ -296,10 +296,10 @@ importers:
version: 18.2.0(react@18.2.0) version: 18.2.0(react@18.2.0)
viem: viem:
specifier: ^1.19.7 specifier: ^1.19.7
version: 1.19.7(typescript@5.2.2)(zod@3.22.4) version: 1.19.7(typescript@5.3.2)(zod@3.22.4)
wagmi: wagmi:
specifier: '>1.0.0' specifier: '>1.0.0'
version: 1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) version: 1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
devDependencies: devDependencies:
'@eth-optimism/contracts-bedrock': '@eth-optimism/contracts-bedrock':
specifier: workspace:* specifier: workspace:*
...@@ -318,13 +318,13 @@ importers: ...@@ -318,13 +318,13 @@ importers:
version: 0.34.6(vitest@0.34.2) version: 0.34.6(vitest@0.34.2)
'@wagmi/cli': '@wagmi/cli':
specifier: ^1.5.2 specifier: ^1.5.2
version: 1.5.2(@wagmi/core@1.4.6)(typescript@5.2.2)(wagmi@1.0.1) version: 1.5.2(@wagmi/core@1.4.6)(typescript@5.3.2)(wagmi@1.0.1)
'@wagmi/core': '@wagmi/core':
specifier: ^1.4.6 specifier: ^1.4.6
version: 1.4.6(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) version: 1.4.6(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
abitype: abitype:
specifier: ^0.10.2 specifier: ^0.10.2
version: 0.10.2(typescript@5.2.2) version: 0.10.2(typescript@5.3.2)
glob: glob:
specifier: ^10.3.10 specifier: ^10.3.10
version: 10.3.10 version: 10.3.10
...@@ -339,10 +339,10 @@ importers: ...@@ -339,10 +339,10 @@ importers:
version: 22.1.0 version: 22.1.0
tsup: tsup:
specifier: ^7.2.0 specifier: ^7.2.0
version: 7.2.0(@swc/core@1.3.99)(typescript@5.2.2) version: 7.2.0(@swc/core@1.3.99)(typescript@5.3.2)
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
vite: vite:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0(@types/node@20.9.3) version: 4.5.0(@types/node@20.9.3)
...@@ -418,7 +418,7 @@ importers: ...@@ -418,7 +418,7 @@ importers:
version: 0.34.6(vitest@0.34.2) version: 0.34.6(vitest@0.34.2)
abitype: abitype:
specifier: ^0.10.2 specifier: ^0.10.2
version: 0.10.2(typescript@5.2.2) version: 0.10.2(typescript@5.3.2)
isomorphic-fetch: isomorphic-fetch:
specifier: ^3.0.0 specifier: ^3.0.0
version: 3.0.0 version: 3.0.0
...@@ -430,13 +430,13 @@ importers: ...@@ -430,13 +430,13 @@ importers:
version: 22.1.0 version: 22.1.0
tsup: tsup:
specifier: ^7.2.0 specifier: ^7.2.0
version: 7.2.0(@swc/core@1.3.99)(typescript@5.2.2) version: 7.2.0(@swc/core@1.3.99)(typescript@5.3.2)
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
viem: viem:
specifier: ^1.19.7 specifier: ^1.19.7
version: 1.19.7(typescript@5.2.2)(zod@3.22.4) version: 1.19.7(typescript@5.3.2)(zod@3.22.4)
vite: vite:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0(@types/node@20.9.3) version: 4.5.0(@types/node@20.9.3)
...@@ -497,13 +497,13 @@ importers: ...@@ -497,13 +497,13 @@ importers:
version: 7.1.1(chai@4.3.10) version: 7.1.1(chai@4.3.10)
ethereum-waffle: ethereum-waffle:
specifier: ^4.0.10 specifier: ^4.0.10
version: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.2.2) version: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.3.2)
ethers: ethers:
specifier: ^5.7.2 specifier: ^5.7.2
version: 5.7.2 version: 5.7.2
hardhat: hardhat:
specifier: ^2.19.1 specifier: ^2.19.1
version: 2.19.1(ts-node@10.9.1)(typescript@5.2.2) version: 2.19.1(ts-node@10.9.1)(typescript@5.3.2)
hardhat-deploy: hardhat-deploy:
specifier: ^0.11.43 specifier: ^0.11.43
version: 0.11.43 version: 0.11.43
...@@ -518,16 +518,16 @@ importers: ...@@ -518,16 +518,16 @@ importers:
version: 15.1.0 version: 15.1.0
ts-node: ts-node:
specifier: ^10.9.1 specifier: ^10.9.1
version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2)
typedoc: typedoc:
specifier: ^0.25.3 specifier: ^0.25.3
version: 0.25.3(typescript@5.2.2) version: 0.25.3(typescript@5.3.2)
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
viem: viem:
specifier: ^1.19.7 specifier: ^1.19.7
version: 1.19.7(typescript@5.2.2)(zod@3.22.4) version: 1.19.7(typescript@5.3.2)(zod@3.22.4)
vitest: vitest:
specifier: ^0.34.2 specifier: ^0.34.2
version: 0.34.2 version: 0.34.2
...@@ -561,13 +561,13 @@ importers: ...@@ -561,13 +561,13 @@ importers:
version: 0.34.6(vitest@0.34.1) version: 0.34.6(vitest@0.34.1)
tsup: tsup:
specifier: ^7.2.0 specifier: ^7.2.0
version: 7.2.0(@swc/core@1.3.99)(typescript@5.2.2) version: 7.2.0(@swc/core@1.3.99)(typescript@5.3.2)
typescript: typescript:
specifier: ^5.2.2 specifier: ^5.3.2
version: 5.2.2 version: 5.3.2
viem: viem:
specifier: ^1.19.7 specifier: ^1.19.7
version: 1.19.7(typescript@5.2.2)(zod@3.22.4) version: 1.19.7(typescript@5.3.2)(zod@3.22.4)
vite: vite:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0(@types/node@20.9.3) version: 4.5.0(@types/node@20.9.3)
...@@ -1075,7 +1075,7 @@ packages: ...@@ -1075,7 +1075,7 @@ packages:
prettier: 2.8.8 prettier: 2.8.8
dev: false dev: false
/@codechecks/client@0.1.12(typescript@5.2.2): /@codechecks/client@0.1.12(typescript@5.3.2):
resolution: {integrity: sha512-2GHHvhO3kaOyxFXxOaiznlY8ARmz33/p+WQdhc2y6wzWw5eOl2wSwg1eZxx3LsWlAnB963Y4bd1YjZcGIhKRzA==} resolution: {integrity: sha512-2GHHvhO3kaOyxFXxOaiznlY8ARmz33/p+WQdhc2y6wzWw5eOl2wSwg1eZxx3LsWlAnB963Y4bd1YjZcGIhKRzA==}
engines: {node: '>=6'} engines: {node: '>=6'}
hasBin: true hasBin: true
...@@ -1098,7 +1098,7 @@ packages: ...@@ -1098,7 +1098,7 @@ packages:
request: 2.88.2 request: 2.88.2
request-promise: 4.2.6(request@2.88.2) request-promise: 4.2.6(request@2.88.2)
ts-essentials: 1.0.4 ts-essentials: 1.0.4
ts-node: 8.10.2(typescript@5.2.2) ts-node: 8.10.2(typescript@5.3.2)
url-join: 4.0.1 url-join: 4.0.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -1853,7 +1853,7 @@ packages: ...@@ -1853,7 +1853,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@ethereum-waffle/compiler@4.0.3(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(solc@0.8.15)(typechain@8.3.1)(typescript@5.2.2): /@ethereum-waffle/compiler@4.0.3(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(solc@0.8.15)(typechain@8.3.1)(typescript@5.3.2):
resolution: {integrity: sha512-5x5U52tSvEVJS6dpCeXXKvRKyf8GICDwiTwUvGD3/WD+DpvgvaoHOL82XqpTSUHgV3bBq6ma5/8gKUJUIAnJCw==} resolution: {integrity: sha512-5x5U52tSvEVJS6dpCeXXKvRKyf8GICDwiTwUvGD3/WD+DpvgvaoHOL82XqpTSUHgV3bBq6ma5/8gKUJUIAnJCw==}
engines: {node: '>=10.0'} engines: {node: '>=10.0'}
peerDependencies: peerDependencies:
...@@ -1863,14 +1863,14 @@ packages: ...@@ -1863,14 +1863,14 @@ packages:
dependencies: dependencies:
'@resolver-engine/imports': 0.3.3 '@resolver-engine/imports': 0.3.3
'@resolver-engine/imports-fs': 0.3.3 '@resolver-engine/imports-fs': 0.3.3
'@typechain/ethers-v5': 10.2.1(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typechain@8.3.1)(typescript@5.2.2) '@typechain/ethers-v5': 10.2.1(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typechain@8.3.1)(typescript@5.3.2)
'@types/mkdirp': 0.5.2 '@types/mkdirp': 0.5.2
'@types/node-fetch': 2.6.4 '@types/node-fetch': 2.6.4
ethers: 5.7.2 ethers: 5.7.2
mkdirp: 0.5.6 mkdirp: 0.5.6
node-fetch: 2.6.12 node-fetch: 2.6.12
solc: 0.8.15 solc: 0.8.15
typechain: 8.3.1(typescript@5.2.2) typechain: 8.3.1(typescript@5.3.2)
transitivePeerDependencies: transitivePeerDependencies:
- '@ethersproject/abi' - '@ethersproject/abi'
- '@ethersproject/providers' - '@ethersproject/providers'
...@@ -2911,7 +2911,7 @@ packages: ...@@ -2911,7 +2911,7 @@ packages:
hardhat: ^2.0.0 hardhat: ^2.0.0
dependencies: dependencies:
ethers: 5.7.2 ethers: 5.7.2
hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.2.2) hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.3.2)
dev: true dev: true
/@nomiclabs/hardhat-waffle@2.0.1(@nomiclabs/hardhat-ethers@2.2.3)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1): /@nomiclabs/hardhat-waffle@2.0.1(@nomiclabs/hardhat-ethers@2.2.3)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1):
...@@ -2925,9 +2925,9 @@ packages: ...@@ -2925,9 +2925,9 @@ packages:
'@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.19.1) '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.19.1)
'@types/sinon-chai': 3.2.5 '@types/sinon-chai': 3.2.5
'@types/web3': 1.0.19 '@types/web3': 1.0.19
ethereum-waffle: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.2.2) ethereum-waffle: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.3.2)
ethers: 5.7.2 ethers: 5.7.2
hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.2.2) hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.3.2)
dev: true dev: true
/@nomiclabs/hardhat-waffle@2.0.6(@nomiclabs/hardhat-ethers@2.2.3)(@types/sinon-chai@3.2.5)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1): /@nomiclabs/hardhat-waffle@2.0.6(@nomiclabs/hardhat-ethers@2.2.3)(@types/sinon-chai@3.2.5)(ethereum-waffle@4.0.10)(ethers@5.7.2)(hardhat@2.19.1):
...@@ -2941,9 +2941,9 @@ packages: ...@@ -2941,9 +2941,9 @@ packages:
dependencies: dependencies:
'@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.19.1) '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.19.1)
'@types/sinon-chai': 3.2.5 '@types/sinon-chai': 3.2.5
ethereum-waffle: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.2.2) ethereum-waffle: 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.3.2)
ethers: 5.7.2 ethers: 5.7.2
hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.2.2) hardhat: 2.19.1(ts-node@10.9.1)(typescript@5.3.2)
dev: true dev: true
/@nrwl/nx-cloud@16.5.2: /@nrwl/nx-cloud@16.5.2:
...@@ -3117,10 +3117,10 @@ packages: ...@@ -3117,10 +3117,10 @@ packages:
- encoding - encoding
- utf-8-validate - utf-8-validate
/@safe-global/safe-apps-provider@0.17.1(typescript@5.2.2): /@safe-global/safe-apps-provider@0.17.1(typescript@5.3.2):
resolution: {integrity: sha512-lYfRqrbbK1aKU1/UGkYWc/X7PgySYcumXKc5FB2uuwAs2Ghj8uETuW5BrwPqyjBknRxutFbTv+gth/JzjxAhdQ==} resolution: {integrity: sha512-lYfRqrbbK1aKU1/UGkYWc/X7PgySYcumXKc5FB2uuwAs2Ghj8uETuW5BrwPqyjBknRxutFbTv+gth/JzjxAhdQ==}
dependencies: dependencies:
'@safe-global/safe-apps-sdk': 8.0.0(typescript@5.2.2) '@safe-global/safe-apps-sdk': 8.0.0(typescript@5.3.2)
events: 3.3.0 events: 3.3.0
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
...@@ -3150,11 +3150,11 @@ packages: ...@@ -3150,11 +3150,11 @@ packages:
- encoding - encoding
- utf-8-validate - utf-8-validate
/@safe-global/safe-apps-sdk@8.0.0(typescript@5.2.2): /@safe-global/safe-apps-sdk@8.0.0(typescript@5.3.2):
resolution: {integrity: sha512-gYw0ki/EAuV1oSyMxpqandHjnthZjYYy+YWpTAzf8BqfXM3ItcZLpjxfg+3+mXW8HIO+3jw6T9iiqEXsqHaMMw==} resolution: {integrity: sha512-gYw0ki/EAuV1oSyMxpqandHjnthZjYYy+YWpTAzf8BqfXM3ItcZLpjxfg+3+mXW8HIO+3jw6T9iiqEXsqHaMMw==}
dependencies: dependencies:
'@safe-global/safe-gateway-typescript-sdk': 3.7.3 '@safe-global/safe-gateway-typescript-sdk': 3.7.3
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- encoding - encoding
...@@ -3772,7 +3772,7 @@ packages: ...@@ -3772,7 +3772,7 @@ packages:
resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
dev: true dev: true
/@typechain/ethers-v5@10.2.1(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typechain@8.3.1)(typescript@5.2.2): /@typechain/ethers-v5@10.2.1(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typechain@8.3.1)(typescript@5.3.2):
resolution: {integrity: sha512-n3tQmCZjRE6IU4h6lqUGiQ1j866n5MTCBJreNEHHVWXa2u9GJTaeYyU1/k+1qLutkyw+sS6VAN+AbeiTqsxd/A==} resolution: {integrity: sha512-n3tQmCZjRE6IU4h6lqUGiQ1j866n5MTCBJreNEHHVWXa2u9GJTaeYyU1/k+1qLutkyw+sS6VAN+AbeiTqsxd/A==}
peerDependencies: peerDependencies:
'@ethersproject/abi': ^5.0.0 '@ethersproject/abi': ^5.0.0
...@@ -3785,9 +3785,9 @@ packages: ...@@ -3785,9 +3785,9 @@ packages:
'@ethersproject/providers': 5.7.2 '@ethersproject/providers': 5.7.2
ethers: 5.7.2 ethers: 5.7.2
lodash: 4.17.21 lodash: 4.17.21
ts-essentials: 7.0.3(typescript@5.2.2) ts-essentials: 7.0.3(typescript@5.3.2)
typechain: 8.3.1(typescript@5.2.2) typechain: 8.3.1(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
dev: true dev: true
/@types/abstract-leveldown@5.0.2: /@types/abstract-leveldown@5.0.2:
...@@ -4142,7 +4142,7 @@ packages: ...@@ -4142,7 +4142,7 @@ packages:
'@types/node': 20.9.3 '@types/node': 20.9.3
dev: false dev: false
/@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2): /@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==} resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4154,10 +4154,10 @@ packages: ...@@ -4154,10 +4154,10 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.6.2 '@eslint-community/regexpp': 4.6.2
'@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.2)
'@typescript-eslint/scope-manager': 6.12.0 '@typescript-eslint/scope-manager': 6.12.0
'@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
'@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
'@typescript-eslint/visitor-keys': 6.12.0 '@typescript-eslint/visitor-keys': 6.12.0
debug: 4.3.4(supports-color@8.1.1) debug: 4.3.4(supports-color@8.1.1)
eslint: 8.54.0 eslint: 8.54.0
...@@ -4165,13 +4165,13 @@ packages: ...@@ -4165,13 +4165,13 @@ packages:
ignore: 5.2.4 ignore: 5.2.4
natural-compare: 1.4.0 natural-compare: 1.4.0
semver: 7.5.4 semver: 7.5.4
ts-api-utils: 1.0.1(typescript@5.2.2) ts-api-utils: 1.0.1(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser@6.11.0(eslint@8.54.0)(typescript@5.2.2): /@typescript-eslint/parser@6.11.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==} resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4183,11 +4183,11 @@ packages: ...@@ -4183,11 +4183,11 @@ packages:
dependencies: dependencies:
'@typescript-eslint/scope-manager': 6.11.0 '@typescript-eslint/scope-manager': 6.11.0
'@typescript-eslint/types': 6.11.0 '@typescript-eslint/types': 6.11.0
'@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.3.2)
'@typescript-eslint/visitor-keys': 6.11.0 '@typescript-eslint/visitor-keys': 6.11.0
debug: 4.3.4(supports-color@8.1.1) debug: 4.3.4(supports-color@8.1.1)
eslint: 8.54.0 eslint: 8.54.0
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
...@@ -4208,7 +4208,7 @@ packages: ...@@ -4208,7 +4208,7 @@ packages:
'@typescript-eslint/visitor-keys': 6.12.0 '@typescript-eslint/visitor-keys': 6.12.0
dev: true dev: true
/@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.2.2): /@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==} resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4218,12 +4218,12 @@ packages: ...@@ -4218,12 +4218,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 6.12.0(typescript@5.2.2) '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2)
'@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
debug: 4.3.4(supports-color@8.1.1) debug: 4.3.4(supports-color@8.1.1)
eslint: 8.54.0 eslint: 8.54.0
ts-api-utils: 1.0.1(typescript@5.2.2) ts-api-utils: 1.0.1(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
...@@ -4238,7 +4238,7 @@ packages: ...@@ -4238,7 +4238,7 @@ packages:
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): /@typescript-eslint/typescript-estree@6.11.0(typescript@5.3.2):
resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==} resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4253,13 +4253,13 @@ packages: ...@@ -4253,13 +4253,13 @@ packages:
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
semver: 7.5.4 semver: 7.5.4
ts-api-utils: 1.0.1(typescript@5.2.2) ts-api-utils: 1.0.1(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/typescript-estree@6.12.0(typescript@5.2.2): /@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2):
resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==} resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4274,13 +4274,13 @@ packages: ...@@ -4274,13 +4274,13 @@ packages:
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
semver: 7.5.4 semver: 7.5.4
ts-api-utils: 1.0.1(typescript@5.2.2) ts-api-utils: 1.0.1(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.2.2): /@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==} resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -4291,7 +4291,7 @@ packages: ...@@ -4291,7 +4291,7 @@ packages:
'@types/semver': 7.5.0 '@types/semver': 7.5.0
'@typescript-eslint/scope-manager': 6.12.0 '@typescript-eslint/scope-manager': 6.12.0
'@typescript-eslint/types': 6.12.0 '@typescript-eslint/types': 6.12.0
'@typescript-eslint/typescript-estree': 6.12.0(typescript@5.2.2) '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2)
eslint: 8.54.0 eslint: 8.54.0
semver: 7.5.4 semver: 7.5.4
transitivePeerDependencies: transitivePeerDependencies:
...@@ -4519,7 +4519,7 @@ packages: ...@@ -4519,7 +4519,7 @@ packages:
resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==}
dev: true dev: true
/@wagmi/chains@0.2.22(typescript@5.2.2): /@wagmi/chains@0.2.22(typescript@5.3.2):
resolution: {integrity: sha512-TdiOzJT6TO1JrztRNjTA5Quz+UmQlbvWFG8N41u9tta0boHA1JCAzGGvU6KuIcOmJfRJkKOUIt67wlbopCpVHg==} resolution: {integrity: sha512-TdiOzJT6TO1JrztRNjTA5Quz+UmQlbvWFG8N41u9tta0boHA1JCAzGGvU6KuIcOmJfRJkKOUIt67wlbopCpVHg==}
peerDependencies: peerDependencies:
typescript: '>=4.9.4' typescript: '>=4.9.4'
...@@ -4527,9 +4527,9 @@ packages: ...@@ -4527,9 +4527,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
/@wagmi/cli@1.5.2(@wagmi/core@1.4.6)(typescript@5.2.2)(wagmi@1.0.1): /@wagmi/cli@1.5.2(@wagmi/core@1.4.6)(typescript@5.3.2)(wagmi@1.0.1):
resolution: {integrity: sha512-UfLMYhW6mQBCjR8A5s01Chf9GpHzdpcuuBuzJ36QGXcMSJAxylz5ImVZWfCRV0ct1UruydjKVSW1QSI6azNxRQ==} resolution: {integrity: sha512-UfLMYhW6mQBCjR8A5s01Chf9GpHzdpcuuBuzJ36QGXcMSJAxylz5ImVZWfCRV0ct1UruydjKVSW1QSI6azNxRQ==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
...@@ -4545,8 +4545,8 @@ packages: ...@@ -4545,8 +4545,8 @@ packages:
wagmi: wagmi:
optional: true optional: true
dependencies: dependencies:
'@wagmi/core': 1.4.6(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) '@wagmi/core': 1.4.6(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
abitype: 0.8.7(typescript@5.2.2)(zod@3.22.3) abitype: 0.8.7(typescript@5.3.2)(zod@3.22.3)
abort-controller: 3.0.0 abort-controller: 3.0.0
bundle-require: 3.1.2(esbuild@0.16.17) bundle-require: 3.1.2(esbuild@0.16.17)
cac: 6.7.14 cac: 6.7.14
...@@ -4566,16 +4566,16 @@ packages: ...@@ -4566,16 +4566,16 @@ packages:
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
prettier: 2.8.8 prettier: 2.8.8
typescript: 5.2.2 typescript: 5.3.2
viem: 1.19.7(typescript@5.2.2)(zod@3.22.3) viem: 1.19.7(typescript@5.3.2)(zod@3.22.3)
wagmi: 1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) wagmi: 1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
zod: 3.22.3 zod: 3.22.3
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- utf-8-validate - utf-8-validate
dev: true dev: true
/@wagmi/connectors@1.0.1(@wagmi/chains@0.2.22)(react@18.2.0)(typescript@5.2.2)(viem@1.19.7): /@wagmi/connectors@1.0.1(@wagmi/chains@0.2.22)(react@18.2.0)(typescript@5.3.2)(viem@1.19.7):
resolution: {integrity: sha512-fl01vym19DE1uoE+MlASw5zo3Orr/YXlJRjOKLaKYtV+Q7jOLY4TwHgq7sEMs+JYOvFICFBEAlWNNxidr51AqQ==} resolution: {integrity: sha512-fl01vym19DE1uoE+MlASw5zo3Orr/YXlJRjOKLaKYtV+Q7jOLY4TwHgq7sEMs+JYOvFICFBEAlWNNxidr51AqQ==}
peerDependencies: peerDependencies:
'@wagmi/chains': '>=0.2.0' '@wagmi/chains': '>=0.2.0'
...@@ -4591,14 +4591,14 @@ packages: ...@@ -4591,14 +4591,14 @@ packages:
'@ledgerhq/connect-kit-loader': 1.1.0 '@ledgerhq/connect-kit-loader': 1.1.0
'@safe-global/safe-apps-provider': 0.15.2 '@safe-global/safe-apps-provider': 0.15.2
'@safe-global/safe-apps-sdk': 7.11.0 '@safe-global/safe-apps-sdk': 7.11.0
'@wagmi/chains': 0.2.22(typescript@5.2.2) '@wagmi/chains': 0.2.22(typescript@5.3.2)
'@walletconnect/ethereum-provider': 2.7.2(@web3modal/standalone@2.4.3) '@walletconnect/ethereum-provider': 2.7.2(@web3modal/standalone@2.4.3)
'@walletconnect/legacy-provider': 2.0.0 '@walletconnect/legacy-provider': 2.0.0
'@web3modal/standalone': 2.4.3(react@18.2.0) '@web3modal/standalone': 2.4.3(react@18.2.0)
abitype: 0.8.1(typescript@5.2.2) abitype: 0.8.1(typescript@5.3.2)
eventemitter3: 4.0.7 eventemitter3: 4.0.7
typescript: 5.2.2 typescript: 5.3.2
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
transitivePeerDependencies: transitivePeerDependencies:
- '@react-native-async-storage/async-storage' - '@react-native-async-storage/async-storage'
- bufferutil - bufferutil
...@@ -4610,7 +4610,7 @@ packages: ...@@ -4610,7 +4610,7 @@ packages:
- utf-8-validate - utf-8-validate
- zod - zod
/@wagmi/connectors@3.1.4(react@18.2.0)(typescript@5.2.2)(viem@1.19.7): /@wagmi/connectors@3.1.4(react@18.2.0)(typescript@5.3.2)(viem@1.19.7):
resolution: {integrity: sha512-DrYPXByoP9o+xko9R6whKz1cjaJ7HZ+9P27WkW7bhYUWU/sPeDZAvWiLmPwNAhQy8U7A/teAxyUtbExaOdc8zw==} resolution: {integrity: sha512-DrYPXByoP9o+xko9R6whKz1cjaJ7HZ+9P27WkW7bhYUWU/sPeDZAvWiLmPwNAhQy8U7A/teAxyUtbExaOdc8zw==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -4621,16 +4621,16 @@ packages: ...@@ -4621,16 +4621,16 @@ packages:
dependencies: dependencies:
'@coinbase/wallet-sdk': 3.7.1 '@coinbase/wallet-sdk': 3.7.1
'@ledgerhq/connect-kit-loader': 1.1.0 '@ledgerhq/connect-kit-loader': 1.1.0
'@safe-global/safe-apps-provider': 0.17.1(typescript@5.2.2) '@safe-global/safe-apps-provider': 0.17.1(typescript@5.3.2)
'@safe-global/safe-apps-sdk': 8.0.0(typescript@5.2.2) '@safe-global/safe-apps-sdk': 8.0.0(typescript@5.3.2)
'@walletconnect/ethereum-provider': 2.10.2(@walletconnect/modal@2.6.2) '@walletconnect/ethereum-provider': 2.10.2(@walletconnect/modal@2.6.2)
'@walletconnect/legacy-provider': 2.0.0 '@walletconnect/legacy-provider': 2.0.0
'@walletconnect/modal': 2.6.2(react@18.2.0) '@walletconnect/modal': 2.6.2(react@18.2.0)
'@walletconnect/utils': 2.10.2 '@walletconnect/utils': 2.10.2
abitype: 0.8.7(typescript@5.2.2)(zod@3.22.3) abitype: 0.8.7(typescript@5.3.2)(zod@3.22.3)
eventemitter3: 4.0.7 eventemitter3: 4.0.7
typescript: 5.2.2 typescript: 5.3.2
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
transitivePeerDependencies: transitivePeerDependencies:
- '@react-native-async-storage/async-storage' - '@react-native-async-storage/async-storage'
- '@types/react' - '@types/react'
...@@ -4643,7 +4643,7 @@ packages: ...@@ -4643,7 +4643,7 @@ packages:
- zod - zod
dev: true dev: true
/@wagmi/core@1.0.1(react@18.2.0)(typescript@5.2.2)(viem@1.19.7): /@wagmi/core@1.0.1(react@18.2.0)(typescript@5.3.2)(viem@1.19.7):
resolution: {integrity: sha512-Zzg4Ob92QMF9NsC+z5/8JZjMn3NCCnwVWGJlv79qRX9mp5Ku40OzJNvqDnjcSGjshe6H0L/KtFZAqTlmu8lT7w==} resolution: {integrity: sha512-Zzg4Ob92QMF9NsC+z5/8JZjMn3NCCnwVWGJlv79qRX9mp5Ku40OzJNvqDnjcSGjshe6H0L/KtFZAqTlmu8lT7w==}
peerDependencies: peerDependencies:
typescript: '>=4.9.4' typescript: '>=4.9.4'
...@@ -4652,12 +4652,12 @@ packages: ...@@ -4652,12 +4652,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@wagmi/chains': 0.2.22(typescript@5.2.2) '@wagmi/chains': 0.2.22(typescript@5.3.2)
'@wagmi/connectors': 1.0.1(@wagmi/chains@0.2.22)(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) '@wagmi/connectors': 1.0.1(@wagmi/chains@0.2.22)(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
abitype: 0.8.1(typescript@5.2.2) abitype: 0.8.1(typescript@5.3.2)
eventemitter3: 4.0.7 eventemitter3: 4.0.7
typescript: 5.2.2 typescript: 5.3.2
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
zustand: 4.3.9(react@18.2.0) zustand: 4.3.9(react@18.2.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@react-native-async-storage/async-storage' - '@react-native-async-storage/async-storage'
...@@ -4671,7 +4671,7 @@ packages: ...@@ -4671,7 +4671,7 @@ packages:
- utf-8-validate - utf-8-validate
- zod - zod
/@wagmi/core@1.4.6(react@18.2.0)(typescript@5.2.2)(viem@1.19.7): /@wagmi/core@1.4.6(react@18.2.0)(typescript@5.3.2)(viem@1.19.7):
resolution: {integrity: sha512-6SYcRZulzVNXCZ77EtJ7WfqirmMR+Svb5H/3Lqh0sDGwuW9kdH9G3hBDLf8LMJ1ImiWFsSDR5cl2qo7ZreYllA==} resolution: {integrity: sha512-6SYcRZulzVNXCZ77EtJ7WfqirmMR+Svb5H/3Lqh0sDGwuW9kdH9G3hBDLf8LMJ1ImiWFsSDR5cl2qo7ZreYllA==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -4680,11 +4680,11 @@ packages: ...@@ -4680,11 +4680,11 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@wagmi/connectors': 3.1.4(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) '@wagmi/connectors': 3.1.4(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
abitype: 0.8.7(typescript@5.2.2)(zod@3.22.3) abitype: 0.8.7(typescript@5.3.2)(zod@3.22.3)
eventemitter3: 4.0.7 eventemitter3: 4.0.7
typescript: 5.2.2 typescript: 5.3.2
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
zustand: 4.3.9(react@18.2.0) zustand: 4.3.9(react@18.2.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@react-native-async-storage/async-storage' - '@react-native-async-storage/async-storage'
...@@ -5232,7 +5232,7 @@ packages: ...@@ -5232,7 +5232,7 @@ packages:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
dev: true dev: true
/abitype@0.10.2(typescript@5.2.2): /abitype@0.10.2(typescript@5.3.2):
resolution: {integrity: sha512-1XndI+RKFWK4+TXCNv1683MRyX5NGmlHXCvqzjOqhSS3PQrxT2QYRZq1bMPPRNjn89B3eVaM2w7y3jVj/OIUzA==} resolution: {integrity: sha512-1XndI+RKFWK4+TXCNv1683MRyX5NGmlHXCvqzjOqhSS3PQrxT2QYRZq1bMPPRNjn89B3eVaM2w7y3jVj/OIUzA==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -5243,10 +5243,10 @@ packages: ...@@ -5243,10 +5243,10 @@ packages:
zod: zod:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
dev: true dev: true
/abitype@0.8.1(typescript@5.2.2): /abitype@0.8.1(typescript@5.3.2):
resolution: {integrity: sha512-n8Di6AWb3i7HnEkBvecU6pG0a5nj5YwMvdAIwPLsQK95ulRy/XS113s/RXvSfTX1iOQJYFrEO3/q4SMWu7OwTA==} resolution: {integrity: sha512-n8Di6AWb3i7HnEkBvecU6pG0a5nj5YwMvdAIwPLsQK95ulRy/XS113s/RXvSfTX1iOQJYFrEO3/q4SMWu7OwTA==}
peerDependencies: peerDependencies:
typescript: '>=4.9.4' typescript: '>=4.9.4'
...@@ -5255,9 +5255,9 @@ packages: ...@@ -5255,9 +5255,9 @@ packages:
zod: zod:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
/abitype@0.8.7(typescript@5.2.2)(zod@3.22.3): /abitype@0.8.7(typescript@5.3.2)(zod@3.22.3):
resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==} resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -5266,11 +5266,11 @@ packages: ...@@ -5266,11 +5266,11 @@ packages:
zod: zod:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
zod: 3.22.3 zod: 3.22.3
dev: true dev: true
/abitype@0.9.8(typescript@5.2.2)(zod@3.22.3): /abitype@0.9.8(typescript@5.3.2)(zod@3.22.3):
resolution: {integrity: sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==} resolution: {integrity: sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -5281,11 +5281,11 @@ packages: ...@@ -5281,11 +5281,11 @@ packages:
zod: zod:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
zod: 3.22.3 zod: 3.22.3
dev: true dev: true
/abitype@0.9.8(typescript@5.2.2)(zod@3.22.4): /abitype@0.9.8(typescript@5.3.2)(zod@3.22.4):
resolution: {integrity: sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==} resolution: {integrity: sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -5296,7 +5296,7 @@ packages: ...@@ -5296,7 +5296,7 @@ packages:
zod: zod:
optional: true optional: true
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
zod: 3.22.4 zod: 3.22.4
/abort-controller@3.0.0: /abort-controller@3.0.0:
...@@ -7490,7 +7490,7 @@ packages: ...@@ -7490,7 +7490,7 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.2)
debug: 3.2.7 debug: 3.2.7
eslint: 8.54.0 eslint: 8.54.0
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
...@@ -7519,7 +7519,7 @@ packages: ...@@ -7519,7 +7519,7 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.2)
array-includes: 3.1.7 array-includes: 3.1.7
array.prototype.findlastindex: 1.2.3 array.prototype.findlastindex: 1.2.3
array.prototype.flat: 1.3.2 array.prototype.flat: 1.3.2
...@@ -7886,7 +7886,7 @@ packages: ...@@ -7886,7 +7886,7 @@ packages:
'@scure/bip32': 1.3.1 '@scure/bip32': 1.3.1
'@scure/bip39': 1.2.1 '@scure/bip39': 1.2.1
/ethereum-waffle@4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.2.2): /ethereum-waffle@4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(typescript@5.3.2):
resolution: {integrity: sha512-iw9z1otq7qNkGDNcMoeNeLIATF9yKl1M8AIeu42ElfNBplq0e+5PeasQmm8ybY/elkZ1XyRO0JBQxQdVRb8bqQ==} resolution: {integrity: sha512-iw9z1otq7qNkGDNcMoeNeLIATF9yKl1M8AIeu42ElfNBplq0e+5PeasQmm8ybY/elkZ1XyRO0JBQxQdVRb8bqQ==}
engines: {node: '>=10.0'} engines: {node: '>=10.0'}
hasBin: true hasBin: true
...@@ -7894,12 +7894,12 @@ packages: ...@@ -7894,12 +7894,12 @@ packages:
ethers: '*' ethers: '*'
dependencies: dependencies:
'@ethereum-waffle/chai': 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(ethers@5.7.2) '@ethereum-waffle/chai': 4.0.10(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(ethers@5.7.2)
'@ethereum-waffle/compiler': 4.0.3(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(solc@0.8.15)(typechain@8.3.1)(typescript@5.2.2) '@ethereum-waffle/compiler': 4.0.3(@ethersproject/abi@5.7.0)(@ethersproject/providers@5.7.2)(ethers@5.7.2)(solc@0.8.15)(typechain@8.3.1)(typescript@5.3.2)
'@ethereum-waffle/mock-contract': 4.0.4(ethers@5.7.2) '@ethereum-waffle/mock-contract': 4.0.4(ethers@5.7.2)
'@ethereum-waffle/provider': 4.0.5(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(ethers@5.7.2) '@ethereum-waffle/provider': 4.0.5(@ensdomains/ens@0.4.5)(@ensdomains/resolver@0.2.4)(ethers@5.7.2)
ethers: 5.7.2 ethers: 5.7.2
solc: 0.8.15 solc: 0.8.15
typechain: 8.3.1(typescript@5.2.2) typechain: 8.3.1(typescript@5.3.2)
transitivePeerDependencies: transitivePeerDependencies:
- '@ensdomains/ens' - '@ensdomains/ens'
- '@ensdomains/resolver' - '@ensdomains/resolver'
...@@ -8882,7 +8882,7 @@ packages: ...@@ -8882,7 +8882,7 @@ packages:
- utf-8-validate - utf-8-validate
dev: true dev: true
/hardhat@2.19.1(ts-node@10.9.1)(typescript@5.2.2): /hardhat@2.19.1(ts-node@10.9.1)(typescript@5.3.2):
resolution: {integrity: sha512-bsWa63g1GB78ZyMN08WLhFElLPA+J+pShuKD1BFO2+88g3l+BL3R07vj9deIi9dMbssxgE714Gof1dBEDGqnCw==} resolution: {integrity: sha512-bsWa63g1GB78ZyMN08WLhFElLPA+J+pShuKD1BFO2+88g3l+BL3R07vj9deIi9dMbssxgE714Gof1dBEDGqnCw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -8938,9 +8938,9 @@ packages: ...@@ -8938,9 +8938,9 @@ packages:
solc: 0.7.3(debug@4.3.4) solc: 0.7.3(debug@4.3.4)
source-map-support: 0.5.21 source-map-support: 0.5.21
stacktrace-parser: 0.1.10 stacktrace-parser: 0.1.10
ts-node: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) ts-node: 10.9.1(@types/node@20.9.3)(typescript@5.3.2)
tsort: 0.0.1 tsort: 0.0.1
typescript: 5.2.2 typescript: 5.3.2
undici: 5.24.0 undici: 5.24.0
uuid: 8.3.2 uuid: 8.3.2
ws: 7.5.9 ws: 7.5.9
...@@ -13625,13 +13625,13 @@ packages: ...@@ -13625,13 +13625,13 @@ packages:
resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==}
dev: true dev: true
/ts-api-utils@1.0.1(typescript@5.2.2): /ts-api-utils@1.0.1(typescript@5.3.2):
resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==}
engines: {node: '>=16.13.0'} engines: {node: '>=16.13.0'}
peerDependencies: peerDependencies:
typescript: '>=4.2.0' typescript: '>=4.2.0'
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
dev: true dev: true
/ts-command-line-args@2.5.1: /ts-command-line-args@2.5.1:
...@@ -13648,12 +13648,12 @@ packages: ...@@ -13648,12 +13648,12 @@ packages:
resolution: {integrity: sha512-q3N1xS4vZpRouhYHDPwO0bDW3EZ6SK9CrrDHxi/D6BPReSjpVgWIOpLS2o0gSBZm+7q/wyKp6RVM1AeeW7uyfQ==} resolution: {integrity: sha512-q3N1xS4vZpRouhYHDPwO0bDW3EZ6SK9CrrDHxi/D6BPReSjpVgWIOpLS2o0gSBZm+7q/wyKp6RVM1AeeW7uyfQ==}
dev: false dev: false
/ts-essentials@7.0.3(typescript@5.2.2): /ts-essentials@7.0.3(typescript@5.3.2):
resolution: {integrity: sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==} resolution: {integrity: sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==}
peerDependencies: peerDependencies:
typescript: '>=3.7.0' typescript: '>=3.7.0'
dependencies: dependencies:
typescript: 5.2.2 typescript: 5.3.2
dev: true dev: true
/ts-interface-checker@0.1.13: /ts-interface-checker@0.1.13:
...@@ -13673,7 +13673,7 @@ packages: ...@@ -13673,7 +13673,7 @@ packages:
tsconfig-paths: 3.14.2 tsconfig-paths: 3.14.2
dev: true dev: true
/ts-node@10.9.1(@types/node@20.9.3)(typescript@5.2.2): /ts-node@10.9.1(@types/node@20.9.3)(typescript@5.3.2):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -13699,7 +13699,7 @@ packages: ...@@ -13699,7 +13699,7 @@ packages:
create-require: 1.1.1 create-require: 1.1.1
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
typescript: 5.2.2 typescript: 5.3.2
v8-compile-cache-lib: 3.0.1 v8-compile-cache-lib: 3.0.1
yn: 3.1.1 yn: 3.1.1
dev: true dev: true
...@@ -13719,7 +13719,7 @@ packages: ...@@ -13719,7 +13719,7 @@ packages:
yn: 2.0.0 yn: 2.0.0
dev: true dev: true
/ts-node@8.10.2(typescript@5.2.2): /ts-node@8.10.2(typescript@5.3.2):
resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
...@@ -13730,7 +13730,7 @@ packages: ...@@ -13730,7 +13730,7 @@ packages:
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
source-map-support: 0.5.21 source-map-support: 0.5.21
typescript: 5.2.2 typescript: 5.3.2
yn: 3.1.1 yn: 3.1.1
dev: false dev: false
...@@ -13763,7 +13763,7 @@ packages: ...@@ -13763,7 +13763,7 @@ packages:
resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==} resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==}
dev: true dev: true
/tsup@7.2.0(@swc/core@1.3.99)(typescript@5.2.2): /tsup@7.2.0(@swc/core@1.3.99)(typescript@5.3.2):
resolution: {integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==} resolution: {integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==}
engines: {node: '>=16.14'} engines: {node: '>=16.14'}
hasBin: true hasBin: true
...@@ -13794,7 +13794,7 @@ packages: ...@@ -13794,7 +13794,7 @@ packages:
source-map: 0.8.0-beta.0 source-map: 0.8.0-beta.0
sucrase: 3.34.0 sucrase: 3.34.0
tree-kill: 1.2.2 tree-kill: 1.2.2
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- ts-node - ts-node
...@@ -13893,7 +13893,7 @@ packages: ...@@ -13893,7 +13893,7 @@ packages:
mime-types: 2.1.35 mime-types: 2.1.35
dev: false dev: false
/typechain@8.3.1(typescript@5.2.2): /typechain@8.3.1(typescript@5.3.2):
resolution: {integrity: sha512-fA7clol2IP/56yq6vkMTR+4URF1nGjV82Wx6Rf09EsqD4tkzMAvEaqYxVFCavJm/1xaRga/oD55K+4FtuXwQOQ==} resolution: {integrity: sha512-fA7clol2IP/56yq6vkMTR+4URF1nGjV82Wx6Rf09EsqD4tkzMAvEaqYxVFCavJm/1xaRga/oD55K+4FtuXwQOQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -13908,8 +13908,8 @@ packages: ...@@ -13908,8 +13908,8 @@ packages:
mkdirp: 1.0.4 mkdirp: 1.0.4
prettier: 2.8.8 prettier: 2.8.8
ts-command-line-args: 2.5.1 ts-command-line-args: 2.5.1
ts-essentials: 7.0.3(typescript@5.2.2) ts-essentials: 7.0.3(typescript@5.3.2)
typescript: 5.2.2 typescript: 5.3.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
...@@ -13953,7 +13953,7 @@ packages: ...@@ -13953,7 +13953,7 @@ packages:
dependencies: dependencies:
is-typedarray: 1.0.0 is-typedarray: 1.0.0
/typedoc@0.25.3(typescript@5.2.2): /typedoc@0.25.3(typescript@5.3.2):
resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==} resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==}
engines: {node: '>= 16'} engines: {node: '>= 16'}
hasBin: true hasBin: true
...@@ -13964,7 +13964,7 @@ packages: ...@@ -13964,7 +13964,7 @@ packages:
marked: 4.3.0 marked: 4.3.0
minimatch: 9.0.3 minimatch: 9.0.3
shiki: 0.14.3 shiki: 0.14.3
typescript: 5.2.2 typescript: 5.3.2
dev: true dev: true
/typescript@4.9.5: /typescript@4.9.5:
...@@ -13973,8 +13973,8 @@ packages: ...@@ -13973,8 +13973,8 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/typescript@5.2.2: /typescript@5.3.2:
resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
engines: {node: '>=14.17'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
...@@ -14248,7 +14248,7 @@ packages: ...@@ -14248,7 +14248,7 @@ packages:
vfile-message: 2.0.4 vfile-message: 2.0.4
dev: true dev: true
/viem@1.19.7(typescript@5.2.2)(zod@3.22.3): /viem@1.19.7(typescript@5.3.2)(zod@3.22.3):
resolution: {integrity: sha512-NFCqU73CTHML9K7G3K8hnDJ9VjHJbH822Z6U2jUGNr0g5486EHMW0gtwnk6ivFP+ru5UewmUKwEvO0p5m0rvnA==} resolution: {integrity: sha512-NFCqU73CTHML9K7G3K8hnDJ9VjHJbH822Z6U2jUGNr0g5486EHMW0gtwnk6ivFP+ru5UewmUKwEvO0p5m0rvnA==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -14261,9 +14261,9 @@ packages: ...@@ -14261,9 +14261,9 @@ packages:
'@noble/hashes': 1.3.2 '@noble/hashes': 1.3.2
'@scure/bip32': 1.3.2 '@scure/bip32': 1.3.2
'@scure/bip39': 1.2.1 '@scure/bip39': 1.2.1
abitype: 0.9.8(typescript@5.2.2)(zod@3.22.3) abitype: 0.9.8(typescript@5.3.2)(zod@3.22.3)
isows: 1.0.3(ws@8.13.0) isows: 1.0.3(ws@8.13.0)
typescript: 5.2.2 typescript: 5.3.2
ws: 8.13.0(bufferutil@4.0.7)(utf-8-validate@5.0.10) ws: 8.13.0(bufferutil@4.0.7)(utf-8-validate@5.0.10)
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
...@@ -14271,7 +14271,7 @@ packages: ...@@ -14271,7 +14271,7 @@ packages:
- zod - zod
dev: true dev: true
/viem@1.19.7(typescript@5.2.2)(zod@3.22.4): /viem@1.19.7(typescript@5.3.2)(zod@3.22.4):
resolution: {integrity: sha512-NFCqU73CTHML9K7G3K8hnDJ9VjHJbH822Z6U2jUGNr0g5486EHMW0gtwnk6ivFP+ru5UewmUKwEvO0p5m0rvnA==} resolution: {integrity: sha512-NFCqU73CTHML9K7G3K8hnDJ9VjHJbH822Z6U2jUGNr0g5486EHMW0gtwnk6ivFP+ru5UewmUKwEvO0p5m0rvnA==}
peerDependencies: peerDependencies:
typescript: '>=5.0.4' typescript: '>=5.0.4'
...@@ -14284,9 +14284,9 @@ packages: ...@@ -14284,9 +14284,9 @@ packages:
'@noble/hashes': 1.3.2 '@noble/hashes': 1.3.2
'@scure/bip32': 1.3.2 '@scure/bip32': 1.3.2
'@scure/bip39': 1.2.1 '@scure/bip39': 1.2.1
abitype: 0.9.8(typescript@5.2.2)(zod@3.22.4) abitype: 0.9.8(typescript@5.3.2)(zod@3.22.4)
isows: 1.0.3(ws@8.13.0) isows: 1.0.3(ws@8.13.0)
typescript: 5.2.2 typescript: 5.3.2
ws: 8.13.0(bufferutil@4.0.7)(utf-8-validate@5.0.10) ws: 8.13.0(bufferutil@4.0.7)(utf-8-validate@5.0.10)
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
...@@ -14765,7 +14765,7 @@ packages: ...@@ -14765,7 +14765,7 @@ packages:
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
dev: true dev: true
/wagmi@1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.19.7): /wagmi@1.0.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(viem@1.19.7):
resolution: {integrity: sha512-+2UkZG9eA3tKqXj1wvlvI8mL0Bcff7Tf5CKfUOyQsdKcY+J5rfwYYya25G+jja57umpHFtfxRaL7xDkNjehrRg==} resolution: {integrity: sha512-+2UkZG9eA3tKqXj1wvlvI8mL0Bcff7Tf5CKfUOyQsdKcY+J5rfwYYya25G+jja57umpHFtfxRaL7xDkNjehrRg==}
peerDependencies: peerDependencies:
react: '>=17.0.0' react: '>=17.0.0'
...@@ -14778,12 +14778,12 @@ packages: ...@@ -14778,12 +14778,12 @@ packages:
'@tanstack/query-sync-storage-persister': 4.29.25 '@tanstack/query-sync-storage-persister': 4.29.25
'@tanstack/react-query': 4.29.25(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': 4.29.25(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query-persist-client': 4.29.25(@tanstack/react-query@4.29.25) '@tanstack/react-query-persist-client': 4.29.25(@tanstack/react-query@4.29.25)
'@wagmi/core': 1.0.1(react@18.2.0)(typescript@5.2.2)(viem@1.19.7) '@wagmi/core': 1.0.1(react@18.2.0)(typescript@5.3.2)(viem@1.19.7)
abitype: 0.8.1(typescript@5.2.2) abitype: 0.8.1(typescript@5.3.2)
react: 18.2.0 react: 18.2.0
typescript: 5.2.2 typescript: 5.3.2
use-sync-external-store: 1.2.0(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0)
viem: 1.19.7(typescript@5.2.2)(zod@3.22.4) viem: 1.19.7(typescript@5.3.2)(zod@3.22.4)
transitivePeerDependencies: transitivePeerDependencies:
- '@react-native-async-storage/async-storage' - '@react-native-async-storage/async-storage'
- bufferutil - bufferutil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment