diff options
author | dependabot[bot] | 2023-01-18 21:26:24 +0000 |
---|---|---|
committer | vitalyster | 2023-01-19 09:46:34 +0300 |
commit | f02dc66713bf2301e20bc07b3015da6b4f764600 (patch) | |
tree | a7743c9dadfd06b1c98a38a4ed2e6ce600e0703d /vnext/package.json | |
parent | d449bfb52ba28bdca293e3144271d2dd4a947d9e (diff) |
build(deps): bump core-js from 3.27.1 to 3.27.2 in /vnext
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.1 to 3.27.2.
- [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.2/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 4169ac8a..6653b1cf 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.9", - "core-js": "^3.27.1", + "core-js": "^3.27.2", "cors": "^2.8.5", "dayjs": "^1.11.7", "esbuild": "^0.17.3", |