Bump @vuepress/plugin-medium-zoom from 1.9.7 to 1.9.8
Bumps [@vuepress/plugin-medium-zoom](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-medium-zoom) from 1.9.7 to 1.9.8. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.8/packages/@vuepress/plugin-medium-zoom) --- updated-dependencies: - dependency-name: "@vuepress/plugin-medium-zoom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a8758c61b0
commit
12077c2e0c
2 changed files with 34 additions and 10 deletions
42
package-lock.json
generated
42
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@sup39/markdown-it-inline-tag": "1.0.1",
|
||||
"@types/encoding-japanese": "^2.0.1",
|
||||
"@vuepress/plugin-back-to-top": "1.9.7",
|
||||
"@vuepress/plugin-medium-zoom": "1.9.7",
|
||||
"@vuepress/plugin-medium-zoom": "1.9.8",
|
||||
"encoding-japanese": "^2.0.0",
|
||||
"jsdom": "21.1.0",
|
||||
"pre-commit": "1.2.2",
|
||||
|
@ -2629,15 +2629,26 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vuepress/plugin-medium-zoom": {
|
||||
"version": "1.9.7",
|
||||
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.9.7.tgz",
|
||||
"integrity": "sha512-P00chXEEoFyQyDWiiSw1mUIdywS6vqM9jolM/3Gv3/TywqemWEm1MKMM7mLsjGiaXJbBQZE+U3/lHmzcaroYLQ==",
|
||||
"version": "1.9.8",
|
||||
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.9.8.tgz",
|
||||
"integrity": "sha512-qs7N8w/48d6t8fYXa/0QUyaGnZAWjZdLfk+5AwBaS7iub2kIFHRI1bs7yBgUmuCo7CFAltMuD46HZJIug6xg0w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vuepress/types": "1.9.7",
|
||||
"@vuepress/types": "1.9.8",
|
||||
"medium-zoom": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@vuepress/plugin-medium-zoom/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",
|
||||
|
@ -19806,13 +19817,26 @@
|
|||
}
|
||||
},
|
||||
"@vuepress/plugin-medium-zoom": {
|
||||
"version": "1.9.7",
|
||||
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.9.7.tgz",
|
||||
"integrity": "sha512-P00chXEEoFyQyDWiiSw1mUIdywS6vqM9jolM/3Gv3/TywqemWEm1MKMM7mLsjGiaXJbBQZE+U3/lHmzcaroYLQ==",
|
||||
"version": "1.9.8",
|
||||
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.9.8.tgz",
|
||||
"integrity": "sha512-qs7N8w/48d6t8fYXa/0QUyaGnZAWjZdLfk+5AwBaS7iub2kIFHRI1bs7yBgUmuCo7CFAltMuD46HZJIug6xg0w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@vuepress/types": "1.9.7",
|
||||
"@vuepress/types": "1.9.8",
|
||||
"medium-zoom": "^1.0.4"
|
||||
},
|
||||
"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": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@sup39/markdown-it-inline-tag": "1.0.1",
|
||||
"@types/encoding-japanese": "^2.0.1",
|
||||
"@vuepress/plugin-back-to-top": "1.9.7",
|
||||
"@vuepress/plugin-medium-zoom": "1.9.7",
|
||||
"@vuepress/plugin-medium-zoom": "1.9.8",
|
||||
"encoding-japanese": "^2.0.0",
|
||||
"jsdom": "21.1.0",
|
||||
"pre-commit": "1.2.2",
|
||||
|
|
Loading…
Reference in a new issue