Merge pull request #83 from LBRYFoundation/dependabot/npm_and_yarn/vuepress/plugin-pwa-1.9.8

chore(deps-dev): bump @vuepress/plugin-pwa from 1.9.7 to 1.9.8
This commit is contained in:
Philip Ahlqvist 2023-01-17 08:29:17 +01:00 committed by GitHub
commit 71975f9bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 423 deletions

413
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@fontsource/roboto": "^4.5.8",
"@iconify/json": "^2.2.7",
"@iconify/vue2": "^2.0.1",
"@vuepress/plugin-pwa": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.8",
"fs-extra": "^11.1.0",
"vuepress": "^1.9.8",
"vuepress-plugin-sitemap": "^2.3.1",
@ -2417,48 +2417,6 @@
"node": ">=8.6"
}
},
"node_modules/@vuepress/core/node_modules/@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"dependencies": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"node_modules/@vuepress/core/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/core/node_modules/fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"engines": {
"node": ">=6 <7 || >=8"
}
},
"node_modules/@vuepress/markdown": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/markdown/-/markdown-1.9.8.tgz",
@ -2485,37 +2443,6 @@
"lru-cache": "^5.1.1"
}
},
"node_modules/@vuepress/markdown/node_modules/@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"dependencies": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"node_modules/@vuepress/markdown/node_modules/fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"engines": {
"node": ">=6 <7 || >=8"
}
},
"node_modules/@vuepress/plugin-active-header-links": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.9.8.tgz",
@ -2526,17 +2453,6 @@
"lodash.debounce": "^4.0.8"
}
},
"node_modules/@vuepress/plugin-active-header-links/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/plugin-last-updated": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.8.tgz",
@ -2547,17 +2463,6 @@
"cross-spawn": "^6.0.5"
}
},
"node_modules/@vuepress/plugin-last-updated/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/plugin-nprogress": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-nprogress/-/plugin-nprogress-1.9.8.tgz",
@ -2568,25 +2473,14 @@
"nprogress": "^0.2.0"
}
},
"node_modules/@vuepress/plugin-nprogress/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/plugin-pwa": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.7.tgz",
"integrity": "sha512-E8It9+Gbxuorja28Fg/3MtG5JBhdQ4XkuX65uqKl86n2uOjx50Zqndt7MWOzy9bMKzaV7gQw07UbUOMVSgKT0w==",
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.8.tgz",
"integrity": "sha512-XQRLZNTUi9S7Gieo92K9FBxMPCIxJ8gx+i7MFiLnn39todjDtjUC1buuN9vuu3cKbNqUPDhu68g1D9qhDIK+kQ==",
"dev": true,
"dependencies": {
"@vuepress/shared-utils": "1.9.7",
"@vuepress/types": "1.9.7",
"@vuepress/shared-utils": "1.9.8",
"@vuepress/types": "1.9.8",
"register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1"
}
@ -2601,48 +2495,6 @@
"@vuepress/types": "1.9.8"
}
},
"node_modules/@vuepress/plugin-register-components/node_modules/@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"dependencies": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"node_modules/@vuepress/plugin-register-components/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/plugin-register-components/node_modules/fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"engines": {
"node": ">=6 <7 || >=8"
}
},
"node_modules/@vuepress/plugin-search": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-search/-/plugin-search-1.9.8.tgz",
@ -2652,21 +2504,10 @@
"@vuepress/types": "1.9.8"
}
},
"node_modules/@vuepress/plugin-search/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/shared-utils": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.7.tgz",
"integrity": "sha512-lIkO/eSEspXgVHjYHa9vuhN7DuaYvkfX1+TTJDiEYXIwgwqtvkTv55C+IOdgswlt0C/OXDlJaUe1rGgJJ1+FTw==",
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"dependencies": {
"chalk": "^2.3.2",
@ -2712,7 +2553,7 @@
"vuepress-plugin-smooth-scroll": "^0.0.3"
}
},
"node_modules/@vuepress/theme-default/node_modules/@vuepress/types": {
"node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
@ -2723,17 +2564,6 @@
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/types": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.7.tgz",
"integrity": "sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@webassemblyjs/ast": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@ -14781,17 +14611,6 @@
"zooming": "^2.1.1"
}
},
"node_modules/vuepress/node_modules/@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"dependencies": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/watchpack": {
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
@ -17565,47 +17384,6 @@
"webpack-dev-server": "^3.5.1",
"webpack-merge": "^4.1.2",
"webpackbar": "3.2.0"
},
"dependencies": {
"@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"requires": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
}
}
},
"@vuepress/markdown": {
@ -17621,36 +17399,6 @@
"markdown-it-emoji": "^1.4.0",
"markdown-it-table-of-contents": "^0.4.0",
"prismjs": "^1.13.0"
},
"dependencies": {
"@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"requires": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
}
}
},
"@vuepress/markdown-loader": {
@ -17672,19 +17420,6 @@
"requires": {
"@vuepress/types": "1.9.8",
"lodash.debounce": "^4.0.8"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"@vuepress/plugin-last-updated": {
@ -17695,19 +17430,6 @@
"requires": {
"@vuepress/types": "1.9.8",
"cross-spawn": "^6.0.5"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"@vuepress/plugin-nprogress": {
@ -17718,29 +17440,16 @@
"requires": {
"@vuepress/types": "1.9.8",
"nprogress": "^0.2.0"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"@vuepress/plugin-pwa": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.7.tgz",
"integrity": "sha512-E8It9+Gbxuorja28Fg/3MtG5JBhdQ4XkuX65uqKl86n2uOjx50Zqndt7MWOzy9bMKzaV7gQw07UbUOMVSgKT0w==",
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-pwa/-/plugin-pwa-1.9.8.tgz",
"integrity": "sha512-XQRLZNTUi9S7Gieo92K9FBxMPCIxJ8gx+i7MFiLnn39todjDtjUC1buuN9vuu3cKbNqUPDhu68g1D9qhDIK+kQ==",
"dev": true,
"requires": {
"@vuepress/shared-utils": "1.9.7",
"@vuepress/types": "1.9.7",
"@vuepress/shared-utils": "1.9.8",
"@vuepress/types": "1.9.8",
"register-service-worker": "^1.7.0",
"workbox-build": "^4.3.1"
}
@ -17753,47 +17462,6 @@
"requires": {
"@vuepress/shared-utils": "1.9.8",
"@vuepress/types": "1.9.8"
},
"dependencies": {
"@vuepress/shared-utils": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"requires": {
"chalk": "^2.3.2",
"escape-html": "^1.0.3",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"gray-matter": "^4.0.1",
"hash-sum": "^1.0.2",
"semver": "^6.0.0",
"toml": "^3.0.0",
"upath": "^1.1.0"
}
},
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
}
}
},
"@vuepress/plugin-search": {
@ -17803,25 +17471,12 @@
"dev": true,
"requires": {
"@vuepress/types": "1.9.8"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"@vuepress/shared-utils": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.7.tgz",
"integrity": "sha512-lIkO/eSEspXgVHjYHa9vuhN7DuaYvkfX1+TTJDiEYXIwgwqtvkTv55C+IOdgswlt0C/OXDlJaUe1rGgJJ1+FTw==",
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz",
"integrity": "sha512-34VfkChKRrs0waWEXugDPcBB4Cp6TnKwNQaTpa8GwpLFfQw627/mWi2IiuSwTyFNZdSXxZJV6e5blejmUlGh0g==",
"dev": true,
"requires": {
"chalk": "^2.3.2",
@ -17864,25 +17519,12 @@
"stylus-loader": "^3.0.2",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.3"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"@vuepress/types": {
"version": "1.9.7",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.7.tgz",
"integrity": "sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog==",
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
@ -27488,19 +27130,6 @@
"envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2",
"update-notifier": "^4.0.0"
},
"dependencies": {
"@vuepress/types": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz",
"integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==",
"dev": true,
"requires": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
}
}
},
"vuepress-html-webpack-plugin": {

View file

@ -4,7 +4,7 @@
"@fontsource/roboto": "^4.5.8",
"@iconify/json": "^2.2.7",
"@iconify/vue2": "^2.0.1",
"@vuepress/plugin-pwa": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.8",
"fs-extra": "^11.1.0",
"vuepress": "^1.9.8",
"vuepress-plugin-sitemap": "^2.3.1",

View file

@ -1285,13 +1285,13 @@
"@vuepress/types" "1.9.8"
nprogress "^0.2.0"
"@vuepress/plugin-pwa@^1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.9.7.tgz#2f73cac25dcebb526e7fc929865ed557f61f6373"
integrity sha512-E8It9+Gbxuorja28Fg/3MtG5JBhdQ4XkuX65uqKl86n2uOjx50Zqndt7MWOzy9bMKzaV7gQw07UbUOMVSgKT0w==
"@vuepress/plugin-pwa@^1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.9.8.tgz#18823248553479e006799c24d88a2aab387c6421"
integrity sha512-XQRLZNTUi9S7Gieo92K9FBxMPCIxJ8gx+i7MFiLnn39todjDtjUC1buuN9vuu3cKbNqUPDhu68g1D9qhDIK+kQ==
dependencies:
"@vuepress/shared-utils" "1.9.7"
"@vuepress/types" "1.9.7"
"@vuepress/shared-utils" "1.9.8"
"@vuepress/types" "1.9.8"
register-service-worker "^1.7.0"
workbox-build "^4.3.1"
@ -1310,21 +1310,6 @@
dependencies:
"@vuepress/types" "1.9.8"
"@vuepress/shared-utils@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.9.7.tgz#f1203c7f48e9d546078f5f9b2ec5200b29da481b"
integrity sha512-lIkO/eSEspXgVHjYHa9vuhN7DuaYvkfX1+TTJDiEYXIwgwqtvkTv55C+IOdgswlt0C/OXDlJaUe1rGgJJ1+FTw==
dependencies:
chalk "^2.3.2"
escape-html "^1.0.3"
fs-extra "^7.0.1"
globby "^9.2.0"
gray-matter "^4.0.1"
hash-sum "^1.0.2"
semver "^6.0.0"
toml "^3.0.0"
upath "^1.1.0"
"@vuepress/shared-utils@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.9.8.tgz#1ecaf148409001fee9c00c6951dc719c9a279523"
@ -1356,15 +1341,6 @@
vuepress-plugin-container "^2.0.2"
vuepress-plugin-smooth-scroll "^0.0.3"
"@vuepress/types@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@vuepress/types/-/types-1.9.7.tgz#aeb772fd0f7c2a10c6ec1d3c803a2e4b1d756c24"
integrity sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog==
dependencies:
"@types/markdown-it" "^10.0.0"
"@types/webpack-dev-server" "^3"
webpack-chain "^6.0.0"
"@vuepress/types@1.9.8":
version "1.9.8"
resolved "https://registry.yarnpkg.com/@vuepress/types/-/types-1.9.8.tgz#bf22bae02e265bc1f7b016495a236fa3ba97fa5c"