Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AllStackDev1 committed Oct 25, 2024
1 parent 3b37273 commit 926b1ad
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 89 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"db:create": "pnpm run build && NODE_ENV=development npx sequelize-cli db:create",
"db:migrate:up": "pnpm run build && NODE_ENV=development npx sequelize-cli db:migrate",
"db:migrate:undo": "pnpm run build && NODE_ENV=development npx sequelize-cli db:migrate:undo",
"test": "NODE_ENV=test TEST_MODEL=real jest --runInBand --detectOpenHandles",
"test": "NODE_ENV=test TEST_MODEL=mock jest --runInBand --detectOpenHandles",
"test:watch": "NODE_ENV=test TEST_MODEL=real jest --runInBand --watch",
"lint": "eslint ./src/**/*",
"docker-up-dev": "NODE_ENV=development ./run-docker.sh"
Expand All @@ -25,10 +25,10 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "5.0.1",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"http-status": "^1.7.4",
"helmet": "8.0.0",
"http-status": "2.0.0",
"inversify": "^6.0.2",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
Expand All @@ -47,7 +47,7 @@
"@tsconfig/node16": "^16.1.3",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/express": "5.0.0",
"@types/express-session": "^1.18.0",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
Expand Down
Loading

0 comments on commit 926b1ad

Please sign in to comment.