diff --git a/action/package-lock.json b/action/package-lock.json index c80f3c9..a257ed5 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@actions/exec": "^1.1.1", "@types/jest": "^29.5.12", - "@types/node": "^20.5.9", + "@types/node": "^22.1.0", "jest": "^29.7.0", "jest-circus": "^29.4.3", "prettier": "^3.3.3", @@ -1214,10 +1214,13 @@ } }, "node_modules/@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==", - "dev": true + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "dev": true, + "dependencies": { + "undici-types": "~6.13.0" + } }, "node_modules/@types/stack-utils": { "version": "2.0.1", @@ -3707,6 +3710,12 @@ "node": ">=14.0" } }, + "node_modules/undici-types": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "dev": true + }, "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", @@ -4795,10 +4804,13 @@ } }, "@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==", - "dev": true + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "dev": true, + "requires": { + "undici-types": "~6.13.0" + } }, "@types/stack-utils": { "version": "2.0.1", @@ -6621,6 +6633,12 @@ "@fastify/busboy": "^2.0.0" } }, + "undici-types": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "dev": true + }, "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", diff --git a/action/package.json b/action/package.json index 0cd73ca..32789ef 100644 --- a/action/package.json +++ b/action/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@actions/exec": "^1.1.1", "@types/jest": "^29.5.12", - "@types/node": "^20.5.9", + "@types/node": "^22.1.0", "jest": "^29.7.0", "jest-circus": "^29.4.3", "prettier": "^3.3.3",