Skip to content

Commit

Permalink
chore(package.json): bump dev dependencies (#671)
Browse files Browse the repository at this point in the history
* chore(package.json): fix dev dependency audit issues
* chore(package.json): bump dev dependencies
  • Loading branch information
chimurai authored Oct 1, 2021
1 parent f999d1c commit ab6a178
Show file tree
Hide file tree
Showing 2 changed files with 1,347 additions and 1,186 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,35 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/express": "^4.17.13",
"@types/is-glob": "^4.0.2",
"@types/jest": "^27.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.6.1",
"@types/node": "^16.10.2",
"@types/supertest": "^2.0.11",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"body-parser": "^1.19.0",
"browser-sync": "^2.27.5",
"connect": "^3.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"get-port": "^5.1.1",
"husky": "^7.0.1",
"jest": "^27.0.6",
"husky": "^7.0.2",
"jest": "^27.2.4",
"lint-staged": "^11.1.2",
"mockttp": "^2.2.2",
"mockttp": "^2.2.3",
"open": "^8.2.1",
"prettier": "^2.3.2",
"supertest": "^6.1.5",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5",
"ws": "^8.1.0"
"prettier": "^2.4.1",
"supertest": "^6.1.6",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3",
"ws": "^8.2.2"
},
"dependencies": {
"@types/http-proxy": "^1.17.5",
Expand Down
Loading

0 comments on commit ab6a178

Please sign in to comment.