diff options
Diffstat (limited to 'vnext')
-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 6b582cca..cab0017b 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -4353,9 +4353,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.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" }, "core-js-compat": { "version": "3.6.5", diff --git a/vnext/package.json b/vnext/package.json index 896dabad..ddfd3390 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -74,7 +74,7 @@ }, "dependencies": { "axios": "^0.21.0", - "core-js": "^3.6.5", + "core-js": "^3.7.0", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.9.4", |