Skip to content

Commit

Permalink
fix: functions/slack/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-SERIALIZEJAVASCRIPT-6147607
  • Loading branch information
snyk-bot committed Jul 2, 2024
1 parent f62131a commit 08faaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"googleapis": "^66.0.0"
},
"devDependencies": {
"mocha": "^9.1.2",
"mocha": "^10.6.0",
"proxyquire": "^2.1.0",
"sinon": "^9.0.0"
}
Expand Down

0 comments on commit 08faaa6

Please sign in to comment.