Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent ce41443 commit 55ff0f9
Show file tree
Hide file tree
Showing 13 changed files with 771 additions and 465 deletions.
6 changes: 3 additions & 3 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.0.2",
"pinia-plugin-persistedstate": "^4.1.1",
"pluralize": "^8.0.0",
"tinymce": "^7.3.0",
"vue": "^2.7.16",
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/pluralize": "^0.0.33",
"@vite-pwa/assets-generator": "^0.2.6",
Expand All @@ -66,7 +66,7 @@
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
Expand Down
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@simplewebauthn/server": "^10.0.1",
"@ts-rest/core": "^3.51.0",
"@ts-rest/express": "^3.51.0",
"awilix": "^11.0.0",
"awilix": "^11.0.4",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"bullmq": "^5.14.0",
"bullmq": "^5.15.0",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
Expand All @@ -49,7 +49,7 @@
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"fast-csv": "^5.0.1",
Expand Down Expand Up @@ -78,12 +78,12 @@
"pg": "^8.13.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^23.4.1",
"puppeteer": "^23.5.0",
"qrcode": "^1.5.4",
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.2.2",
"safe-stable-stringify": "^2.5.0",
"sequelize": "^6.37.3",
"sequelize": "^6.37.4",
"sequelize-typescript": "^2.1.6",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
Expand All @@ -108,7 +108,7 @@
"@types/jest": "^29.5.13",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/morgan": "^1.9.9",
"@types/ms": "^0.7.34",
"@types/multer": "^1.4.12",
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.2",
"remove-bom-stream": "^2.0.0",
"sequelize": "^6.37.3",
"sequelize": "^6.37.4",
"sequelize-typescript": "^2.1.6",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/validator": "^13.12.2",
"@types/web-push": "^3.6.3",
Expand Down
8 changes: 4 additions & 4 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@flatten-js/core": "^1.6.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@vueuse/core": "^11.1.0",
"awesome-phonenumber": "^7.1.0",
"awesome-phonenumber": "^7.2.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"date-fns": "^4.1.0",
Expand All @@ -35,7 +35,7 @@
"helmet": "^8.0.0",
"lodash": "^4.17.21",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.0.2",
"pinia-plugin-persistedstate": "^4.1.1",
"uuid": "^10.0.0",
"vue": "^2.7.16",
"vue-gtag": "^1.16.1",
Expand All @@ -47,7 +47,7 @@
"@iconify-json/fluent": "^1.2.2",
"@iconify-json/game-icons": "^1.2.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^0.2.6",
Expand All @@ -66,7 +66,7 @@
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2024.6",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"description": "Dietary recall system",
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,13 +49,13 @@
"test:integration:coverage": "pnpm --filter * test:integration:coverage"
},
"devDependencies": {
"@antfu/eslint-config": "~3.2.2",
"@antfu/eslint-config": "~3.7.3",
"@ts-rest/open-api": "^3.51.0",
"@types/node": "^22.7.4",
"@types/prompts": "^2.4.9",
"calver": "^24.1.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"axios": "^1.7.7",
"p-limit": "^3.1.0",
"winston": "^3.14.2"
"winston": "^3.15.0"
},
"devDependencies": {
"@types/node": "^22.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-client-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"axios": "^1.7.7",
"cookie": "^0.6.0",
"cookie": "^0.7.1",
"formdata-node": "4.4.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"p-queue": "^6.6.2",
"winston": "^3.14.2"
"winston": "^3.15.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.7.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"html-to-text": "^9.0.5",
"jsdom": "^25.0.1",
"nodemailer": "^6.9.15",
"winston": "^3.14.2",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ts-rest/core": "^3.51.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"awesome-phonenumber": "^7.1.0",
"awesome-phonenumber": "^7.2.0",
"cron-validator": "^1.3.1",
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
Expand All @@ -47,7 +47,7 @@
"@types/dompurify": "^3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/ms": "^0.7.34",
"@types/node": "^22.7.4",
"@types/pluralize": "^0.0.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"pg-cursor": "^2.12.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.3",
"sequelize": "^6.37.4",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@simplewebauthn/types": "^10.0.0",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/pg": "^8.11.10",
"@types/pg-cursor": "^2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@jest/types": "^29.6.3",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.0.2",
"pinia-plugin-persistedstate": "^4.1.1",
"svg-gauge": "^1.0.7",
"vue": "^2.7.16",
"vue-echarts": "^7.0.3",
Expand All @@ -37,7 +37,7 @@
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"type-fest": "^4.26.1",
"typescript": "^5.6.2",
Expand Down
Loading

0 comments on commit 55ff0f9

Please sign in to comment.