Skip to content

Commit 696b223

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 1ea2d02 commit 696b223

File tree

2 files changed

+526
-579
lines changed

2 files changed

+526
-579
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@
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",
7272
"markdown-it": "^14.1.1",
73-
"sanitize-html": "^2.17.1",
73+
"sanitize-html": "^2.17.2",
7474
"shiki": "^3.21.0"
7575
},
7676
"resolutions": {
@@ -90,24 +90,24 @@
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",
94-
"@types/sanitize-html": "^2.16.0",
95-
"@vitejs/plugin-vue": "^6.0.4",
93+
"@types/node": "^24.10.15",
94+
"@types/sanitize-html": "^2.16.1",
95+
"@vitejs/plugin-vue": "^6.0.5",
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.4",
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",
110-
"rollup-plugin-visualizer": "^6.0.5",
110+
"rollup-plugin-visualizer": "^6.0.11",
111111
"sass": "^1.97.3",
112112
"sass-embedded": "^1.97.3",
113113
"semantic-release": "^25.0.3",
@@ -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.30",
129129
"vue-router": "^4.6.4",
130-
"vue-tsc": "^3.2.4"
130+
"vue-tsc": "^3.2.6"
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
"diff@>=4.0.0 <4.0.4": ">=4.0.4",
156156
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
@@ -159,13 +159,13 @@
159159
"markdown-it@>=13.0.0 <14.1.1": ">=14.1.1",
160160
"bn.js@>=5.0.0 <5.2.3": ">=5.2.3",
161161
"bn.js@<4.12.3": ">=5.2.3",
162-
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
163-
"minimatch@<10.2.3": ">=10.2.3",
162+
"rollup@>=4.0.0 <4.59.0": ">=4.59.1",
163+
"minimatch@<10.2.3": ">=10.2.4",
164164
"ajv@<6.14.0": "^6.14.0",
165165
"immutable@>=5.0.0 <5.1.5": ">=5.1.5",
166166
"flatted@<=3.4.1": ">=3.4.2",
167-
"undici@<6.24.0": ">=6.24.0",
168-
"undici@>=7.0.0 <7.24.0": ">=7.24.0"
167+
"undici@<6.24.0": ">=6.24.1",
168+
"undici@>=7.0.0 <7.24.0": ">=7.24.5"
169169
}
170170
},
171171
"repository": {

0 commit comments

Comments
 (0)