From 6aa0c313e24c72402d466331d7dfb60600d4ea68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 00:40:00 +0000 Subject: [PATCH] fix(deps): bump core-js from 3.17.3 to 3.18.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.3 to 3.18.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/compare/v3.17.3...v3.18.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfc08a2c..006450eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/forms": "^0.3.3", "@tailwindcss/line-clamp": "^0.2.1", "@tailwindcss/typography": "^0.4.1", - "core-js": "^3.17.3", + "core-js": "^3.18.0", "mapbox-gl": "1.13.1", "nuxt": "^2.15.8", "v-click-outside": "^3.1.2", @@ -8321,9 +8321,9 @@ } }, "node_modules/core-js": { - "version": "3.17.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.17.3.tgz", - "integrity": "sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.0.tgz", + "integrity": "sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -33578,9 +33578,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.17.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.17.3.tgz", - "integrity": "sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==" + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.0.tgz", + "integrity": "sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==" }, "core-js-compat": { "version": "3.16.1", diff --git a/package.json b/package.json index cb9f38c7..3f2e0ab0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tailwindcss/forms": "^0.3.3", "@tailwindcss/line-clamp": "^0.2.1", "@tailwindcss/typography": "^0.4.1", - "core-js": "^3.17.3", + "core-js": "^3.18.0", "mapbox-gl": "1.13.1", "nuxt": "^2.15.8", "v-click-outside": "^3.1.2",