From 083ac5751494ae4750d834ee880ed6f202839126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 6 Mar 2019 09:35:08 +0000 Subject: [PATCH] chore(deps): update dependency esm to ^3.2.11 (#5165) --- package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ddba10e6b4..56aa117966 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.2.2", - "esm": "^3.2.10", + "esm": "^3.2.11", "express": "^4.16.4", "finalhandler": "^1.1.1", "fork-ts-checker-webpack-plugin": "^0.5.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 72266b2d96..67957c91f9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -16,7 +16,7 @@ "boxen": "^3.0.0", "chalk": "^2.4.2", "consola": "^2.5.6", - "esm": "^3.2.10", + "esm": "^3.2.11", "execa": "^1.0.0", "exit": "^0.1.2", "minimist": "^1.2.0", diff --git a/packages/core/package.json b/packages/core/package.json index 8b2df2f99a..7e036f7e10 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -15,7 +15,7 @@ "@nuxt/vue-renderer": "2.4.5", "consola": "^2.5.6", "debug": "^4.1.1", - "esm": "^3.2.10", + "esm": "^3.2.11", "fs-extra": "^7.0.1", "hash-sum": "^1.0.2", "std-env": "^2.2.1" diff --git a/yarn.lock b/yarn.lock index e3ef383dfb..be170b7dc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4331,10 +4331,10 @@ eslint@^5.15.1: table "^5.2.3" text-table "^0.2.0" -esm@^3.2.10: - version "3.2.10" - resolved "https://registry.npmjs.org/esm/-/esm-3.2.10.tgz#fea61120e0d89b87897756f506f169c2fb0ca78e" - integrity sha512-r6v4kFfezz5/Qo6Q5ThaNPPUi7a2E3J4ZWxFuohhxJRAa6X7hg6Ca7GRPaixsi5ALcokhif/04Ys4zAxab4Edw== +esm@^3.2.11: + version "3.2.11" + resolved "https://registry.npmjs.org/esm/-/esm-3.2.11.tgz#f6ac0c7fbb682324e80f48950130f5a5fe953f35" + integrity sha512-OhgzK4tmov6Ih2gQ28k8e5kV07sGgEKG+ys3PqbDd2FBXpsZkGpFotFbrm0+KmuD2ktaV4hdPYQTDMpq9FjeTA== espree@^4.1.0: version "4.1.0"