forked from cybrespace/pinafore
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:
parent
235a988291
commit
73bec1a107
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue