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" },