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 Feb 11, 2025
1 parent 8568281 commit 0d8388e
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 1,110 deletions.
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"body-parser": "~1.20.3",
"cookie-parser": "^1.4.6",
"cors": "~2.8.5",
"cron": "~3.1.7",
"cron": "~3.5.0",
"dayjs": "^1.11.10",
"db-migrate": "~0.11.14",
"db-migrate-pg": "~1.5.2",
"debug": "~4.3.4",
"debug": "~4.4.0",
"express": "~4.21.0",
"file-type": "^19.6.0",
"helmet": "~7.1.0",
"helmet": "~7.2.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"pdfmake": "^0.2.10",
"pg": "~8.13.0",
"pg-format": "~1.0.4",
"ufo": "^1.5.4",
"yup": "~1.4.0"
"yup": "~1.6.0"
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/frontend-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"test": "vitest"
},
"dependencies": {
"@gouvfr/dsfr": "~1.12.1",
"@gouvminint/vue-dsfr": "~7.1.0",
"@pinia/nuxt": "~0.5.4",
"@sentry/vue": "~8.31.0",
"@gouvfr/dsfr": "~1.13.0",
"@gouvminint/vue-dsfr": "~7.2.0",
"@pinia/nuxt": "~0.10.0",
"@sentry/vue": "~8.54.0",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.3.5",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.4.0",
"@vao/shared": "1.0.0",
"@vee-validate/i18n": "~4.13.0",
"@vee-validate/rules": "~4.13.0",
"@vee-validate/i18n": "~4.15.0",
"@vee-validate/rules": "~4.15.0",
"@vueform/multiselect": "~2.6.7",
"dayjs": "^1.11.11",
"debug": "~4.3.4",
"debug": "~4.4.0",
"nuxt": "~3.15.4",
"nuxt-maplibre": "^1.0.0",
"nuxt-security": "^2.0.0-rc.9",
"pinia": "~2.2.2",
"pinia": "~2.3.0",
"ufo": "^1.5.4",
"vee-validate": "~4.13.0",
"vee-validate": "~4.15.0",
"vue": "latest",
"vue-matomo": "~4.2.0",
"vue-router": "latest",
"yup": "~1.4.0"
"yup": "~1.6.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
Expand Down
22 changes: 11 additions & 11 deletions packages/frontend-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"lint": "eslint ./src"
},
"dependencies": {
"@gouvfr/dsfr": "~1.12.1",
"@gouvminint/vue-dsfr": "~7.1.0",
"@pinia/nuxt": "~0.5.4",
"@gouvfr/dsfr": "~1.13.0",
"@gouvminint/vue-dsfr": "~7.2.0",
"@pinia/nuxt": "~0.10.0",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@sentry/vue": "~8.31.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.3.5",
"@sentry/vue": "~8.54.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.4.0",
"@vao/shared": "^1.0.0",
"@vee-validate/i18n": "~4.13.0",
"@vee-validate/rules": "~4.13.0",
"@vee-validate/i18n": "~4.15.0",
"@vee-validate/rules": "~4.15.0",
"@vueform/multiselect": "~2.6.7",
"dayjs": "~1.11.11",
"debug": "~4.3.4",
"debug": "~4.4.0",
"nuxt": "~3.15.4",
"nuxt-maplibre": "^1.0.0",
"nuxt-security": "^2.0.0-rc.9",
"pinia": "~2.2.2",
"vee-validate": "~4.13.0",
"pinia": "~2.3.0",
"vee-validate": "~4.15.0",
"vue": "latest",
"vue-matomo": "~4.2.0",
"vue-router": "latest",
"yup": "~1.4.0"
"yup": "~1.6.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.649.0",
"@vao/shared": "1.0.0",
"debug": "~4.3.4",
"debug": "~4.4.0",
"knex": "~3.1.0",
"pg": "~8.12.0",
"pg": "~8.13.0",
"pg-query-stream": "^4.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@gouvfr/dsfr": "^1.12.1",
"@gouvminint/vue-dsfr": "^7.1.0",
"@vao/shared": "^1.0.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.3.5",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.4.0",
"@vueform/multiselect": "~2.6.7",
"debug": "~4.3.4",
"debug": "~4.4.0",
"dayjs": "^1.11.11",
"vee-validate": "~4.13.0",
"vee-validate": "~4.15.0",
"vue": "latest",
"yup": "~1.4.0"
"yup": "~1.6.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
Expand Down
Loading

0 comments on commit 0d8388e

Please sign in to comment.