Skip to content

Commit 8f8a23c

Browse files
fix(deps): update all non-major dependencies with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85dbb9b commit 8f8a23c

File tree

2 files changed

+396
-430
lines changed

2 files changed

+396
-430
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"@asyncapi/avro-schema-parser": "^3.0.24",
5858
"@asyncapi/openapi-schema-parser": "^3.0.24",
5959
"@asyncapi/parser": "^3.4.0",
60-
"@floating-ui/vue": "^1.1.10",
60+
"@floating-ui/vue": "^1.1.11",
6161
"@kong/icons": "^1.41.0",
6262
"@stoplight/http-spec": "^7.1.0",
6363
"@stoplight/json": "^3.21.7",
6464
"@stoplight/types": "^14.1.1",
6565
"@stoplight/yaml": "^4.3.0",
6666
"@vueuse/core": "^14.1.0",
6767
"allof-merge": "^0.6.8",
68-
"flatted": "^3.3.3",
68+
"flatted": "^3.3.4",
6969
"form-urlencoded": "^6.1.6",
7070
"httpsnippet": "^3.0.9",
7171
"lodash-es": "^4.17.23",
@@ -90,21 +90,21 @@
9090
"@types/jsdom": "^27.0.0",
9191
"@types/json-schema": "^7.0.15",
9292
"@types/markdown-it": "^14.1.2",
93-
"@types/node": "^24.10.13",
93+
"@types/node": "^24.10.15",
9494
"@types/sanitize-html": "^2.16.0",
9595
"@vitejs/plugin-vue": "^6.0.4",
9696
"@vitest/ui": "^3.2.4",
9797
"@vue/test-utils": "^2.4.6",
9898
"@vue/tsconfig": "^0.8.1",
99-
"autoprefixer": "^10.4.24",
99+
"autoprefixer": "^10.4.27",
100100
"c8": "^10.1.3",
101101
"commitizen": "^4.3.1",
102102
"cross-env": "^10.1.0",
103103
"cz-conventional-changelog": "^3.3.0",
104-
"eslint": "^9.39.2",
104+
"eslint": "^9.39.3",
105105
"jsdom": "^27.4.0",
106106
"openapi3-ts": "4.5.0",
107-
"postcss": "^8.5.6",
107+
"postcss": "^8.5.8",
108108
"postcss-html": "^1.8.1",
109109
"rimraf": "^6.1.3",
110110
"rollup-plugin-visualizer": "^6.0.5",
@@ -123,11 +123,11 @@
123123
"vite": "^7.3.1",
124124
"vite-plugin-node-polyfills": "^0.25.0",
125125
"vite-plugin-replace": "^0.1.1",
126-
"vite-plugin-vue-devtools": "^8.0.6",
126+
"vite-plugin-vue-devtools": "^8.0.7",
127127
"vitest": "3.2.4",
128-
"vue": "^3.5.28",
128+
"vue": "^3.5.29",
129129
"vue-router": "^4.6.4",
130-
"vue-tsc": "^3.2.4"
130+
"vue-tsc": "^3.2.5"
131131
},
132132
"pnpm": {
133133
"onlyBuiltDependencies": [
@@ -150,7 +150,7 @@
150150
"tmp@<=0.2.3": ">=0.2.5",
151151
"form-data@>=4.0.0 <4.0.4": ">=4.0.5",
152152
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
153-
"glob@>=10.2.0 <10.5.0": ">=13.0.5",
153+
"glob@>=10.2.0 <10.5.0": ">=13.0.6",
154154
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
155155
"undici@<6.23.0": ">=6.23.0",
156156
"undici@>=7.0.0 <7.18.2": ">=7.18.2",
@@ -162,7 +162,7 @@
162162
"bn.js@>=5.0.0 <5.2.3": ">=5.2.3",
163163
"bn.js@<4.12.3": ">=4.12.3",
164164
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
165-
"minimatch@<10.2.3": ">=10.2.3",
165+
"minimatch@<10.2.3": ">=10.2.4",
166166
"ajv@<6.14.0": "^6.14.0"
167167
}
168168
},

0 commit comments

Comments
 (0)