Skip to content

Commit 472ebaa

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085
1 parent 3dc673c commit 472ebaa

File tree

2 files changed

+47
-36
lines changed

2 files changed

+47
-36
lines changed

package-lock.json

Lines changed: 46 additions & 35 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
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"eslint": "^8.22.0",
3737
"eslint-config-semistandard": "^17.0.0",
38-
"mocha": "^10.1.0",
38+
"mocha": "^10.3.0",
3939
"nodeshift": "~8.7.0",
4040
"nyc": "~15.1.0",
4141
"proxyquire": "~2.1.3",

0 commit comments

Comments
 (0)