From f5032a524e2b674e7c81a1f5606314b8af474289 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 24 Sep 2020 00:49:39 -0700 Subject: [PATCH] Upgrade shimport (#1552) --- CHANGELOG.md | 1 + package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ab0dce5..760f4bf84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +* Upgraded shimport to fix legacy browser support ([#1544](https://github.com/sveltejs/sapper/issues/1544)) * Make CSP nonce available in template ([#1549](https://github.com/sveltejs/sapper/pull/1549)) * Add CSP nonce to style tag ([#1232](https://github.com/sveltejs/sapper/pull/1232)) * Add `error` to page store on error pages ([#1498](https://github.com/sveltejs/sapper/pull/1498)) diff --git a/package-lock.json b/package-lock.json index 6151240ac..d76d2b92d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4986,9 +4986,9 @@ "dev": true }, "shimport": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/shimport/-/shimport-2.0.3.tgz", - "integrity": "sha512-cI6ZhAblQUqZz2xnQxQpcA6lQUbB5YBSodcxGp+FeN8kgBLtXeiC7ZpM+5eGrH5OMNWDRiGTD0rRUnmuA+T6uw==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/shimport/-/shimport-2.0.4.tgz", + "integrity": "sha512-5YOyQqYkOFSkPFnpS87De6BYzDiZBc8FS4/aTuGZiST+WmXSwWRoaNRHqyVOeEpSx9wlgYWg9WYfCuzD/11/qA==" }, "sirv": { "version": "1.0.6", diff --git a/package.json b/package.json index cef40930a..cd7849f9c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "html-minifier": "^4.0.0", "http-link-header": "^1.0.2", - "shimport": "^2.0.3", + "shimport": "^2.0.4", "source-map": "^0.6.1", "sourcemap-codec": "^1.4.6", "string-hash": "^1.1.3"