From 9942ba94c6b14921722a30aa02e2fa7141d65a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:02:11 +0000 Subject: [PATCH] build(deps): bump vitepress from 1.0.0-alpha.63 to 1.0.0-alpha.65 Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-alpha.63 to 1.0.0-alpha.65. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.0.0-alpha.63...v1.0.0-alpha.65) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd639f5..c79b6c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "vitepress": "^1.0.0-alpha.63", + "vitepress": "^1.0.0-alpha.65", "vue": "^3.2.40" }, "devDependencies": { @@ -4489,9 +4489,9 @@ } }, "node_modules/vitepress": { - "version": "1.0.0-alpha.63", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.63.tgz", - "integrity": "sha512-7QMwjT9888S64SkmJqSmRlP417yniCj4IqawIpzYSQMnlJ5CjBWOTbzXKvmzRZkjOJGTcaYr2C88+1/z8ERG+g==", + "version": "1.0.0-alpha.65", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.65.tgz", + "integrity": "sha512-iGWC0AQC6WrfRZTJf5+TiGG4o8PLhqIJNyai8NVxZCY9YpmMJhddvQeqqjJdQniF/LQK/hQ5nQZ9HgSZDGRPGQ==", "dependencies": { "@docsearch/css": "^3.3.3", "@docsearch/js": "^3.3.3", @@ -7901,9 +7901,9 @@ } }, "vitepress": { - "version": "1.0.0-alpha.63", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.63.tgz", - "integrity": "sha512-7QMwjT9888S64SkmJqSmRlP417yniCj4IqawIpzYSQMnlJ5CjBWOTbzXKvmzRZkjOJGTcaYr2C88+1/z8ERG+g==", + "version": "1.0.0-alpha.65", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.65.tgz", + "integrity": "sha512-iGWC0AQC6WrfRZTJf5+TiGG4o8PLhqIJNyai8NVxZCY9YpmMJhddvQeqqjJdQniF/LQK/hQ5nQZ9HgSZDGRPGQ==", "requires": { "@docsearch/css": "^3.3.3", "@docsearch/js": "^3.3.3", diff --git a/package.json b/package.json index de3a4af..3ba8d11 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "typescript": "^5.0.2" }, "dependencies": { - "vitepress": "^1.0.0-alpha.63", + "vitepress": "^1.0.0-alpha.65", "vue": "^3.2.40" } }