From fd4b0caba3624258dd46744ef4bec0f1a0642a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:52:42 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies with stable versions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 8a2f0c55..1d3fd47c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.6.0", - "@floating-ui/vue": "^1.1.10", + "@floating-ui/vue": "^1.1.11", "@kong/icons": "^1.41.0", "@stoplight/http-spec": "^7.1.0", "@stoplight/json": "^3.21.7", @@ -65,12 +65,12 @@ "@stoplight/yaml": "^4.3.0", "@vueuse/core": "^14.2.1", "allof-merge": "^0.6.8", - "flatted": "^3.3.3", + "flatted": "^3.3.4", "form-urlencoded": "^6.1.6", - "httpsnippet": "^3.0.9", + "httpsnippet": "^3.0.10", "lodash-es": "^4.17.23", "markdown-it": "^14.1.1", - "sanitize-html": "^2.17.1", + "sanitize-html": "^2.17.2", "shiki": "^3.23.0" }, "resolutions": { @@ -91,23 +91,23 @@ "@types/json-schema": "^7.0.15", "@types/markdown-it": "^14.1.2", "@types/node": "^24.12.0", - "@types/sanitize-html": "^2.16.0", - "@vitejs/plugin-vue": "^6.0.4", + "@types/sanitize-html": "^2.16.1", + "@vitejs/plugin-vue": "^6.0.5", "@vitest/ui": "^3.2.4", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.1", - "autoprefixer": "^10.4.24", + "autoprefixer": "^10.4.27", "c8": "^10.1.3", "commitizen": "^4.3.1", "cross-env": "^10.1.0", "cz-conventional-changelog": "^3.3.0", - "eslint": "^9.39.2", + "eslint": "^9.39.4", "jsdom": "^27.4.0", "openapi3-ts": "4.5.0", - "postcss": "^8.5.6", + "postcss": "^8.5.8", "postcss-html": "^1.8.1", "rimraf": "^6.1.3", - "rollup-plugin-visualizer": "^6.0.5", + "rollup-plugin-visualizer": "^6.0.11", "sass": "^1.98.0", "sass-embedded": "^1.98.0", "semantic-release": "^25.0.3", @@ -125,9 +125,9 @@ "vite-plugin-replace": "^0.1.1", "vite-plugin-vue-devtools": "^8.1.1", "vitest": "3.2.4", - "vue": "^3.5.28", + "vue": "^3.5.31", "vue-router": "^4.6.4", - "vue-tsc": "^3.2.4" + "vue-tsc": "^3.2.6" }, "pnpm": { "onlyBuiltDependencies": [ @@ -150,7 +150,7 @@ "tmp@<=0.2.3": ">=0.2.5", "form-data@>=4.0.0 <4.0.4": ">=4.0.5", "js-yaml@>=4.0.0 <4.1.1": ">=4.1.1", - "glob@>=10.2.0 <10.5.0": ">=13.0.5", + "glob@>=10.2.0 <10.5.0": ">=13.0.6", "lodash@>=4.0.0 <=4.17.22": ">=4.17.23", "diff@>=4.0.0 <4.0.4": ">=4.0.4", "@isaacs/brace-expansion@<=5.0.0": ">=5.0.1", @@ -159,13 +159,13 @@ "markdown-it@>=13.0.0 <14.1.1": ">=14.1.1", "bn.js@>=5.0.0 <5.2.3": ">=5.2.3", "bn.js@<4.12.3": ">=5.2.3", - "rollup@>=4.0.0 <4.59.0": ">=4.60.0", - "minimatch@<10.2.3": ">=10.2.3", + "rollup@>=4.0.0 <4.59.0": ">=4.60.1", + "minimatch@<10.2.3": ">=10.2.4", "ajv@<6.14.0": "^6.14.0", "immutable@>=5.0.0 <5.1.5": ">=5.1.5", "flatted@<=3.4.1": ">=3.4.2", - "undici@<6.24.0": ">=6.24.0", - "undici@>=7.0.0 <7.24.0": ">=7.24.0" + "undici@<6.24.0": ">=6.24.1", + "undici@>=7.0.0 <7.24.0": ">=7.24.6" } }, "repository": {