Update to esm 3.0.26 (#221)

* fix(package): update esm to version 3.0.26

Closes #216

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
Nolan Lawson 2018-04-25 20:48:10 -07:00 committed by GitHub
parent 235a988291
commit 73bec1a107
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

@ -3344,9 +3344,9 @@
"dev": true
},
"esm": {
"version": "3.0.21",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.0.21.tgz",
"integrity": "sha512-ewOT07Na+f64B/Nq2itaYNAbdAg8TWRK10LLe2A4VN3+4IdUCU26pqjasXyFwnakl7QN3q1qhYIDiXs2tzXE5w=="
"version": "3.0.26",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.0.26.tgz",
"integrity": "sha512-AgtiHp4RZLtjnCGahgglLyRtha9SippxmO6JI8MCwJPpslzJqOANmNBI33u7v6znU4abVhhY0qb4v0OTBi2ykA=="
},
"espree": {
"version": "3.5.4",

View File

@ -40,7 +40,7 @@
"cross-env": "5.1.4",
"css-loader": "0.28.11",
"escape-html": "1.0.3",
"esm": "3.0.21",
"esm": "3.0.26",
"events": "2.0.0",
"express": "4.16.3",
"fg-loadcss": "2.0.1",