Skip to content

Commit e22142e

Browse files
committed
Update Mockttp for proxy additional-CA support
1 parent 5c95b21 commit e22142e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"test:integration:release": "cross-env TEST_BUILT_TARBALL=1 npm run test:integration"
3131
},
3232
"mocha": {
33-
"node-option": ["import=tsx"]
33+
"node-option": [
34+
"import=tsx"
35+
]
3436
},
3537
"repository": "httptoolkit/httptoolkit-server",
3638
"homepage": "https://github.com/httptoolkit/httptoolkit-server",
@@ -81,7 +83,7 @@
8183
"mime-types": "^2.1.27",
8284
"mobx": "^6.3.5",
8385
"mockrtc": "^0.3.1",
84-
"mockttp": "^3.13.0",
86+
"mockttp": "^3.15.0",
8587
"node-fetch": "^2.6.1",
8688
"node-forge": "^1.3.0",
8789
"node-gsettings-wrapper": "^0.5.0",

0 commit comments

Comments
 (0)