Skip to content

Commit 03a091a

Browse files
authored
build: update nock to resolve security vulnerability (#215)
The current version of `nock` uses `lodash.set` which is vulnerable. They've resolved this in the latest version. Signed-off-by: Dustin Popp <[email protected]>
1 parent 7f75fc3 commit 03a091a

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-node": "^9.0.0",
6363
"eslint-plugin-prettier": "^3.0.1",
6464
"jest": "^27.2.4",
65-
"nock": "^13.1.2",
65+
"nock": "^13.2.9",
6666
"npm-run-all": "^4.1.5",
6767
"object.assign": "~4.1.0",
6868
"package-json-reducer": "^1.0.18",

0 commit comments

Comments
 (0)