Skip to content

Commit

Permalink
fix: plugins/todo-backend/package.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-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 0e9fef8 commit 4f94889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/todo-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"leasot": "^12.0.0",
"winston": "^3.2.1",
"leasot": "^13.1.0",
"winston": "^3.3.4",
"yn": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f94889

Please sign in to comment.