diff options
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | 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", |