rebuild lockfile

This commit is contained in:
Rich Harris
2018-08-29 20:53:48 -04:00
parent 4259fc8e58
commit 708fe4c74b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6299,9 +6299,9 @@
}
},
"shimport": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/shimport/-/shimport-0.0.7.tgz",
"integrity": "sha512-A6aDOxg6fHjmFkc2HL4PUW9Cfb+huHZypApNVxCXoBFz6jO+iAmu2wQeXDjqyho3mF4AMpxZTAC+JbmFpKjwug=="
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/shimport/-/shimport-0.0.9.tgz",
"integrity": "sha512-y0DHz5ffBuz+iXUQgkqjT3yJRuegeyhHeDdqVdDMVDCeuS0Ex6AFPLFNV228EfPQmkDumraLsN9HBcT1qyLxHw=="
},
"signal-exit": {
"version": "3.0.2",

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"html-minifier": "^3.5.16",
"shimport": "^0.0.8",
"shimport": "^0.0.9",
"source-map-support": "^0.5.6",
"tslib": "^1.9.1"
},