Skip to content

Commit

Permalink
chore: update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshino committed Jun 6, 2024
1 parent c9b0956 commit 67a5e64
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 151 deletions.
21 changes: 11 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"migrate": "knex migrate:latest"
},
"dependencies": {
"@sentry/node": "^7.114.0",
"ajv": "^8.13.0",
"@sentry/node": "^8.7.0",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"axios": "1.6.8",
"axios": "1.7.2",
"bottender": "1.5.5",
"brotli": "^1.3.3",
"cheerio": "^1.0.0-rc.12",
"config": "^3.3.11",
"cron": "^3.1.7",
"date-format": "^4.0.14",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"express-rate-limit": "^7.3.0",
"human-number": "^2.0.4",
"i18n": "^0.15.1",
"imgur": "^2.4.2",
Expand All @@ -34,8 +34,8 @@
"md5": "^2.3.0",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"mysql2": "^3.9.7",
"redis": "^4.6.13",
"mysql2": "^3.10.0",
"redis": "^4.6.14",
"socket.io": "^4.7.5",
"sqlite3": "^5.1.7",
"table": "^6.8.2",
Expand All @@ -45,11 +45,12 @@
"@types/express": "^4.17.21",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
}
"nodemon": "^3.1.3",
"prettier": "^3.3.1"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
Loading

0 comments on commit 67a5e64

Please sign in to comment.