From 5ae03d0d4b5a47c1b312aeeb40354566a0a26bf2 Mon Sep 17 00:00:00 2001 From: Dmitry Molotkov Date: Sat, 25 May 2019 17:17:02 +0300 Subject: [PATCH] chore(deps): unpin and update esm (#5804) --- package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- renovate.json | 3 +-- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 0e927a3b8b..e26b695d48 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.2.2", - "esm": "3.2.20", + "esm": "^3.2.25", "execa": "^1.0.0", "express": "^4.17.0", "finalhandler": "^1.1.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 822cc72a7b..ad20bb5869 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -17,7 +17,7 @@ "boxen": "^3.2.0", "chalk": "^2.4.2", "consola": "^2.6.2", - "esm": "3.2.20", + "esm": "^3.2.25", "execa": "^1.0.0", "exit": "^0.1.2", "fs-extra": "^8.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index 3823413750..246c649624 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -15,7 +15,7 @@ "@nuxt/vue-renderer": "2.7.1", "consola": "^2.6.2", "debug": "^4.1.1", - "esm": "3.2.20", + "esm": "^3.2.25", "fs-extra": "^8.0.1", "hash-sum": "^1.0.2", "std-env": "^2.2.1" diff --git a/renovate.json b/renovate.json index bffc35c30d..bfdca19743 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,7 @@ ], "ignoreDeps": [ "thread-loader", - "core-js", - "esm" + "core-js" ], "lockFileMaintenance": { "enabled": true diff --git a/yarn.lock b/yarn.lock index 58a89679ad..1321fd4546 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4643,10 +4643,10 @@ eslint@^5.16.0: table "^5.2.3" text-table "^0.2.0" -esm@3.2.20: - version "3.2.20" - resolved "https://registry.npmjs.org/esm/-/esm-3.2.20.tgz#44f125117863427cdece7223baa411fc739c1939" - integrity sha512-NA92qDA8C/qGX/xMinDGa3+cSPs4wQoFxskRrSnDo/9UloifhONFm4sl4G+JsyCqM007z2K+BfQlH5rMta4K1Q== +esm@^3.2.25: + version "3.2.25" + resolved "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" + integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== espree@^4.1.0: version "4.1.0"