diff --git a/package.json b/package.json index bd2c7aaea..396cc7e76 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "deployment" ], "dependencies": { - "@actions/core": "3.0.0", + "@actions/core": "3.0.1", "@actions/exec": "3.0.0", - "@actions/github": "9.0.0", + "@actions/github": "9.1.1", "@actions/io": "3.0.2", "@eslint/js": "^10.0.1", "typescript-eslint": "^8.13.0" diff --git a/yarn.lock b/yarn.lock index 2266ec847..5d6cbd8cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@actions/core@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.0.tgz#89cb07c119e9b46a649ad5f355e77de9b3108cf8" - integrity sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg== +"@actions/core@3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.1.tgz#0f4d8b14527ee51e0db061eedc24a206c9f98c23" + integrity sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA== dependencies: "@actions/exec" "^3.0.0" "@actions/http-client" "^4.0.0" @@ -22,10 +22,10 @@ dependencies: "@actions/io" "^3.0.2" -"@actions/github@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.0.0.tgz#c86dae4128b2a6987271e2663bee9e766464840a" - integrity sha512-yJ0RoswsAaKcvkmpCE4XxBRiy/whH2SdTBHWzs0gi4wkqTDhXMChjSdqBz/F4AeiDlP28rQqL33iHb+kjAMX6w== +"@actions/github@9.1.1": + version "9.1.1" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.1.1.tgz#b93be4c36a46cc67cc94d6dfd33c1e33b9c59a6f" + integrity sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA== dependencies: "@actions/http-client" "^3.0.2" "@octokit/core" "^7.0.6"