Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#789)
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-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot committed Jul 10, 2023
1 parent e66ca47 commit 74a45c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"documentation": "^14.0.1",
"eslint": "^8.40.0",
Expand Down

0 comments on commit 74a45c5

Please sign in to comment.