Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

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-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent e38e052 commit e89c733
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 51 deletions.
106 changes: 56 additions & 50 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 @@ -4,7 +4,7 @@
"dependencies": {
"@octokit/rest": "^18.1.0",
"@types/recursive-readdir": "^2.2.0",
"axios": "^0.21.1",
"axios": "^1.6.4",
"chalk": "^4.1.0",
"dotenv-safe": "^8.2.0",
"recursive-readdir": "^2.2.2",
Expand Down

0 comments on commit e89c733

Please sign in to comment.