Bump the vuepress group with 5 updates

Bumps the vuepress group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.13` | `2.0.0-rc.14` |
| [@vuepress/plugin-redirect](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-redirect) | `2.0.0-rc.34` | `2.0.0-rc.37` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.13` | `2.0.0-rc.14` |
| [vuepress-plugin-search-pro](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/search-pro) | `2.0.0-rc.48` | `2.0.0-rc.50` |
| [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) | `2.0.0-rc.48` | `2.0.0-rc.50` |


Updates `@vuepress/bundler-vite` from 2.0.0-rc.13 to 2.0.0-rc.14
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/core/compare/v2.0.0-rc.13...v2.0.0-rc.14)

Updates `@vuepress/plugin-redirect` from 2.0.0-rc.34 to 2.0.0-rc.37
- [Release notes](https://github.com/vuepress/ecosystem/releases)
- [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.37/plugins/plugin-redirect)

Updates `vuepress` from 2.0.0-rc.13 to 2.0.0-rc.14
- [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/HEAD/packages/vuepress)

Updates `vuepress-plugin-search-pro` from 2.0.0-rc.48 to 2.0.0-rc.50
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/search-pro/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.50/packages/search-pro)

Updates `vuepress-theme-hope` from 2.0.0-rc.48 to 2.0.0-rc.50
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.50/packages/theme)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-redirect"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-plugin-search-pro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-theme-hope
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-22 01:22:40 +00:00 committed by GitHub
parent 5dc2e04f33
commit 80413ee380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 484 additions and 492 deletions

966
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,8 +22,8 @@
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@vuepress/bundler-vite": "^2.0.0-rc.13",
"@vuepress/plugin-redirect": "^2.0.0-rc.34",
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/plugin-redirect": "^2.0.0-rc.37",
"textlint": "^14.0.4",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
@ -35,8 +35,8 @@
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"vuepress": "^2.0.0-rc.13",
"vuepress-plugin-search-pro": "^2.0.0-rc.48",
"vuepress-theme-hope": "^2.0.0-rc.48"
"vuepress": "^2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.50",
"vuepress-theme-hope": "^2.0.0-rc.50"
}
}