diff --git a/package-lock.json b/package-lock.json index 49a8566..0f585a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@octokit/plugin-retry": "^7.1.1", + "@octokit/plugin-retry": "^7.1.2", "@octokit/plugin-throttling": "^9.3.1", "glob": "^11.0.0", "mime": "^3.0.0" @@ -1351,9 +1351,9 @@ "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" }, "node_modules/@octokit/plugin-retry": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.1.tgz", - "integrity": "sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.2.tgz", + "integrity": "sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==", "dependencies": { "@octokit/request-error": "^6.0.0", "@octokit/types": "^13.0.0", diff --git a/package.json b/package.json index c6af107..5cc867d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@octokit/plugin-retry": "^7.1.1", + "@octokit/plugin-retry": "^7.1.2", "@octokit/plugin-throttling": "^9.3.1", "glob": "^11.0.0", "mime": "^3.0.0"