Skip to content

Commit 02d574d

Browse files
fix(deps): update all non-major dependencies
1 parent d962f89 commit 02d574d

File tree

15 files changed

+767
-726
lines changed

15 files changed

+767
-726
lines changed

apps/admin/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@fortawesome/fontawesome-free": "^6.7.2",
2424
"@simplewebauthn/browser": "^13.1.0",
2525
"@tinymce/tinymce-vue": "^6.1.0",
26-
"@vueuse/core": "^12.4.0",
26+
"@vueuse/core": "^12.5.0",
2727
"axios": "^1.7.9",
2828
"axios-retry": "^4.5.0",
2929
"cronstrue": "^2.53.0",
@@ -32,29 +32,29 @@
3232
"dotenv-expand": "^12.0.1",
3333
"express": "^4.21.2",
3434
"fast-equals": "^5.2.2",
35-
"flag-icons": "^7.3.0",
35+
"flag-icons": "^7.3.2",
3636
"helmet": "^8.0.0",
3737
"json-editor-vue": "^0.17.3",
3838
"lodash": "^4.17.21",
3939
"nanoid": "^3.3.8",
40-
"pinia": "^2.3.0",
40+
"pinia": "^2.3.1",
4141
"pinia-plugin-persistedstate": "^4.2.0",
4242
"pluralize": "^8.0.0",
43-
"tinymce": "^7.6.0",
43+
"tinymce": "^7.6.1",
4444
"vue": "^3.5.13",
4545
"vue-dompurify-html": "^5.2.0",
4646
"vue-draggable-plus": "^0.6.0",
4747
"vue-gtag": "^2.0.1",
4848
"vue-i18n": "^11.0.1",
4949
"vue-router": "^4.5.0",
50-
"vuetify": "^3.7.6"
50+
"vuetify": "^3.7.7"
5151
},
5252
"devDependencies": {
5353
"@intlify/unplugin-vue-i18n": "^6.0.3",
5454
"@tsconfig/node22": "^22.0.0",
5555
"@types/jsdom": "^21.1.7",
5656
"@types/lodash": "^4.17.14",
57-
"@types/node": "^22.10.7",
57+
"@types/node": "^22.10.10",
5858
"@types/pluralize": "^0.0.33",
5959
"@vite-pwa/assets-generator": "^0.2.6",
6060
"@vitejs/plugin-vue": "^5.2.1",
@@ -68,10 +68,10 @@
6868
"vite-plugin-html": "^3.2.2",
6969
"vite-plugin-mkcert": "^1.17.6",
7070
"vite-plugin-pwa": "^0.21.1",
71-
"vite-plugin-vue-devtools": "^7.7.0",
71+
"vite-plugin-vue-devtools": "^7.7.1",
7272
"vite-plugin-vuetify": "^2.0.4",
7373
"vite-plugin-webfont-dl": "^3.10.4",
74-
"vitest": "^3.0.0",
74+
"vitest": "^3.0.4",
7575
"vue-tsc": "^2.2.0",
7676
"workbox-window": "^7.3.0",
7777
"zod": "^3.24.1"

apps/api/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"awilix": "^12.0.4",
4141
"axios": "^1.7.9",
4242
"body-parser": "^1.20.3",
43-
"bullmq": "^5.34.10",
43+
"bullmq": "^5.37.0",
4444
"clean-css": "^5.3.3",
4545
"connect-redis": "^8.0.1",
4646
"cookie-parser": "^1.4.7",
@@ -78,7 +78,7 @@
7878
"pg": "^8.13.1",
7979
"pg-hstore": "^2.3.4",
8080
"pluralize": "^8.0.0",
81-
"puppeteer": "^24.1.0",
81+
"puppeteer": "^24.1.1",
8282
"qrcode": "^1.5.4",
8383
"rate-limit-redis": "^4.2.0",
8484
"reflect-metadata": "^0.2.2",
@@ -106,13 +106,13 @@
106106
"@types/fs-extra": "^11.0.4",
107107
"@types/jest": "^29.5.14",
108108
"@types/jsdom": "^21.1.7",
109-
"@types/jsonwebtoken": "^9.0.7",
109+
"@types/jsonwebtoken": "^9.0.8",
110110
"@types/lodash": "^4.17.14",
111111
"@types/morgan": "^1.9.9",
112112
"@types/ms": "^0.7.34",
113113
"@types/multer": "^1.4.12",
114114
"@types/negotiator": "^0.6.3",
115-
"@types/node": "^22.10.7",
115+
"@types/node": "^22.10.10",
116116
"@types/nunjucks": "^3.2.6",
117117
"@types/passport": "^1.0.17",
118118
"@types/passport-jwt": "^4.0.1",
@@ -122,7 +122,7 @@
122122
"@types/ua-parser-js": "^0.7.39",
123123
"@types/validator": "^13.12.2",
124124
"@types/web-push": "^3.6.4",
125-
"@types/webpack-env": "^1.18.5",
125+
"@types/webpack-env": "^1.18.6",
126126
"cross-env": "^7.0.3",
127127
"fork-ts-checker-webpack-plugin": "^9.0.2",
128128
"nodemon": "^3.1.9",

apps/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"ajv": "^8.17.1",
28-
"commander": "^13.0.0",
28+
"commander": "^13.1.0",
2929
"csv-parser": "^3.1.0",
3030
"csv-writer": "^1.6.0",
3131
"decompress": "^4.2.1",
@@ -47,10 +47,10 @@
4747
"@types/decompress": "^4.2.7",
4848
"@types/fs-extra": "^11.0.4",
4949
"@types/lodash": "^4.17.14",
50-
"@types/node": "^22.10.7",
50+
"@types/node": "^22.10.10",
5151
"@types/validator": "^13.12.2",
5252
"@types/web-push": "^3.6.4",
53-
"@types/webpack-env": "^1.18.5",
53+
"@types/webpack-env": "^1.18.6",
5454
"fork-ts-checker-webpack-plugin": "^9.0.2",
5555
"ts-loader": "^9.5.2",
5656
"ts-node": "^10.9.2",

apps/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@ts-rest/open-api": "^3.51.0",
21-
"@types/node": "^22.10.7",
21+
"@types/node": "^22.10.10",
2222
"typescript": "^5.7.3",
23-
"vitepress": "^1.5.0"
23+
"vitepress": "^1.6.3"
2424
}
2525
}

