Skip to content

Commit 954d0ac

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 f721fee commit 954d0ac

File tree

2 files changed

+290
-342
lines changed

2 files changed

+290
-342
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@vueuse/core": "^13.9.0",
6666
"allof-merge": "^0.6.6",
6767
"flatted": "^3.3.3",
68-
"form-urlencoded": "^6.1.5",
68+
"form-urlencoded": "^6.1.6",
6969
"httpsnippet": "^3.0.9",
7070
"lodash-es": "^4.17.21",
7171
"markdown-it": "^14.1.0",
@@ -76,11 +76,11 @@
7676
"openapi3-ts": "4.5.0"
7777
},
7878
"devDependencies": {
79-
"@babel/types": "^7.28.2",
79+
"@babel/types": "^7.28.4",
8080
"@commitlint/cli": "^19.8.1",
8181
"@commitlint/config-conventional": "^19.8.1",
8282
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
83-
"@evilmartians/lefthook": "^1.12.3",
83+
"@evilmartians/lefthook": "^1.12.4",
8484
"@kong/design-tokens": "^1.18.0",
8585
"@kong/eslint-config-kong-ui": "1.5.5",
8686
"@semantic-release/changelog": "^6.0.3",
@@ -89,7 +89,7 @@
8989
"@types/jsdom": "^21.1.7",
9090
"@types/json-schema": "^7.0.15",
9191
"@types/markdown-it": "^14.1.2",
92-
"@types/node": "^22.17.2",
92+
"@types/node": "^22.18.8",
9393
"@types/sanitize-html": "^2.16.0",
9494
"@vitejs/plugin-vue": "^6.0.1",
9595
"@vitest/ui": "^3.2.4",
@@ -109,7 +109,7 @@
109109
"rollup-plugin-visualizer": "^6.0.3",
110110
"sass": "^1.90.0",
111111
"sass-embedded": "^1.90.0",
112-
"semantic-release": "^24.2.7",
112+
"semantic-release": "^24.2.9",
113113
"stylelint": "^16.24.0",
114114
"stylelint-config-html": "^1.1.0",
115115
"stylelint-config-recommended-scss": "^15.0.1",
@@ -118,15 +118,15 @@
118118
"ts-node": "^10.9.2",
119119
"tsc-alias": "^1.8.16",
120120
"tslib": "^2.8.1",
121-
"typescript": "^5.9.2",
121+
"typescript": "^5.9.3",
122122
"vite": "^7.1.3",
123123
"vite-plugin-node-polyfills": "^0.24.0",
124124
"vite-plugin-replace": "^0.1.1",
125125
"vite-plugin-vue-devtools": "^8.0.0",
126126
"vitest": "3.2.4",
127127
"vue": "^3.5.18",
128128
"vue-router": "^4.5.1",
129-
"vue-tsc": "^3.0.5"
129+
"vue-tsc": "^3.0.8"
130130
},
131131
"pnpm": {
132132
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)