From 6d7e19d1dceaf4df4683c75334e0e4c70cb8482b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 07:07:09 +0000 Subject: [PATCH] Bump corejs-upgrade-webpack-plugin from 2.2.0 to 3.0.1 Bumps [corejs-upgrade-webpack-plugin](https://github.com/ndelangen/corejs-upgrade-webpack-plugin) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/ndelangen/corejs-upgrade-webpack-plugin/releases) - [Commits](https://github.com/ndelangen/corejs-upgrade-webpack-plugin/compare/v2.2.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- lib/core/package.json | 2 +- lib/ui/package.json | 2 +- package.json | 2 +- yarn.lock | 18 ++++++++++-------- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/lib/core/package.json b/lib/core/package.json index bb76dc1e7dfb..49e6bc188151 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -55,7 +55,7 @@ "cli-table3": "0.5.1", "commander": "^4.0.1", "core-js": "^3.0.1", - "corejs-upgrade-webpack-plugin": "^2.2.0", + "corejs-upgrade-webpack-plugin": "^3.0.1", "css-loader": "^3.0.0", "detect-port": "^1.3.0", "dotenv-webpack": "^1.7.0", diff --git a/lib/ui/package.json b/lib/ui/package.json index 689c4394b064..2cbab7203c7b 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@storybook/addon-actions": "5.3.0", "@storybook/addon-knobs": "5.3.0", - "corejs-upgrade-webpack-plugin": "^2.2.0", + "corejs-upgrade-webpack-plugin": "^3.0.1", "flush-promises": "^1.0.2", "terser-webpack-plugin": "^2.1.2", "webpack": "^4.33.0" diff --git a/package.json b/package.json index 0678885243e4..9bf2e58702a2 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "commander": "^4.0.1", "concurrently": "^5.0.0", "core-js": "^3.0.1", - "corejs-upgrade-webpack-plugin": "^2.2.0", + "corejs-upgrade-webpack-plugin": "^3.0.1", "cross-env": "^6.0.3", "danger": "^9.2.1", "del": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 59f1eec59759..ea66df2a8ee7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10058,10 +10058,10 @@ core-js@^1.0.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= -core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.5: - version "2.6.10" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f" - integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA== +core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.10, core-js@^2.6.5: + version "2.6.11" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" + integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== core-js@^3.0.1, core-js@^3.0.4: version "3.4.2" @@ -10080,11 +10080,13 @@ core-util-is@1.0.2, core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= -corejs-upgrade-webpack-plugin@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/corejs-upgrade-webpack-plugin/-/corejs-upgrade-webpack-plugin-2.2.0.tgz#503293bf1fdcb104918eb40d0294e4776ad6923a" - integrity sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ== +corejs-upgrade-webpack-plugin@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/corejs-upgrade-webpack-plugin/-/corejs-upgrade-webpack-plugin-3.0.1.tgz#40b2ec86ebc7fc92cde78bb64080d2c08e7ef340" + integrity sha512-JOP0BEwopmYo9GIambvZoWKnioiFttoZ5euHceU1RRvj+Z94xOSSH/wcq17eSwIZzHRtMvoBdBvWvZ/vHq48Rw== dependencies: + babel-runtime "^6.26.0" + core-js "^2.6.10" resolve-from "^5.0.0" webpack "^4.38.0"