Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 8316cda commit df3b2bd
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 61 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@simplewebauthn/browser": "^10.0.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"axios-retry": "^4.5.0",
"cronstrue": "^2.50.0",
"date-fns": "^3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@ts-rest/core": "^3.49.3",
"@ts-rest/express": "^3.49.3",
"awilix": "^10.0.2",
"axios": "^1.7.3",
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"bullmq": "^5.12.5",
"bullmq": "^5.12.6",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
Expand Down Expand Up @@ -76,7 +76,7 @@
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^23.0.2",
"puppeteer": "^23.1.0",
"qrcode": "^1.5.4",
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fortawesome/fontawesome-free": "^6.6.0",
"@vueuse/core": "^10.11.1",
"awesome-phonenumber": "^6.10.0",
"axios": "^1.7.3",
"axios": "^1.7.4",
"axios-retry": "^4.5.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2024.4",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Dietary recall system",
"author": "",
"license": "Apache-2.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 @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.3",
"axios": "^1.7.4",
"p-limit": "^3.1.0",
"winston": "^3.14.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.3",
"axios": "^1.7.4",
"cookie": "^0.6.0",
"formdata-node": "4.4.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@pinia/plugin-debounce": "^1.0.1",
"@pixelverse/strichjs-sdk": "^1.4.9",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"echarts": "^5.5.1",
"js-file-download": "^0.4.12",
"jwt-decode": "^4.0.0",
Expand Down
Loading

0 comments on commit df3b2bd

Please sign in to comment.