Skip to content

Commit f133623

Browse files
authored
fix: update critical dependencies (#632)
1 parent 215438b commit f133623

File tree

2 files changed

+103
-104
lines changed

2 files changed

+103
-104
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@commitlint/cli": "^17.0.0",
4848
"@commitlint/config-conventional": "^17.0.0",
49-
"cypress": "^12.0.0",
49+
"cypress": "^13.17.0",
5050
"eslint": "^8.32.0",
5151
"eslint-plugin-cypress": "^2.11.2",
5252
"eslint-plugin-import": "^2.27.4",
@@ -60,5 +60,8 @@
6060
"hooks": {
6161
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
6262
}
63+
},
64+
"resolutions": {
65+
"koa": "^2.15.4"
6366
}
6467
}

0 commit comments

Comments
 (0)