From 708fe4c74b40a44bc1654c962bfaa57103f89d57 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 29 Aug 2018 20:53:48 -0400 Subject: [PATCH] rebuild lockfile --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7e0b36..529a633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9911776..5ede3e2 100644 --- a/package.json +++ b/package.json @@ -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" },