Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#1509)
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-LUXON-3225081

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
OmgImAlexis and snyk-bot committed Jan 6, 2023
1 parent c6c8866 commit 41a2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"date.js": "~0.3.3",
"debug": "~4.3.4",
"human-interval": "~2.0.1",
"luxon": "^3.0.1",
"luxon": "^3.2.1",
"mongodb": "^4.8.1"
},
"devDependencies": {
Expand Down

1 comment on commit 41a2b37

@reetu40
Copy link

@reetu40 reetu40 commented on 41a2b37 Feb 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OmgImAlexis @snyk-bot I m trying to add the agenda in my Node js application with Node 20 and mongoose 8
"agenda": "^5.0.0",
"mongoose": "^8.0.4"
I am not able to execute the Agenda Job its always locked

Please sign in to comment.