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 395708a5..6071b447 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -4350,9 +4350,9 @@ } }, "core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz", + "integrity": "sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==" }, "core-js-compat": { "version": "3.7.0", diff --git a/vnext/package.json b/vnext/package.json index 9ee9d468..25ab0122 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.0", - "core-js": "^3.7.0", + "core-js": "^3.8.0", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.9.4", |