Skip to content

Commit 2e459dd

Browse files
committed
chore(package): bump devDependencies
1 parent 63d89ca commit 2e459dd

File tree

2 files changed

+366
-401
lines changed

2 files changed

+366
-401
lines changed

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,35 +53,35 @@
5353
},
5454
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
5555
"devDependencies": {
56-
"@commitlint/cli": "16.2.1",
56+
"@commitlint/cli": "16.2.3",
5757
"@commitlint/config-conventional": "16.2.1",
5858
"@types/debug": "4.1.7",
5959
"@types/express": "4.17.13",
6060
"@types/is-glob": "4.0.2",
61-
"@types/jest": "27.4.0",
61+
"@types/jest": "27.4.1",
6262
"@types/micromatch": "4.0.2",
63-
"@types/node": "17.0.18",
64-
"@types/supertest": "2.0.11",
65-
"@types/ws": "8.2.2",
66-
"@typescript-eslint/eslint-plugin": "5.12.0",
67-
"@typescript-eslint/parser": "5.12.0",
68-
"body-parser": "1.19.2",
69-
"browser-sync": "2.27.7",
63+
"@types/node": "17.0.25",
64+
"@types/supertest": "2.0.12",
65+
"@types/ws": "8.5.3",
66+
"@typescript-eslint/eslint-plugin": "5.20.0",
67+
"@typescript-eslint/parser": "5.20.0",
68+
"body-parser": "1.20.0",
69+
"browser-sync": "2.27.9",
7070
"connect": "3.7.0",
71-
"eslint": "8.9.0",
72-
"eslint-config-prettier": "8.3.0",
71+
"eslint": "8.13.0",
72+
"eslint-config-prettier": "8.5.0",
7373
"eslint-plugin-prettier": "4.0.0",
7474
"express": "4.17.3",
7575
"get-port": "5.1.1",
7676
"husky": "7.0.4",
7777
"jest": "27.5.1",
78-
"lint-staged": "12.3.4",
79-
"mockttp": "2.6.0",
78+
"lint-staged": "12.3.8",
79+
"mockttp": "2.7.0",
8080
"open": "8.4.0",
81-
"prettier": "2.5.1",
81+
"prettier": "2.6.2",
8282
"supertest": "6.2.2",
83-
"ts-jest": "27.1.3",
84-
"typescript": "4.5.5",
83+
"ts-jest": "27.1.4",
84+
"typescript": "4.6.3",
8585
"ws": "8.5.0"
8686
},
8787
"dependencies": {
@@ -100,6 +100,9 @@
100100
"optional": true
101101
}
102102
},
103+
"resolutions": {
104+
"browser-sync/portscanner": "2.2.0"
105+
},
103106
"engines": {
104107
"node": ">=12.0.0"
105108
},

0 commit comments

Comments
 (0)