Update to esm 3.0.37 (#319)

* fix(package): update esm to version 3.0.37

Closes #216

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
Nolan Lawson 2018-05-24 19:59:22 -07:00 committed by GitHub
parent bec4297c92
commit c1eba789a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3542,9 +3542,9 @@
"dev": true
},
"esm": {
"version": "3.0.34",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.0.34.tgz",
"integrity": "sha512-napl1sk7uu4ULhGVWVGIleN2G1TpURvfq5+ALLSc1V4jXcbftCtV8RIOkHw46UnLtzw3xIZgMES39f6N75JhtA=="
"version": "3.0.37",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.0.37.tgz",
"integrity": "sha512-T7x0ZOnc8Olgvox3zO5wznU9/kQ9UrteddPp1q6aPCznarz3g07Gj1YKcKCavrBWBoJ+T3nwclDWqeMZsyWGNQ=="
},
"espree": {
"version": "3.5.4",

View File

@ -48,7 +48,7 @@
"cross-env": "5.1.6",
"css-loader": "0.28.11",
"escape-html": "1.0.3",
"esm": "3.0.34",
"esm": "3.0.37",
"events": "2.0.0",
"express": "4.16.3",
"fg-loadcss": "2.0.1",