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-SIMPLEGET-2361683
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 79cbd61 commit 926618c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 71 deletions.
167 changes: 98 additions & 69 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"find-package-json": "^1.2.0",
"humanize-anything": "^1.1.1",
"is-docker": "^2.2.1",
"isomorphic-git": "^1.8.2",
"isomorphic-git": "^1.11.1",
"node-notifier": "^10.0.0",
"table": "^6.7.1",
"table": "^6.7.2",
"tmp": "^0.2.1"
},
"husky": {
Expand Down

0 comments on commit 926618c

Please sign in to comment.