apps/portal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"@types/morgan": "^1.9.9",
4848
"@types/nunjucks": "^3.2.6",
4949
"@types/supertest": "^6.0.2",
50-
"@types/webpack-env": "^1.18.5",
50+
"@types/webpack-env": "^1.18.6",
5151
"fork-ts-checker-webpack-plugin": "^9.0.2",
5252
"jest": "^29.7.0",
5353
"jest-extended": "^4.0.2",
54-
"laravel-vite-plugin": "^1.1.1",
54+
"laravel-vite-plugin": "^1.2.0",
5555
"nodemon": "^3.1.9",
5656
"nodemon-webpack-plugin": "^4.8.2",
5757
"npm-run-all2": "^7.0.2",

apps/survey/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@
2424
"@flatten-js/core": "^1.6.2",
2525
"@fortawesome/fontawesome-free": "^6.7.2",
2626
"@vue-youtube/core": "^0.0.6",
27-
"@vueuse/core": "^12.4.0",
27+
"@vueuse/core": "^12.5.0",
2828
"awesome-phonenumber": "^7.2.0",
2929
"axios": "^1.7.9",
3030
"axios-retry": "^4.5.0",
3131
"date-fns": "^4.1.0",
3232
"dotenv": "^16.4.7",
3333
"dotenv-expand": "^12.0.1",
3434
"express": "^4.21.2",
35-
"flag-icons": "^7.3.0",
35+
"flag-icons": "^7.3.2",
3636
"helmet": "^8.0.0",
3737
"lodash": "^4.17.21",
38-
"pinia": "^2.3.0",
38+
"pinia": "^2.3.1",
3939
"pinia-plugin-persistedstate": "^4.2.0",
4040
"uuid": "^11.0.5",
4141
"vue": "^3.5.13",
4242
"vue-gtag": "^2.0.1",
4343
"vue-i18n": "^11.0.1",
4444
"vue-router": "^4.5.0",
45-
"vuetify": "^3.7.6"
45+
"vuetify": "^3.7.7"
4646
},
4747
"devDependencies": {
48-
"@iconify-json/fluent": "^1.2.11",
48+
"@iconify-json/fluent": "^1.2.12",
4949
"@iconify-json/game-icons": "^1.2.1",
5050
"@intlify/unplugin-vue-i18n": "^6.0.3",
5151
"@tsconfig/node22": "^22.0.0",
5252
"@types/jsdom": "^21.1.7",
5353
"@types/lodash": "^4.17.14",
54-
"@types/node": "^22.10.7",
54+
"@types/node": "^22.10.10",
5555
"@vite-pwa/assets-generator": "^0.2.6",
5656
"@vitejs/plugin-legacy": "^6.0.0",
5757
"@vitejs/plugin-vue": "^5.2.1",
@@ -60,18 +60,18 @@
6060
"jsdom": "^26.0.0",
6161
"sass": "^1.83.4",
6262
"terser": "^5.37.0",
63-
"type-fest": "^4.32.0",
63+
"type-fest": "^4.33.0",
6464
"typescript": "^5.7.3",
6565
"unplugin-icons": "^22.0.0",
6666
"unplugin-vue-components": "^28.0.0",
6767
"vite": "^6.0.7",
6868
"vite-plugin-html": "^3.2.2",
6969
"vite-plugin-mkcert": "^1.17.6",
7070
"vite-plugin-pwa": "^0.21.1",
71-
"vite-plugin-vue-devtools": "^7.7.0",
71+
"vite-plugin-vue-devtools": "^7.7.1",
7272
"vite-plugin-vuetify": "^2.0.4",
7373
"vite-plugin-webfont-dl": "^3.10.4",
74-
"vitest": "^3.0.0",
74+
"vitest": "^3.0.4",
7575
"vue-tsc": "^2.2.0",
7676
"workbox-window": "^7.3.0",
7777
"zod": "^3.24.1"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"test:integration:coverage": "pnpm --filter * test:integration:coverage"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^3.14.0",
49-
"@types/node": "^22.10.7",
48+
"@antfu/eslint-config": "^3.16.0",
49+
"@types/node": "^22.10.10",
5050
"@types/prompts": "^2.4.9",
5151
"calver": "^24.1.0",
5252
"conventional-changelog-cli": "^5.0.0",
53-
"eslint": "^9.18.0",
53+
"eslint": "^9.19.0",
5454
"eslint-plugin-format": "^1.0.1",
5555
"eslint-plugin-vue": "^9.32.0",
5656
"execa": "^9.5.2",
57-
"lint-staged": "^15.4.1",
57+
"lint-staged": "^15.4.3",
5858
"picocolors": "^1.1.1",
5959
"prompts": "^2.4.2",
6060
"rimraf": "^6.0.1",

packages/api-client-v3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"winston": "^3.17.0"
1515
},
1616
"devDependencies": {
17-
"@types/node": "^22.10.7"
17+
"@types/node": "^22.10.10"
1818
}
1919
}

