From 380f43b47687cd511783af00e2aee45085f78263 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 May 2020 02:05:17 +0000 Subject: [PATCH] Bump core-js from 3.6.4 to 3.6.5 Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.6.5. - [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.6.4...v3.6.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8b9957..ad1007c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1713,6 +1713,11 @@ } } }, + "core-js": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + }, "node-gettext": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-2.1.0.tgz", @@ -3581,9 +3586,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" }, "core-js-compat": { "version": "3.6.5", diff --git a/package.json b/package.json index 25397a0..4f67c33 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^2.0.0", - "core-js": "^3.6.4", + "core-js": "^3.6.5", "crypto-js": "^4.0.0", "debounce": "^1.2.0", "json2csv": "5.0.1",