From 080c79e839594b29e407b9017ecd01443d4adb82 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Wed, 23 Jun 2021 17:07:38 +0000 Subject: Bump core-js from 3.15.0 to 3.15.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vnext/package-lock.json | 6 +++--- vnext/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vnext/package-lock.json b/vnext/package-lock.json index a7a1e002..1566c26e 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -5475,9 +5475,9 @@ } }, "core-js": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.0.tgz", - "integrity": "sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw==" + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz", + "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==" }, "core-js-compat": { "version": "3.15.1", diff --git a/vnext/package.json b/vnext/package.json index 5d982746..ef50ff3f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.1", - "core-js": "^3.15.0", + "core-js": "^3.15.1", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.10.1", -- cgit v1.2.3