diff --git a/package-lock.json b/package-lock.json index f5b8f1b13bd..dc1278e1ded 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@types/dedent": "0.7.2", "@types/eslint": "8.56.10", "@types/estree": "1.0.5", - "@types/github-script": "github:actions/github-script#pull/482", + "@types/github-script": "github:actions/github-script", "@types/jest": "29.5.12", "@types/jest-axe": "3.5.9", "@types/jsdom": "21.1.7", @@ -7640,7 +7640,7 @@ "node_modules/@types/github-script": { "name": "github-script", "version": "7.0.1", - "resolved": "git+ssh://git@github.com/actions/github-script.git#c44be22d0bdc111a630a891945557ae7fcedc80b", + "resolved": "git+ssh://git@github.com/actions/github-script.git#35b1cdd1b2c1fc704b1cd9758d10f67e833fcb02", "dev": true, "dependencies": { "@actions/core": "^1.10.1", @@ -7987,9 +7987,9 @@ } }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "20.14.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.13.tgz", + "integrity": "sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/package.json b/package.json index 994ff312c6c..ad0163fcfb9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/dedent": "0.7.2", "@types/eslint": "8.56.10", "@types/estree": "1.0.5", - "@types/github-script": "github:actions/github-script#pull/482", + "@types/github-script": "github:actions/github-script", "@types/jest": "29.5.12", "@types/jest-axe": "3.5.9", "@types/jsdom": "21.1.7",