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-MOMENT-2944238
- https://snyk.io/vuln/SNYK-JS-MOMENT-2440688
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 8ec7fa5 commit 7f0396d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
26 changes: 9 additions & 17 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 @@ -37,6 +37,6 @@
"prettier": "^2.2.1"
},
"dependencies": {
"cron": "^1.8.2"
"cron": "^2.0.0"
}
}

0 comments on commit 7f0396d

Please sign in to comment.