diff options
author | dependabot[bot] | 2022-12-30 17:01:51 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 8b557d57106f1124287754c947310e087215b0ad (patch) | |
tree | a3030fa6a7a1d3bbbf08777aeab480ffeef15cad /vnext/package.json | |
parent | f5cb2df5fda0766cc83e8d2861bf888af1ed5e72 (diff) |
Bump core-js from 3.27.0 to 3.27.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.0 to 3.27.1.
- [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.27.1/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 161c5ef4..ca45922a 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -53,7 +53,7 @@ "axios-cache-interceptor": "^1.0.0", "body-parser": "^1.20.1", "config": "^3.3.8", - "core-js": "^3.27.0", + "core-js": "^3.27.1", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.16.12", |