From 759fe400edba2f2ca2e5ed098de51ceeca04f1f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 18:11:40 +0000 Subject: [PATCH] fix(deps): update dependency @actions/github to v5.1.1 --- package-lock.json | 16 ++++++++-------- tools/crowdin/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7db7d24052e..8ac4a82b7b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -723,9 +723,9 @@ } }, "node_modules/@actions/github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", - "integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", + "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", @@ -54569,7 +54569,7 @@ "license": "BSD-3-Clause", "dependencies": { "@actions/core": "1.9.1", - "@actions/github": "5.1.0", + "@actions/github": "5.1.1", "dotenv": "10.0.0", "fs-extra": "10.0.0", "gray-matter": "4.0.3", @@ -54731,9 +54731,9 @@ } }, "@actions/github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.0.tgz", - "integrity": "sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A==", + "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", @@ -57010,7 +57010,7 @@ "version": "file:tools/crowdin", "requires": { "@actions/core": "1.9.1", - "@actions/github": "5.1.0", + "@actions/github": "5.1.1", "dotenv": "10.0.0", "fs-extra": "10.0.0", "gray-matter": "4.0.3", diff --git a/tools/crowdin/package.json b/tools/crowdin/package.json index df8cf895e84..4620cbd568b 100644 --- a/tools/crowdin/package.json +++ b/tools/crowdin/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@actions/core": "1.9.1", - "@actions/github": "5.1.0", + "@actions/github": "5.1.1", "dotenv": "10.0.0", "fs-extra": "10.0.0", "gray-matter": "4.0.3",