packages/api-client-v4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@types/lodash": "^4.17.14",
2222
"@types/mime-types": "^2.1.4",
23-
"@types/node": "^22.10.7"
23+
"@types/node": "^22.10.10"
2424
}
2525
}

packages/common-backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bcryptjs": "^2.4.3",
2424
"html-to-text": "^9.0.5",
2525
"jsdom": "^26.0.0",
26-
"nodemailer": "^6.9.16",
26+
"nodemailer": "^6.10.0",
2727
"winston": "^3.17.0",
2828
"winston-daily-rotate-file": "^5.0.0"
2929
},
@@ -33,7 +33,7 @@
3333
"@types/html-to-text": "^9.0.4",
3434
"@types/jest": "^29.5.14",
3535
"@types/jsdom": "^21.1.7",
36-
"@types/node": "^22.10.7",
36+
"@types/node": "^22.10.10",
3737
"@types/nodemailer": "^6.4.17",
3838
"jest": "^29.7.0",
3939
"jest-extended": "^4.0.2",

packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:unit:watch": "pnpm test:unit --watch"
2222
},
2323
"dependencies": {
24-
"@anatine/zod-openapi": "^2.2.6",
24+
"@anatine/zod-openapi": "^2.2.7",
2525
"@ts-rest/core": "^3.51.0",
2626
"ajv": "^8.17.1",
2727
"ajv-formats": "^3.0.1",
@@ -48,7 +48,7 @@
4848
"@types/jest": "^29.5.14",
4949
"@types/lodash": "^4.17.14",
5050
"@types/ms": "^0.7.34",
51-
"@types/node": "^22.10.7",
51+
"@types/node": "^22.10.10",
5252
"@types/pluralize": "^0.0.33",
5353
"@types/validator": "^13.12.2",
5454
"fs-extra": "^11.3.0",

packages/db/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"devDependencies": {
4242
"@simplewebauthn/server": "^13.1.0",
4343
"@types/lodash": "^4.17.14",
44-
"@types/node": "^22.10.7",
45-
"@types/pg": "^8.11.10",
44+
"@types/node": "^22.10.10",
45+
"@types/pg": "^8.11.11",
4646
"@types/pg-cursor": "^2.7.2",
4747
"@types/validator": "^13.12.2",
4848
"kysely-codegen": "^0.17.0",

packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@jest/types": "^29.6.3",
3131
"@types/jest": "^29.5.14",
3232
"@types/lodash": "^4.17.14",
33-
"@types/node": "^22.10.7",
33+
"@types/node": "^22.10.10",
3434
"jest": "^29.7.0",
3535
"jest-extended": "^4.0.2",
3636
"ts-jest": "^29.2.5",

packages/ui/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
2121
"@pinia/plugin-debounce": "^1.0.1",
2222
"@pixelverse/strichjs-sdk": "^1.6.1",
23-
"@vueuse/core": "^12.4.0",
23+
"@vueuse/core": "^12.5.0",
2424
"axios": "^1.7.9",
2525
"echarts": "^5.6.0",
2626
"js-file-download": "^0.4.12",
2727
"jwt-decode": "^4.0.0",
2828
"lodash": "^4.17.21",
29-
"pinia": "^2.3.0",
29+
"pinia": "^2.3.1",
3030
"pinia-plugin-persistedstate": "^4.2.0",
3131
"svg-gauge": "^1.0.7",
3232
"vanilla-cookieconsent": "^3.0.1",
@@ -36,12 +36,12 @@
3636
"vue-i18n": "^11.0.1",
3737
"vue-recaptcha": "^2.0.3",
3838
"vue-router": "^4.5.0",
39-
"vuetify": "^3.7.6"
39+
"vuetify": "^3.7.7"
4040
},
4141
"devDependencies": {
4242
"@types/lodash": "^4.17.14",
43-
"@types/node": "^22.10.7",
44-
"type-fest": "^4.32.0",
43+
"@types/node": "^22.10.10",
44+
"type-fest": "^4.33.0",
4545
"typescript": "^5.7.3",
4646
"vite": "^6.0.7",
4747
"vite-plugin-pwa": "^0.21.1",

0 commit comments

Comments
 (0)