Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent c41be09 commit ba12dfc
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 71 deletions.
115 changes: 45 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"nyc": "^17.0.0"
}
}

0 comments on commit ba12dfc

Please sign in to comment.