Skip to content

Commit 09c698c

Browse files
authored
chore(package.json): update dev deps (chimurai#623)
1 parent 57be865 commit 09c698c

File tree

2 files changed

+257
-237
lines changed

2 files changed

+257
-237
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@
5151
},
5252
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
5353
"devDependencies": {
54-
"@commitlint/cli": "^12.1.1",
55-
"@commitlint/config-conventional": "^12.1.1",
54+
"@commitlint/cli": "^12.1.4",
55+
"@commitlint/config-conventional": "^12.1.4",
5656
"@types/express": "4.17.7",
5757
"@types/is-glob": "^4.0.1",
5858
"@types/jest": "^26.0.23",
5959
"@types/micromatch": "^4.0.1",
60-
"@types/node": "^15.0.2",
60+
"@types/node": "^15.6.2",
6161
"@types/supertest": "^2.0.11",
62-
"@types/ws": "^7.4.2",
63-
"@typescript-eslint/eslint-plugin": "^4.22.1",
64-
"@typescript-eslint/parser": "^4.22.1",
62+
"@types/ws": "^7.4.4",
63+
"@typescript-eslint/eslint-plugin": "^4.26.0",
64+
"@typescript-eslint/parser": "^4.26.0",
6565
"body-parser": "^1.19.0",
6666
"browser-sync": "^2.26.14",
6767
"connect": "^3.7.0",
68-
"eslint": "^7.25.0",
68+
"eslint": "^7.27.0",
6969
"eslint-config-prettier": "^8.3.0",
7070
"eslint-plugin-prettier": "^3.4.0",
7171
"express": "^4.17.1",
@@ -74,12 +74,12 @@
7474
"jest": "^27.0.3",
7575
"lint-staged": "^11.0.0",
7676
"mockttp": "^1.2.2",
77-
"open": "^8.0.8",
78-
"prettier": "^2.2.1",
77+
"open": "^8.2.0",
78+
"prettier": "^2.3.0",
7979
"supertest": "^6.1.3",
80-
"ts-jest": "^27.0.1",
81-
"typescript": "^4.2.4",
82-
"ws": "^7.4.5"
80+
"ts-jest": "^27.0.2",
81+
"typescript": "^4.3.2",
82+
"ws": "^7.4.6"
8383
},
8484
"dependencies": {
8585
"@types/http-proxy": "^1.17.5",

0 commit comments

Comments
 (0)