diff --git a/package-lock.json b/package-lock.json index fa2b599..b5395d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^9.1.0", + "@actions/github": "^9.1.1", "@vercel/ncc": "^0.38.4", "axios": "^1.15.1", "octokit": "^5.0.5" @@ -42,9 +42,9 @@ } }, "node_modules/@actions/github": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", - "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "dependencies": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", @@ -769,9 +769,9 @@ } }, "@actions/github": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", - "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "requires": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", diff --git a/package.json b/package.json index 710eb02..f5bc4b8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/luxtorpeda-dev/action-update-engine-version#readme", "dependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^9.1.0", + "@actions/github": "^9.1.1", "@vercel/ncc": "^0.38.4", "axios": "^1.15.1", "octokit": "^5.0.5"