chore(deps-dev): bump sapper from 0.27.16 to 0.28.10 in /site (#848)

Bumps [sapper](https://github.com/sveltejs/sapper) from 0.27.16 to 0.28.10.
- [Release notes](https://github.com/sveltejs/sapper/releases)
- [Changelog](https://github.com/sveltejs/sapper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/sapper/compare/v0.27.16...v0.28.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-16 17:00:47 +02:00 committed by GitHub
parent e866d0976f
commit 89caacf75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 14 deletions

35
site/package-lock.json generated
View File

@ -1977,9 +1977,9 @@
}
},
"http-link-header": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.2.tgz",
"integrity": "sha512-z6YOZ8ZEnejkcCWlGZzYXNa6i+ZaTfiTg3WhlV/YvnNya3W/RbX1bMVUMTuCrg/DrtTCQxaFCkXCz4FtLpcebg==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.0.3.tgz",
"integrity": "sha512-nARK1wSKoBBrtcoESlHBx36c1Ln/gnbNQi1eB6MeTUefJIT3NvUOsV15bClga0k38f0q/kN5xxrGSDS3EFnm9w==",
"dev": true
},
"inflight": {
@ -2777,16 +2777,25 @@
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"sapper": {
"version": "0.27.16",
"resolved": "https://registry.npmjs.org/sapper/-/sapper-0.27.16.tgz",
"integrity": "sha512-q8dohkbhga6xO+0a8h84odFyoilQ0D0vJtF8NHra/DQmSeN2R2MXUfwhw3EyvLms3T1x8H3v+qw642Qf5JXA9g==",
"version": "0.28.10",
"resolved": "https://registry.npmjs.org/sapper/-/sapper-0.28.10.tgz",
"integrity": "sha512-Z6OpuDOHxiRHKd7JCjHaDe8uOM2fFZxpTLsj/0Ib4sM034xstEvNNUtdY7Pg/a85kP3cFCnkNiM1v7W37vzDGg==",
"dev": true,
"requires": {
"html-minifier": "^4.0.0",
"http-link-header": "^1.0.2",
"shimport": "^1.0.1",
"shimport": "^2.0.4",
"source-map": "^0.6.1",
"sourcemap-codec": "^1.4.6",
"string-hash": "^1.1.3"
},
"dependencies": {
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
}
}
},
"semver": {
@ -2826,9 +2835,9 @@
"dev": true
},
"shimport": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/shimport/-/shimport-1.0.1.tgz",
"integrity": "sha512-Imf4gH+8WQmT1GvxS/x79qpmfnE6m50hyN1ucatX+7oMCgmaF8obZWCPIzSUe6+P+YmXM46lkP2pxiV2/lt9Og==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/shimport/-/shimport-2.0.4.tgz",
"integrity": "sha512-5YOyQqYkOFSkPFnpS87De6BYzDiZBc8FS4/aTuGZiST+WmXSwWRoaNRHqyVOeEpSx9wlgYWg9WYfCuzD/11/qA==",
"dev": true
},
"sirv": {
@ -3056,9 +3065,9 @@
}
},
"uglify-js": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz",
"integrity": "sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==",
"version": "3.11.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz",
"integrity": "sha512-G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==",
"dev": true
},
"unicode-canonical-property-names-ecmascript": {

View File

@ -38,7 +38,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.27.14",
"sapper": "^0.28.10",
"svelte": "^3.20.1"
}
}