diff --git a/package-lock.json b/package-lock.json index 99bf7fa97a..b78b2103ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ }, "devDependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@axe-core/playwright": "^4.11.1", "@eslint/js": "^9.39.3", "@github/markdownlint-github": "^0.6.3", @@ -237,9 +237,9 @@ } }, "node_modules/@actions/github": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-8.0.1.tgz", - "integrity": "sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f3b6d7c048..cab6f8f7dd 100644 --- a/package.json +++ b/package.json @@ -271,7 +271,7 @@ }, "devDependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@axe-core/playwright": "^4.11.1", "@eslint/js": "^9.39.3", "@github/markdownlint-github": "^0.6.3",