Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 27, 2021
1 parent ec91ea9 commit c9cf7f7
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 974 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/express": "^4.17.3",
"@types/is-glob": "^4.0.1",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.162",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"@types/micromatch": "^4.0.1",
"@types/node": "^14.11.8",
"@types/node": "^14.14.37",
"@types/supertest": "^2.0.10",
"browser-sync": "^2.26.12",
"browser-sync": "^2.26.14",
"connect": "^3.7.0",
"express": "^4.17.1",
"husky": "^4.3.0",
"jest": "^26.5.3",
"lint-staged": "^10.4.0",
"mockttp": "^1.0.2",
"open": "^7.3.0",
"prettier": "^2.1.2",
"supertest": "^5.0.0",
"ts-jest": "^26.4.1",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"mockttp": "^1.2.0",
"open": "^7.4.2",
"prettier": "^2.2.1",
"supertest": "^6.1.3",
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3",
"ws": "^7.3.1"
"typescript": "^4.2.3",
"ws": "^7.4.4"
},
"dependencies": {
"@types/http-proxy": "^1.17.4",
"@types/http-proxy": "^1.17.5",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"micromatch": "^4.0.2"
},
"engines": {
Expand Down

0 comments on commit c9cf7f7

Please sign in to comment.