From 95821be530a9ee9e5c33c3c06286cfb7b4b8e9bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:30:08 +0000 Subject: [PATCH] chore(deps): update devdependency vitepress to v1.5.0 --- package-lock.json | 26 ++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fe940b185..2533ceca20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "stylelint-config-recess-order": "5.1.1", "stylelint-config-standard": "36.0.1", "vite-svg-loader": "5.1.0", - "vitepress": "1.4.5", + "vitepress": "1.5.0", "vitest": "2.1.4", "vue-semantic-structure": "1.0.0", "wicg-inert": "3.1.3" @@ -3822,6 +3822,23 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@iconify-json/simple-icons": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.10.tgz", + "integrity": "sha512-9OK1dsSjXlH36lhu5n+BlSoXuqFjHUErGLtNdzHpq0vHq4YFBuGYWtZ+vZTHLreRQ8ijPRv/6EsgkV+nf6AReQ==", + "dev": true, + "license": "CC0-1.0", + "dependencies": { + "@iconify/types": "*" + } + }, + "node_modules/@iconify/types": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", + "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", + "dev": true, + "license": "MIT" + }, "node_modules/@ioredis/commands": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz", @@ -24494,14 +24511,15 @@ } }, "node_modules/vitepress": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.4.5.tgz", - "integrity": "sha512-9K0k8kvdEbeowVCpKF/x0AySSq0Pr9pM8xufLgQcKMjsifwxtDjXJjcFhZv4LYw2dcpdYiBq2j7PnWi0tCaMCg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.5.0.tgz", + "integrity": "sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==", "dev": true, "license": "MIT", "dependencies": { "@docsearch/css": "^3.6.2", "@docsearch/js": "^3.6.2", + "@iconify-json/simple-icons": "^1.2.10", "@shikijs/core": "^1.22.2", "@shikijs/transformers": "^1.22.2", "@shikijs/types": "^1.22.2", diff --git a/package.json b/package.json index 2641831983..230ddee4e4 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "stylelint-config-recess-order": "5.1.1", "stylelint-config-standard": "36.0.1", "vite-svg-loader": "5.1.0", - "vitepress": "1.4.5", + "vitepress": "1.5.0", "vitest": "2.1.4", "vue-semantic-structure": "1.0.0", "wicg-inert": "3.1.3"