Skip to content

Commit ae8fa79

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#462)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 225836f commit ae8fa79

File tree

2 files changed

+30
-45
lines changed

2 files changed

+30
-45
lines changed

package-lock.json

Lines changed: 29 additions & 44 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
@@ -131,7 +131,7 @@
131131
"eslint-plugin-promise": "^5.1.0",
132132
"got": "^11.7.0",
133133
"http-parser-js": "^0.5.2",
134-
"mocha": "~9.1.2",
134+
"mocha": "~9.2.0",
135135
"nock": "~12.0.3",
136136
"nyc": "~15.0.0",
137137
"prettier": "^2.0.5",

0 commit comments

Comments
 (0)