@web3auth/modal 10.5.5 → 10.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,6 +42,15 @@ PERFORMANCE OF THIS SOFTWARE.
42
42
 
43
43
  /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
44
44
 
45
+ /**
46
+ * @license
47
+ * Lodash <https://lodash.com/>
48
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
49
+ * Released under MIT license <https://lodash.com/license>
50
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
51
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
52
+ */
53
+
45
54
  /**
46
55
  * @license React
47
56
  * react-dom.production.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/modal",
3
- "version": "10.5.5",
3
+ "version": "10.6.0",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/ui",
@@ -52,11 +52,11 @@
52
52
  "vue": ">=3.x"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/preset-react": "^7.27.1",
55
+ "@babel/preset-react": "^7.28.5",
56
56
  "@coinbase/wallet-sdk": "^4.3.7",
57
57
  "@mertasan/tailwindcss-variables": "^2.7.0",
58
58
  "@rollup/plugin-json": "^6.1.0",
59
- "@rollup/plugin-replace": "^6.0.2",
59
+ "@rollup/plugin-replace": "^6.0.3",
60
60
  "@rollup/plugin-url": "^8.0.2",
61
61
  "@solana/web3.js": "^1.98.4",
62
62
  "@svgr/rollup": "^8.1.0",
@@ -87,11 +87,11 @@
87
87
  "wagmi": "^2.16.6"
88
88
  },
89
89
  "dependencies": {
90
- "@hcaptcha/react-hcaptcha": "^1.13.0",
91
- "@toruslabs/base-controllers": "^8.7.0",
90
+ "@hcaptcha/react-hcaptcha": "^1.14.0",
91
+ "@toruslabs/base-controllers": "^8.8.3",
92
92
  "@toruslabs/http-helpers": "^8.1.1",
93
- "@web3auth/auth": "^10.5.0",
94
- "@web3auth/no-modal": "^10.5.5",
93
+ "@web3auth/auth": "^10.6.0",
94
+ "@web3auth/no-modal": "^10.6.0",
95
95
  "bowser": "^2.12.1",
96
96
  "classnames": "^2.5.1",
97
97
  "clsx": "^2.1.1",
@@ -203,5 +203,5 @@
203
203
  "type": "git",
204
204
  "url": "git+https://github.com/Web3Auth/Web3Auth.git"
205
205
  },
206
- "gitHead": "d4b800142c4e60f38e4ffc8e7815e19e9fe43c75"
206
+ "gitHead": "6a90961518cc7cd54a314fab385fcd81c409983b"
207
207
  }