Skip to content

Commit

Permalink
chore(package): bump dev deps (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Nov 29, 2024
1 parent 77f320e commit cd78bfc
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 210 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,36 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.12.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.15.0",
"@types/debug": "4.1.12",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/express": "4.17.21",
"@types/is-glob": "4.0.4",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/micromatch": "4.0.9",
"@types/node": "22.7.4",
"@types/node": "22.10.1",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.12",
"@types/ws": "8.5.13",
"body-parser": "1.20.3",
"eslint": "9.12.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"express": "4.21.1",
"get-port": "5.1.1",
"globals": "15.10.0",
"husky": "9.1.6",
"globals": "15.12.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"mockttp": "3.15.3",
"mockttp": "3.15.5",
"open": "8.4.2",
"prettier": "3.3.3",
"prettier": "3.4.1",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.8.1",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"ws": "8.18.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit cd78bfc

Please sign in to comment.