Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#707)
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-PARSEURL-3023021
- https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot committed Jan 5, 2023
1 parent 99c6b0d commit 7376408
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 64 deletions.
102 changes: 39 additions & 63 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 @@ -39,7 +39,7 @@
"@babel/preset-env": "^7.19.4",
"babel-loader": "^8.2.4",
"buffer": "^6.0.3",
"documentation": "^14.0.0",
"documentation": "^14.0.1",
"eslint": "^8.25.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
Expand Down

0 comments on commit 7376408

Please sign in to comment.