From 1f22f30822a16ae9e0becf164e213808ab322d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:52:04 -0500 Subject: [PATCH] Bump @octokit/request-error from 5.0.1 to 5.1.1 (#469) * Bump @octokit/request-error from 5.0.1 to 5.1.1 Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect ... Signed-off-by: dependabot[bot] * build the bundle * update dist --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene <108841108+ejahnGithub@users.noreply.github.com> Co-authored-by: ejahnGithub --- dist/index.js | Bin 2965834 -> 2965840 bytes package-lock.json | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 04967b3db30d5c2be3a1a35f3235bbb6003ecb51..211295660e802b29e18a20c8ba2256454fab1e4c 100644 GIT binary patch delta 194 zcmWm8%MF4+06@W@fP$zfA6NW=f-DLhkl30rn^?hi0-*;_mgMs=_xZef?3b1blgj}_Jk5F$d14FtAGu)`h)9C1R53};-Bqrep< PB>txx?x+VXnqK|@^@~4% delta 187 zcmWm6w++Go001yiLhm*74x#;sP$Vv3${R%dz{E+I!K=UbH1pvWXX0#}i}SDG89tIQ zpg@rlWhzvuQKvzZ7Hv9o>CtDvkpDMg%!Da3<}6sUV$FsvJN6uiICA35<(-7rH2MKp Cp+92) diff --git a/package-lock.json b/package-lock.json index bb99e69..9203880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1592,10 +1592,12 @@ } }, "node_modules/@octokit/request-error": { - "version": "5.0.1", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", + "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", "license": "MIT", "dependencies": { - "@octokit/types": "^12.0.0", + "@octokit/types": "^13.1.0", "deprecation": "^2.0.0", "once": "^1.4.0" }, @@ -1603,6 +1605,21 @@ "node": ">= 18" } }, + "node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz", + "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==", + "license": "MIT" + }, + "node_modules/@octokit/request-error/node_modules/@octokit/types": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^23.0.1" + } + }, "node_modules/@octokit/types": { "version": "12.6.0", "license": "MIT",