Skip to content

Commit e795224

Browse files
Update deps
1 parent 4e2e2b7 commit e795224

File tree

18 files changed

+37
-37
lines changed

18 files changed

+37
-37
lines changed

package-lock.json

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

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.5.2",
38+
"@web3auth/auth": "^9.5.3",
3939
"@web3auth/base": "^9.4.2",
4040
"@web3auth/base-provider": "^9.4.2",
4141
"deepmerge": "^4.3.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.5.2",
28+
"@web3auth/auth": "^9.5.3",
2929
"@web3auth/base": "^9.4.2",
3030
"@web3auth/base-solana-adapter": "^9.4.2",
3131
"@web3auth/solana-provider": "^9.4.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@walletconnect/sign-client": "^2.17.2",
4141
"@walletconnect/types": "^2.17.2",
4242
"@walletconnect/utils": "^2.17.2",
43-
"@web3auth/auth": "^9.5.2",
43+
"@web3auth/auth": "^9.5.3",
4444
"@web3auth/base": "^9.4.2",
4545
"@web3auth/base-provider": "^9.4.2",
4646
"@web3auth/ethereum-provider": "^9.4.2",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@toruslabs/base-controllers": "^6.3.1",
2424
"@toruslabs/constants": "^14.1.1",
2525
"@toruslabs/http-helpers": "^7.0.0",
26-
"@web3auth/auth": "^9.5.2",
26+
"@web3auth/auth": "^9.5.3",
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.4.2"
3434
},
3535
"devDependencies": {
36-
"@web3auth/auth": "^9.5.2",
36+
"@web3auth/auth": "^9.5.3",
3737
"@web3auth/auth-adapter": "^9.4.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.4.2"
3434
},
3535
"devDependencies": {
36-
"@web3auth/auth": "^9.5.2",
36+
"@web3auth/auth": "^9.5.3",
3737
"@web3auth/auth-adapter": "^9.4.2"
3838
},
3939
"peerDependencies": {

packages/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@svgr/webpack": "^8.1.0",
1616
"@toruslabs/isomorphic-style-loader": "^5.3.3",
1717
"@web3auth/account-abstraction-provider": "^9.4.2",
18-
"@web3auth/auth": "^9.5.2",
18+
"@web3auth/auth": "^9.5.3",
1919
"@web3auth/wallet-connect-v2-adapter": "^9.4.2",
2020
"css-loader": "^7.1.2",
2121
"postcss-prefix-selector": "^2.1.0",

packages/no-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@web3auth/wallet-connect-v2-adapter": "^9.x"
3838
},
3939
"dependencies": {
40-
"@web3auth/auth": "^9.5.2",
40+
"@web3auth/auth": "^9.5.3",
4141
"@web3auth/base": "^9.4.2",
4242
"@web3auth/base-provider": "^9.4.2",
4343
"deepmerge": "^4.3.1"

packages/plugins/solana-wallet-connector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"@toruslabs/solana-embed": "^2.1.0",
36-
"@web3auth/auth": "^9.5.2",
36+
"@web3auth/auth": "^9.5.3",
3737
"@web3auth/base": "^9.4.2",
3838
"@web3auth/no-modal": "^9.4.2",
3939
"loglevel": "^1.9.2"

0 commit comments

Comments
 (0)