Skip to content

Commit 7977442

Browse files
authored
test(v7/e2e): Fix node-express test transitive dependency (#15003)
Backport of #15001
1 parent 2c4ebb8 commit 7977442

File tree

1 file changed

+3
-0
lines changed
  • dev-packages/e2e-tests/test-applications/node-express-app

1 file changed

+3
-0
lines changed

dev-packages/e2e-tests/test-applications/node-express-app/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"@playwright/test": "^1.27.1",
2525
"ts-node": "10.9.1"
2626
},
27+
"resolutions": {
28+
"@types/qs": "6.9.17"
29+
},
2730
"volta": {
2831
"extends": "../../package.json"
2932
}

0 commit comments

Comments
 (0)