Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: utils/issue-format-bot/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-15053838
  • Loading branch information
snyk-bot committed Jan 22, 2026
commit ed20fd1d50f49c08838f7cdd2dfd90793f8ceeee
2 changes: 1 addition & 1 deletion utils/issue-format-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"domain-from-partial-url": "^1.0.0",
"html-entities": "^1.2.1",
"lodash": "^4.17.5",
"lodash": "^4.17.23",
"probot": "^6.1.0",
"remark": "^9.0.0",
"request": "^2.83.0",
Expand Down