From d2cc2a558be76e881b8063c88e7f7715e3a3b4a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 21:16:14 +0000 Subject: [PATCH] Update core-js requirement from ^2.5.1 to ^3.1.4 Updates the requirements on [core-js](https://github.com/zloirock/core-js) to permit the latest version. - [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/v2.5.1...3.1.4) 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 1ef9bf9..2b09e23 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.1.4", "expect.js": "0.3.x", "jquery": "^3.3.1", "pre-commit": "1.x",