From b4fa43e9448f90a09bd4dea34861e079eeb4ffa9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 18:45:00 +0000 Subject: [PATCH] fix: upgrade core-js from 3.15.1 to 3.37.0 Snyk has created this PR to upgrade core-js from 3.15.1 to 3.37.0. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/julitka.barelkowska/project/70481a35-08ab-4393-8713-2f8cb61ab050?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",