Bump @vuepress/plugin-medium-zoom from 1.8.2 to 1.8.3

Bumps [@vuepress/plugin-medium-zoom](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-medium-zoom) from 1.8.2 to 1.8.3.
- [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.8.3/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:
dependabot[bot] 2021-12-21 04:04:05 +00:00 committed by GitHub
parent d9857abe89
commit 3180128e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1565,9 +1565,9 @@
}
},
"@vuepress/plugin-medium-zoom": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.8.2.tgz",
"integrity": "sha512-Mljso/8E6IbNmIKmwKeC6FDfnhKY3fsOUSs5kEGzz3RQwd54eshqHAMRVwW4LZkYZHhwQXF8+qk7YqoMZB7jjg==",
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-1.8.3.tgz",
"integrity": "sha512-05zW+/d1nDK7+ELPAmYNzyC9g3h5lPmXw0AT3a7K38HeWuqst9MIhrh9s8vkYb01Q+hQ7ez72ig525ysLVDrKQ==",
"dev": true,
"requires": {
"medium-zoom": "^1.0.4"

View file

@ -20,7 +20,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.8.2",
"@vuepress/plugin-medium-zoom": "1.8.2",
"@vuepress/plugin-medium-zoom": "1.8.3",
"jsdom": "19.0.0",
"markdown-it-attrs": "4.1.1",
"pre-commit": "1.2.2",