Skip to content

Commit

Permalink
fix(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent b9d0ba5 commit 5f3572b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/express": "^4.17.21",
"@types/node": "^20.17.13",
"@types/express": "^5.0.0",
"@types/node": "^22.10.10",
"colors": "^1.4.0",
"express": "^4.21.2",
"ms": "^2.1.3",
Expand All @@ -32,16 +32,16 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.1",
"eslint": "^9.19.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"qs": "^6.14.0",
"rollup": "^4.30.1",
"supertest": "^6.3.4"
"supertest": "^7.0.0"
}
}

0 comments on commit 5f3572b

Please sign in to comment.