Skip to content

Commit

Permalink
backend: update packages with npm-check-updates
Browse files Browse the repository at this point in the history
Use semver evaluation:

  $ npx npm-check-updates -t semver -u
  • Loading branch information
alanorth committed Dec 11, 2023
1 parent 07d3f12 commit 526bf2e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 104 deletions.
132 changes: 66 additions & 66 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 38 additions & 38 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,69 +25,69 @@
"dependencies": {
"@elastic/elasticsearch": "8.10.0",
"@mohammad231/iso_3166-1": "^1.0.2",
"@nestjs/axios": "^3.0.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.2.5",
"@nestjs/config": "^3.1.0",
"@nestjs/core": "^10.2.5",
"@nestjs/common": "^10.2.10",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.10",
"@nestjs/elasticsearch": "^10.0.1",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.5",
"@nestjs/schedule": "^3.0.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@types/elasticsearch": "^5.0.43",
"angular-expressions": "^1.1.9",
"axios": "^1.5.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"bull": "^4.11.3",
"dayjs": "^1.11.9",
"docxtemplater": "~3.39.1",
"bull": "^4.11.5",
"dayjs": "^1.11.10",
"docxtemplater": "~3.42.4",
"docxtemplater-image-module-free": "^1.1.1",
"exceljs": "^4.3.0",
"exceljs": "^4.4.0",
"iso-639-1": "^3.1.0",
"jsonfile": "^6.1.0",
"libreoffice-convert": "^1.4.1",
"libreoffice-convert": "^1.5.1",
"mime-types": "^2.1.35",
"object-hash": "^3.0.0",
"passport": "^0.6.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pizzip": "^3.1.4",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"sitemapper": "^3.2.6",
"sitemapper": "^3.2.8",
"underscore": "^1.13.6",
"word2pdf-promises": "^1.2.0"
},
"devDependencies": {
"@nestjs/cli": "^10.1.17",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.5",
"@types/bcrypt": "^5.0.0",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@types/bcrypt": "^5.0.2",
"@types/bull": "^3.15.9",
"@types/express": "^4.17.17",
"@types/jest": "29.5.8",
"@types/jsonfile": "^6.1.1",
"@types/node": "^20.6.0",
"@types/object-hash": "^3.0.4",
"@types/passport-jwt": "^3.0.9",
"@types/passport-local": "^1.0.35",
"@types/supertest": "^2.0.12",
"@types/underscore": "^1.11.9",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "~8.53.0",
"eslint-config-prettier": "^9.0.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.11",
"@types/jsonfile": "^6.1.4",
"@types/node": "^20.10.4",
"@types/object-hash": "^3.0.6",
"@types/passport-jwt": "^3.0.13",
"@types/passport-local": "^1.0.38",
"@types/supertest": "^2.0.16",
"@types/underscore": "^1.11.15",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "~8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"supertest": "^6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 526bf2e

Please sign in to comment.