Skip to content

Commit 4d538d1

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 603b0b8 commit 4d538d1

File tree

2 files changed

+46
-35
lines changed

2 files changed

+46
-35
lines changed

package-lock.json

Lines changed: 45 additions & 34 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
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"eslint": "^8.33.0",
3838
"eslint-config-semistandard": "^17.0.0",
39-
"mocha": "^10.1.0",
39+
"mocha": "^10.3.0",
4040
"nodeshift": "^11.0.0",
4141
"nyc": "~15.1.0",
4242
"proxyquire": "~2.1.3",

0 commit comments

Comments
 (0)