Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaa15a9

Browse files
authored
chore(package): bump dev dependencies (#699)
1 parent 1e91fd3 commit aaa15a9

File tree

2 files changed

+895
-550
lines changed

2 files changed

+895
-550
lines changed

package.json

+14-14
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": "15.0.0",
57-
"@commitlint/config-conventional": "15.0.0",
56+
"@commitlint/cli": "16.1.0",
57+
"@commitlint/config-conventional": "16.0.0",
5858
"@types/express": "4.17.13",
5959
"@types/is-glob": "4.0.2",
60-
"@types/jest": "27.0.3",
60+
"@types/jest": "27.4.0",
6161
"@types/micromatch": "4.0.2",
62-
"@types/node": "17.0.0",
62+
"@types/node": "17.0.10",
6363
"@types/supertest": "2.0.11",
6464
"@types/ws": "8.2.2",
65-
"@typescript-eslint/eslint-plugin": "5.7.0",
66-
"@typescript-eslint/parser": "5.7.0",
65+
"@typescript-eslint/eslint-plugin": "5.10.0",
66+
"@typescript-eslint/parser": "5.10.0",
6767
"body-parser": "1.19.1",
6868
"browser-sync": "2.27.7",
6969
"connect": "3.7.0",
70-
"eslint": "8.5.0",
70+
"eslint": "8.7.0",
7171
"eslint-config-prettier": "8.3.0",
7272
"eslint-plugin-prettier": "4.0.0",
7373
"express": "4.17.2",
7474
"get-port": "5.1.1",
7575
"husky": "7.0.4",
76-
"jest": "27.4.5",
77-
"lint-staged": "12.1.3",
78-
"mockttp": "2.4.0",
76+
"jest": "27.4.7",
77+
"lint-staged": "12.2.2",
78+
"mockttp": "2.5.1",
7979
"open": "8.4.0",
8080
"prettier": "2.5.1",
81-
"supertest": "6.1.6",
82-
"ts-jest": "27.1.2",
83-
"typescript": "4.5.4",
84-
"ws": "8.3.0"
81+
"supertest": "6.2.2",
82+
"ts-jest": "27.1.3",
83+
"typescript": "4.5.5",
84+
"ws": "8.4.2"
8585
},
8686
"dependencies": {
8787
"@types/http-proxy": "^1.17.5",

0 commit comments

Comments
 (0)