Skip to content

Commit

Permalink
fix(deps): update Octokit dependencies to mitigate ReDos [security] (#…
Browse files Browse the repository at this point in the history
…484)

Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
  • Loading branch information
renovate[bot] and wolfy1339 authored Feb 14, 2025
1 parent e791111 commit ca256c3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
],
"repository": "github:octokit/rest.js",
"dependencies": {
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-rest": "^11.4.0",
"@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^11.4.2",
"@octokit/plugin-request-log": "^5.3.1",
"@octokit/plugin-rest-endpoint-methods": "^13.3.0"
},
"devDependencies": {
"@octokit/auth-action": "^5.1.1",
"@octokit/auth-app": "^7.1.4",
"@octokit/fixtures-server": "^8.1.0",
"@octokit/request": "^9.1.4",
"@octokit/request": "^9.2.1",
"@octokit/tsconfig": "^4.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^3.0.0",
Expand Down

0 comments on commit ca256c3

Please sign in to comment.