Skip to content

Commit 3902122

Browse files
committed
upgrade auth deps
1 parent a43d4f0 commit 3902122

File tree

23 files changed

+184
-150
lines changed

23 files changed

+184
-150
lines changed

package-lock.json

Lines changed: 145 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint": "^8.57.0",
1919
"husky": "^9.1.7",
2020
"lerna": "^8.1.9",
21-
"lint-staged": "^15.2.11",
21+
"lint-staged": "^15.4.1",
2222
"mocha": "^10.8.2",
2323
"prettier": "^3.4.2",
2424
"rimraf": "^6.0.1",
@@ -50,8 +50,8 @@
5050
},
5151
"name": "web3auth",
5252
"optionalDependencies": {
53-
"@nx/nx-linux-x64-gnu": "^20.2.2",
54-
"@rollup/rollup-linux-x64-gnu": "^4.28.1"
53+
"@nx/nx-linux-x64-gnu": "^20.3.2",
54+
"@rollup/rollup-linux-x64-gnu": "^4.31.0"
5555
},
5656
"private": true,
5757
"repository": {

packages/adapters/auth-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/runtime": "^7.x"
3636
},
3737
"dependencies": {
38-
"@web3auth/auth": "^9.6.2",
38+
"@web3auth/auth": "^9.6.4",
3939
"@web3auth/base": "^9.5.2",
4040
"@web3auth/base-provider": "^9.5.2",
4141
"deepmerge": "^4.3.1"

packages/adapters/base-evm-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pre-commit": "lint-staged --cwd ."
2121
},
2222
"dependencies": {
23-
"@toruslabs/base-controllers": "^7.0.1",
23+
"@toruslabs/base-controllers": "^7.1.1",
2424
"@web3auth/base": "^9.5.2"
2525
},
2626
"files": [

packages/adapters/base-solana-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pre-commit": "lint-staged --cwd ."
2121
},
2222
"dependencies": {
23-
"@toruslabs/base-controllers": "^7.0.1",
23+
"@toruslabs/base-controllers": "^7.1.1",
2424
"@web3auth/base": "^9.5.2",
2525
"bs58": "^5.0.0"
2626
},

packages/adapters/default-solana-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"pre-commit": "lint-staged --cwd ."
2121
},
2222
"dependencies": {
23-
"@solana/wallet-standard-features": "^1.2.0",
23+
"@solana/wallet-standard-features": "^1.3.0",
2424
"@solana/web3.js": "^1.98.0",
2525
"@wallet-standard/app": "^1.1.0",
2626
"@wallet-standard/base": "^1.1.0",
2727
"@wallet-standard/features": "^1.1.0",
28-
"@web3auth/auth": "^9.6.2",
28+
"@web3auth/auth": "^9.6.4",
2929
"@web3auth/base": "^9.5.2",
3030
"@web3auth/base-solana-adapter": "^9.5.2",
3131
"@web3auth/solana-provider": "^9.5.2",

packages/adapters/wallet-connect-v2-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
"dependencies": {
3838
"@solana/web3.js": "^1.98.0",
39-
"@toruslabs/base-controllers": "^7.0.1",
39+
"@toruslabs/base-controllers": "^7.1.1",
4040
"@walletconnect/sign-client": "^2.17.3",
4141
"@walletconnect/types": "^2.17.3",
4242
"@walletconnect/utils": "^2.17.3",
43-
"@web3auth/auth": "^9.6.2",
43+
"@web3auth/auth": "^9.6.4",
4444
"@web3auth/base": "^9.5.2",
4545
"@web3auth/base-provider": "^9.5.2",
4646
"@web3auth/ethereum-provider": "^9.5.2",

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"pre-commit": "lint-staged --cwd ."
2121
},
2222
"dependencies": {
23-
"@toruslabs/base-controllers": "^7.0.1",
23+
"@toruslabs/base-controllers": "^7.1.1",
2424
"@toruslabs/constants": "^14.2.0",
2525
"@toruslabs/http-helpers": "^7.0.0",
26-
"@web3auth/auth": "^9.6.2",
26+
"@web3auth/auth": "^9.6.4",
2727
"jwt-decode": "^4.0.0",
2828
"loglevel": "^1.9.2",
2929
"ts-custom-error": "^3.3.1"

packages/composables/modal-vue-composables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@web3auth/modal": "^9.5.2"
3434
},
3535
"devDependencies": {
36-
"@web3auth/auth": "^9.6.2",
36+
"@web3auth/auth": "^9.6.4",
3737
"@web3auth/auth-adapter": "^9.5.2"
3838
},
3939
"peerDependencies": {

packages/composables/no-modal-vue-composables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@web3auth/no-modal": "^9.5.2"
3434
},
3535
"devDependencies": {
36-
"@web3auth/auth": "^9.6.2",
36+
"@web3auth/auth": "^9.6.4",
3737
"@web3auth/auth-adapter": "^9.5.2"
3838
},
3939
"peerDependencies": {

0 commit comments

Comments
 (0)