Skip to content

Commit cd3d6ad

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent c4be85c commit cd3d6ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@slack/rtm-api": "^7.0.1",
3232
"@slack/web-api": "^6.12.1",
3333
"@snyk/protect": "^1.1258.0",
34-
"axios": "^1.7.7",
34+
"axios": "^1.7.8",
3535
"base-64": "^0.1.0",
3636
"bcrypt": "^5.0.0",
3737
"body-parser": "^1.20.3",

0 commit comments

Comments
 (0)