Skip to content

Commit

Permalink
fix:update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Oct 11, 2023
1 parent e99a787 commit 5fcf23e
Show file tree
Hide file tree
Showing 2 changed files with 673 additions and 344 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.23.0",
"body-parser": "^1.19.2",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.3",
"express-validator": "^6.13.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"mysql2": "^3.6.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.7.0",
"sequelize-typescript": "^2.1.3",
"socket.io": "^4.3.2",
"uuid": "^8.3.2",
"winston": "^3.3.4"
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.5",
"socket.io": "^4.7.2",
"uuid": "^9.0.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.37",
"@types/bluebird": "^3.5.40",
"@types/body-parser": "^1.19.3",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/helmet": "^4.0.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/morgan": "^1.9.3",
"@types/node": "^16.11.64",
"@types/jsonwebtoken": "^9.0.3",
"@types/morgan": "^1.9.6",
"@types/node": "^20.8.4",
"@types/socket.io": "^3.0.2",
"@types/validator": "^13.6.6",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
"@types/validator": "^13.11.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit 5fcf23e

Please sign in to comment.