Revert 15 revert 14 main (#20)

Bump hmarr/debug-action from 3 to 3

Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/debug-action/releases)
- [Commits](https://github.com/hmarr/debug-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: hmarr/debug-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert "Bump @octokit/plugin-paginate-rest from 9.2.0 to 9.2.2 in the npm_and_yarn group"

* Revert "Bump typescript-eslint in the npm-development group (#516)"

* Revert "Revert "Bump typescript-eslint in the npm-development group (#516)""

This reverts commit ee33e90441.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Whatisthis-dot 2025-03-22 17:14:39 +07:00 committed by GitHub
parent 7b69125f7e
commit e6d8dfc0d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- uses: hmarr/debug-action@v2 - uses: hmarr/debug-action@v3
- name: Request OIDC Token - name: Request OIDC Token
run: | run: |

6
package-lock.json generated
View File

@ -1575,9 +1575,7 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@octokit/plugin-paginate-rest": { "node_modules/@octokit/plugin-paginate-rest": {
"version": "9.2.2", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
"integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@octokit/types": "^12.6.0" "@octokit/types": "^12.6.0"
@ -1586,7 +1584,7 @@
"node": ">= 18" "node": ">= 18"
}, },
"peerDependencies": { "peerDependencies": {
"@octokit/core": "5" "@octokit/core": ">=5"
} }
}, },
"node_modules/@octokit/plugin-rest-endpoint-methods": { "node_modules/@octokit/plugin-rest-endpoint-methods": {