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 12, 2024
1 parent bba98c5 commit a58c56d
Show file tree
Hide file tree
Showing 14 changed files with 1,382 additions and 906 deletions.
16 changes: 8 additions & 8 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"express": "^4.21.0",
"express": "^4.21.1",
"fast-equals": "5.0.1",
"flag-icons": "^7.2.3",
"helmet": "^8.0.0",
"json-editor-vue": "^0.17.0",
"json-editor-vue": "^0.17.2",
"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",
"tinymce": "^7.4.1",
"vue": "^2.7.16",
"vue-dompurify-html": "^4.1.4",
"vue-gtag": "^1.16.1",
Expand All @@ -51,22 +51,22 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/pluralize": "^0.0.33",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue2": "^2.3.1",
"cross-env": "^7.0.3",
"jsdom": "^25.0.1",
"sass": "~1.32.13",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.2",
"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
22 changes: 11 additions & 11 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
"@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.19.0",
"bullmq": "^5.19.1",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"fast-csv": "^5.0.1",
"fs-extra": "^11.2.0",
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.3",
"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,12 +108,12 @@
"@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",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/nunjucks": "^3.2.6",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
Expand All @@ -134,7 +134,7 @@
"ts-loader": "^9.5.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"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/node": "^22.7.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/validator": "^13.12.2",
"@types/web-push": "^3.6.3",
"@types/webpack-env": "^1.18.5",
Expand All @@ -57,7 +57,7 @@
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"express": "^4.21.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"helmet": "^8.0.0",
"jsdom": "^25.0.1",
Expand All @@ -57,12 +57,12 @@
"npm-run-all2": "^6.2.3",
"resolve-url-loader": "^5.0.0",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"sass": "^1.79.5",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
Expand Down
16 changes: 8 additions & 8 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"@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",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"express": "^4.21.0",
"express": "^4.21.1",
"flag-icons": "^7.2.3",
"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 @@ -44,11 +44,11 @@
"vuetify": "^2.7.2"
},
"devDependencies": {
"@iconify-json/fluent": "^1.2.2",
"@iconify-json/fluent": "^1.2.3",
"@iconify-json/game-icons": "^1.2.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-legacy": "^5.4.2",
Expand All @@ -58,15 +58,15 @@
"jsdom": "^25.0.1",
"sass": "~1.32.13",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.2",
"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
14 changes: 7 additions & 7 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.1",
"description": "Dietary recall system",
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,26 +49,26 @@
"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/node": "^22.7.5",
"@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",
"eslint-plugin-vue": "^9.29.0",
"execa": "^5.1.1",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.0",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitepress": "^1.3.4"
"vitepress": "^1.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"axios": "^1.7.7",
"p-limit": "^3.1.0",
"winston": "^3.14.2"
"winston": "^3.15.0"
},
"devDependencies": {
"@types/node": "^22.7.4"
"@types/node": "^22.7.5"
}
}
6 changes: 3 additions & 3 deletions packages/api-client-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"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"
"@types/node": "^22.7.5"
}
}
6 changes: 3 additions & 3 deletions 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 All @@ -33,11 +33,11 @@
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.13",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/nodemailer": "^6.4.16",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 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,17 +47,17 @@
"@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/node": "^22.7.5",
"@types/pluralize": "^0.0.33",
"@types/validator": "^13.12.2",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"svgo": "^3.3.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-json-validator": "^2.4.2"
}
}
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"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/node": "^22.7.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/pg": "^8.11.10",
"@types/pg-cursor": "^2.7.2",
"@types/validator": "^13.12.2",
"kysely-codegen": "^0.16.8",
"sequelize-cli": "^6.6.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@jest/types": "^29.6.3",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit a58c56d

Please sign in to comment.