Skip to content

Commit

Permalink
fix: tools/contributor/dashboard-app/server/package.json & tools/cont…
Browse files Browse the repository at this point in the history
…ributor/dashboard-app/server/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-OCTOKITPLUGINPAGINATEREST-8730855
- https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853
  • Loading branch information
snyk-bot committed Feb 17, 2025
1 parent dbef1e9 commit 6a43452
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 111 deletions.
202 changes: 92 additions & 110 deletions tools/contributor/dashboard-app/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/contributor/dashboard-app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"@octokit/rest": "^21.1.1",
"body-parser": "^1.18.3",
"cross-env": "^5.2.0",
"express": "^4.16.3",
Expand Down

0 comments on commit 6a43452

Please sign in to comment.