diff options
author | dependabot[bot] | 2021-06-07 06:51:12 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 077c671c1c578210b2b70748f0a0d5a44b70b217 (patch) | |
tree | ff8c0e032c2bf80673c28148f1c8527e2a7b1d4c | |
parent | b0308137e22fb58caadb3e871da7a289dd165e1b (diff) |
Bump core-js from 3.13.0 to 3.14.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.0 to 3.14.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.14.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 4e10d043..215c874e 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6302,9 +6302,9 @@ } }, "core-js": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz", - "integrity": "sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", + "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" }, "core-js-compat": { "version": "3.12.1", diff --git a/vnext/package.json b/vnext/package.json index 109737f6..72d4b135 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "axios": "^0.21.1", - "core-js": "^3.13.0", + "core-js": "^3.14.0", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.10.1", |