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 Oct 23, 2024
1 parent 226f353 commit e632cc7
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 219 deletions.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.649.0",
"@sentry/node": "~8.31.0",
"@sentry/node": "~8.35.0",
"@sentry/profiling-node": "^8.20.0",
"axios": "^1.7.4",
"body-parser": "~1.20.3",
Expand All @@ -26,7 +26,7 @@
"db-migrate-pg": "~1.5.2",
"debug": "~4.3.4",
"express": "~4.21.0",
"helmet": "~7.1.0",
"helmet": "~7.2.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@gouvfr/dsfr": "~1.12.1",
"@gouvminint/vue-dsfr": "~6.3.0",
"@pinia/nuxt": "~0.5.4",
"@sentry/vue": "~8.31.0",
"@sentry/vue": "~8.35.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.3.5",
"@vao/shared": "1.0.0",
"@vee-validate/i18n": "~4.13.0",
"@vee-validate/rules": "~4.13.0",
"@vee-validate/i18n": "~4.14.0",
"@vee-validate/rules": "~4.14.0",
"@vueform/multiselect": "~2.6.7",
"dayjs": "^1.11.11",
"debug": "~4.3.4",
Expand All @@ -31,7 +31,7 @@
"nuxt-security": "^2.0.0-rc.9",
"pinia": "~2.2.2",
"ufo": "^1.5.4",
"vee-validate": "~4.13.0",
"vee-validate": "~4.14.0",
"vue": "latest",
"vue-matomo": "~4.2.0",
"vue-router": "latest",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"dependencies": {
"@gouvfr/dsfr": "~1.12.1",
"@gouvminint/vue-dsfr": "~6.1.0",
"@gouvminint/vue-dsfr": "~6.3.0",
"@pinia/nuxt": "~0.5.4",
"@sentry/vue": "~8.31.0",
"@sentry/vue": "~8.35.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.3.5",
"@vao/shared": "^1.0.0",
"@vee-validate/i18n": "~4.13.0",
"@vee-validate/rules": "~4.13.0",
"@vee-validate/i18n": "~4.14.0",
"@vee-validate/rules": "~4.14.0",
"@vueform/multiselect": "~2.6.7",
"dayjs": "~1.11.11",
"debug": "~4.3.4",
"nuxt": "~3.13.1",
"nuxt-maplibre": "^1.0.0",
"nuxt-security": "^2.0.0-rc.9",
"pinia": "~2.2.2",
"vee-validate": "~4.13.0",
"vee-validate": "~4.14.0",
"vue": "latest",
"vue-matomo": "~4.2.0",
"vue-router": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@aws-sdk/client-s3": "^3.649.0",
"debug": "~4.3.4",
"knex": "~3.1.0",
"pg": "~8.12.0",
"pg": "~8.13.0",
"pg-query-stream": "^4.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vueform/multiselect": "~2.6.7",
"debug": "~4.3.4",
"dayjs": "^1.11.11",
"vee-validate": "~4.13.0",
"vee-validate": "~4.14.0",
"vue": "latest",
"yup": "~1.4.0"
},
Expand Down
Loading

0 comments on commit e632cc7

Please sign in to comment.