diff --git a/.github/actions/close-bot/package-lock.json b/.github/actions/close-bot/package-lock.json index 7bce95a2f4..9156ff5be3 100644 --- a/.github/actions/close-bot/package-lock.json +++ b/.github/actions/close-bot/package-lock.json @@ -10,7 +10,7 @@ "license": "CC0", "dependencies": { "@actions/core": "^1.10.0", - "@actions/github": "^5.0.3" + "@actions/github": "^5.1.1" } }, "node_modules/@actions/core": { @@ -23,9 +23,9 @@ } }, "node_modules/@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "dependencies": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", @@ -244,9 +244,9 @@ } }, "@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "requires": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", diff --git a/.github/actions/close-bot/package.json b/.github/actions/close-bot/package.json index 5053f4ad9f..b971b0cc50 100644 --- a/.github/actions/close-bot/package.json +++ b/.github/actions/close-bot/package.json @@ -11,6 +11,6 @@ "license": "CC0", "dependencies": { "@actions/core": "^1.10.0", - "@actions/github": "^5.0.3" + "@actions/github": "^5.1.1" } }