From 60acf4aff6edd1dd85c890334234ab8ba11c35bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 08:19:47 +0000 Subject: [PATCH] fix: upgrade core-js from 3.6.5 to 3.24.1 Snyk has created this PR to upgrade core-js from 3.6.5 to 3.24.1. See this package in npm: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/yext/project/47a01299-c6b7-4442-934a-605bf2dd82dd?utm_source=github&utm_medium=referral&page=upgrade-pr --- static/package-lock.json | 14 +++++++------- static/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index ca8b35a04..de8347c56 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "@vimeo/player": "^2.15.3", - "core-js": "^3.6.5", + "core-js": "^3.24.1", "css-vars-ponyfill": "^2.3.1", "escape-html": "^1.0.3", "file-system": "^2.2.2", @@ -2703,9 +2703,9 @@ } }, "node_modules/core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz", + "integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -11503,9 +11503,9 @@ } }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz", + "integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==" }, "core-js-compat": { "version": "3.6.5", diff --git a/static/package.json b/static/package.json index 30c1bd14f..501036fdd 100644 --- a/static/package.json +++ b/static/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@vimeo/player": "^2.15.3", - "core-js": "^3.6.5", + "core-js": "^3.24.1", "css-vars-ponyfill": "^2.3.1", "escape-html": "^1.0.3", "file-system": "^2.2.2",