Skip to content

Commit b00a588

Browse files
committed
Update node-forge & mockttp to fix more security warnings
Warnings aren't actually from impactful issues. This requires an override for adbkit, who aren't merging the PR that does this. Also pulls in a fix for certificate generation on the 1st of the year in Mockttp.
1 parent 633c7c3 commit b00a588

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"mockttp": "^2.5.0",
6969
"node-abort-controller": "^3.0.1",
7070
"node-fetch": "^2.6.1",
71-
"node-forge": "^0.10.0",
71+
"node-forge": "^1.2.1",
7272
"node-gsettings-wrapper": "^0.5.0",
7373
"os-proxy-config": "^1.1.1",
7474
"portfinder": "^1.0.25",
@@ -128,7 +128,10 @@
128128
"xhr2": "^0.2.0"
129129
},
130130
"overrides": {
131-
"prebuild-install": "^7.0.0"
131+
"prebuild-install": "^7.0.0",
132+
"@devicefarmer/adbkit": {
133+
"node-forge": "^1.0.0"
134+
}
132135
},
133136
"engines": {
134137
"node": ">=10.0.0"

0 commit comments

Comments
 (0)