chore(deps): unpin and update esm (#5804)

This commit is contained in:
Dmitry Molotkov 2019-05-25 17:17:02 +03:00 committed by Pooya Parsa
parent 9ae23f7a23
commit 5ae03d0d4b
5 changed files with 8 additions and 9 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -7,8 +7,7 @@
],
"ignoreDeps": [
"thread-loader",
"core-js",
"esm"
"core-js"
],
"lockFileMaintenance": {
"enabled": true

View File

@ -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"