Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 4dc4c6f

Browse files
committed
Bump mockttp to 3.9.2
This eliminates the transitive dependency on vm2, which is affected by CVE-2023-37466/GHSA-cchq-frgv-rjh5. Please note that these dependencies are only used for this repository's integration tests and are not part of the plugins packaged for end users.
1 parent 7a33438 commit 4dc4c6f

File tree

4 files changed

+123
-205
lines changed

4 files changed

+123
-205
lines changed

packages/cypress-plugin/test/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"jest": "^29.5.0",
1313
"jest-environment-node": "^29.5.0",
1414
"jest-expect-message": "^1.1.3",
15-
"mockttp": "^3.7.5",
15+
"mockttp": "^3.9.2",
1616
"semver": "^7.5.4",
1717
"ts-jest": "^29.1.0",
1818
"typescript": "^4.9.5",

packages/jest-plugin/test/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jest-environment-node": "25.1.0 - 29",
1717
"jest-get-type": "25.1.0 - 29",
1818
"jest-matcher-utils": "25.1.0 - 29",
19-
"mockttp": "^3.7.5",
19+
"mockttp": "^3.9.2",
2020
"semver": "^7.5.4",
2121
"tmp": "^0.2.1",
2222
"typescript": "^4.9.5",

packages/test-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"debug": "^4.3.3",
77
"deep-equal": "^2.0.5",
88
"expect": "25.1.0 - 29",
9-
"mockttp": "^3.7.5",
9+
"mockttp": "^3.9.2",
1010
"simple-git": "^3.16.0",
1111
"tree-kill": "^1.2.2"
1212
},

0 commit comments

Comments
 (0)