diff --git a/examples/vue-example/package-lock.json b/examples/vue-example/package-lock.json index 90ebb64f..1c1f9a96 100644 --- a/examples/vue-example/package-lock.json +++ b/examples/vue-example/package-lock.json @@ -21,7 +21,7 @@ "@web3auth/ethereum-provider": "^8.10.2", "bn.js": "^5.2.1", "bs58": "^6.0.0", - "core-js": "^3.37.1", + "core-js": "^3.38.0", "elliptic": "^6.5.6", "ethereum-cryptography": "^2.2.1", "ethers": "^6.13.1", @@ -3644,10 +3644,11 @@ "dev": true }, "node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", + "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/examples/vue-example/package.json b/examples/vue-example/package.json index 03a1499c..bfa804f0 100644 --- a/examples/vue-example/package.json +++ b/examples/vue-example/package.json @@ -23,7 +23,7 @@ "@web3auth/ethereum-provider": "^8.10.2", "bn.js": "^5.2.1", "bs58": "^6.0.0", - "core-js": "^3.37.1", + "core-js": "^3.38.0", "elliptic": "^6.5.6", "ethereum-cryptography": "^2.2.1", "ethers": "^6.13.1",