diff options
author | dependabot[bot] | 2021-06-21 17:08:37 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | b68a367310361b4d5b9c3bbae99c67536564268e (patch) | |
tree | 34eb65e40d4524b52b625d4b11e97bc5bc0fafe0 | |
parent | 8b21818a0d1f3ad6afd9e580bfb733f44168e342 (diff) |
Bump core-js from 3.14.0 to 3.15.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.0.
- [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.0/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 eb694fcb..019c56a7 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -7488,9 +7488,9 @@ } }, "core-js": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", - "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.0.tgz", + "integrity": "sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw==" }, "core-js-compat": { "version": "3.14.0", diff --git a/vnext/package.json b/vnext/package.json index 278b7fae..49c2c109 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.1", - "core-js": "^3.14.0", + "core-js": "^3.15.0", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.10.1", |