From 120c1d18149614fca9d29ffba6c8d406a17c90a8 Mon Sep 17 00:00:00 2001 From: Whatisthis-dot <202803114+whatisthis-dot@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:26:44 +0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"Revert=207=20dependabot/npm?= =?UTF-8?q?=20and=20yarn/npm=20and=20yarn=20befb893db1=20(#25=E2=80=A6"=20?= =?UTF-8?q?(#30)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a84a2ab36f864889cc887028938a5bd2f7bf0368. --- .github/workflows/prober.yml | 2 +- package-lock.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prober.yml b/.github/workflows/prober.yml index 1b86298..63bfcd4 100644 --- a/.github/workflows/prober.yml +++ b/.github/workflows/prober.yml @@ -30,7 +30,7 @@ jobs: id-token: write steps: - - uses: hmarr/debug-action@v2 + - uses: hmarr/debug-action@v3 - name: Request OIDC Token run: | diff --git a/package-lock.json b/package-lock.json index bbff716..041d429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1575,9 +1575,7 @@ "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz", - "integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==", + "version": "9.2.0", "license": "MIT", "dependencies": { "@octokit/types": "^12.6.0" @@ -1586,7 +1584,7 @@ "node": ">= 18" }, "peerDependencies": { - "@octokit/core": "5" + "@octokit/core": ">=5" } }, "node_modules/@octokit/plugin-rest-endpoint-methods": {