Skip to content

Commit

Permalink
fix(backend): fix upgrade of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Nov 6, 2024
1 parent ce17998 commit afc6ae8
Show file tree
Hide file tree
Showing 3 changed files with 1,836 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@socialgouv/sre-secrets": "^1.14.5",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lerna": "^8.1.6",
"lerna": "^8.1.9",
"lint-staged": "^15.2.10"
},
"workspaces": {
Expand Down
26 changes: 13 additions & 13 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"cache-manager": "^5.7.6",
"class-transformer": "0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.5",
"compression": "^1.7.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"docxtemplater": "^3.48.0",
"dotenv": "^16.4.5",
"email-templates": "^10.0.0",
"exceljs": "^4.4.0",
"express": "^4.21.1",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"google-libphonenumber": "^3.2.33",
"ics": "^2.44.0",
Expand All @@ -93,16 +93,16 @@
"pino-std-serializers": "^6.2.2",
"pizzip": "^3.1.7",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.10",
"rimraf": "^5.0.9",
"rxjs": "^7.8.1",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.13.1",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.5",
"slug": "^9.1.0",
"sort-object": "^3.0.3",
"source-map-support": "^0.5.21",
"striptags": "^3.2.0",
"swagger-ui-express": "^5.0.1",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.20",
"uuid": "^10.0.0",
"xlsx": "^0.18.5",
Expand All @@ -115,13 +115,13 @@
"@types/bcryptjs": "^2.4.6",
"@types/compression": "^1.7.5",
"@types/cron": "^2.0.1",
"@types/dotenv": "^8.2.3",
"@types/email-templates": "^10.0.4",
"@types/dotenv": "^8.2.0",
"@types/email-templates": "^10.0.2",
"@types/express": "4.17.21",
"@types/faker": "^6.6.11",
"@types/faker": "^6.6.9",
"@types/fs-extra": "^11.0.4",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.14",
"@types/jest": "^29.5.12",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.set": "^4.3.9",
"@types/multer": "^1.4.6",
Expand All @@ -143,11 +143,11 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"aws-sdk-client-mock": "^4.0.2",
"eslint": "^8.57.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
Expand Down
Loading

0 comments on commit afc6ae8

Please sign in to comment.