diff --git a/package-lock.json b/package-lock.json index 238bcee..a60ceb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nuxtjs/router": "1.5.0", "@nuxtjs/style-resources": "1.2.1", "@walletconnect/web3-provider": "1.7.0", - "core-js": "3.15.1", + "core-js": "^3.37.0", "detect-it": "4.0.1", "eth-lib": "0.1.29", "ethers": "5.5.2", @@ -7600,9 +7600,9 @@ } }, "node_modules/core-js": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz", - "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -30336,9 +30336,9 @@ } }, "core-js": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz", - "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==" + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==" }, "core-js-compat": { "version": "3.20.3", diff --git a/package.json b/package.json index 5c9fa61..4cd4258 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nuxtjs/router": "1.5.0", "@nuxtjs/style-resources": "1.2.1", "@walletconnect/web3-provider": "1.7.0", - "core-js": "3.15.1", + "core-js": "3.37.0", "detect-it": "4.0.1", "eth-lib": "0.1.29", "ethers": "5.5.2",