From 4ce9931d874227ffc022df09471c4337a092bd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 00:22:40 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.7.0 to 3.22.2 Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.22.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/compare/v3.7.0...v3.22.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d30f039..72745b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5360,9 +5360,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" + "version": "3.22.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.2.tgz", + "integrity": "sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==" }, "core-js-compat": { "version": "3.7.0", diff --git a/package.json b/package.json index caaefe2..bff9b34 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@nuxt/content": "^1.9.0", "@tailwindcss/typography": "^0.2.0", - "core-js": "^3.6.5", + "core-js": "^3.22.2", "nuxt": "^2.14.6" }, "devDependencies": {