From 9e422a1cfe07cbdece883f288e9f6d27b6b0ddf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:57:03 +0000 Subject: [PATCH] Bump core-js from 2.6.12 to 3.12.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 2.6.12 to 3.12.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/commits/v3.12.0/packages/core-js) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7edf8e..3551da2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "now-build": "npm run build" }, "devDependencies": { - "core-js": "^2.5.1", + "core-js": "^3.12.0", "expect.js": "0.3.x", "jquery": "^3.3.1", "pre-commit": "1.x",