diff --git a/package-lock.json b/package-lock.json index 4820791..8d00cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "": { "name": "infra", "dependencies": { - "@actions/artifact": "2.1.10", + "@actions/artifact": "2.1.11", "@octokit/core": "6.1.2", "@octokit/request": "9.1.3", "@octokit/request-error": "6.1.5", "tunnel": "0.0.6", - "undici": "6.19.8" + "undici": "6.20.1" }, "devDependencies": { "@eslint/js": "^9.12.0", @@ -20,22 +20,22 @@ "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.3.0", "@stylistic/eslint-plugin": "^2.9.0", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/tunnel": "^0.0.7", "eslint": "^9.12.0", - "eslint-plugin-n": "^17.10.3", - "globals": "^15.10.0", + "eslint-plugin-n": "^17.11.1", + "globals": "^15.11.0", "rollup": "4.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "engines": { "node": "^20.13.0 || >=22" } }, "node_modules/@actions/artifact": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.10.tgz", - "integrity": "sha512-3c6DP+ZiTgHuXYaNO3W0MnoK//ZfBnJEam1SpOZuR2epNWO7m8Wh72IdhiKMib4DMyNNt8924TOUaR2X4cRPHQ==", + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.11.tgz", + "integrity": "sha512-V/N/3yM3oLxozq2dpdGqbd/39UbDOR54bF25vYsvn3QZnyZERSzPjTAAwpGzdcwESye9G7vnuhPiKQACEuBQpg==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", @@ -47,7 +47,6 @@ "@octokit/request-error": "^5.0.0", "@protobuf-ts/plugin": "^2.2.3-alpha.1", "archiver": "^7.0.1", - "crypto": "^1.0.1", "jwt-decode": "^3.1.2", "twirp-ts": "^2.5.0", "unzip-stream": "^0.3.1" @@ -1424,9 +1423,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -1961,12 +1960,6 @@ "node": ">= 8" } }, - "node_modules/crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", - "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in." - }, "node_modules/debug": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", @@ -2168,9 +2161,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.10.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.3.tgz", - "integrity": "sha512-ySZBfKe49nQZWR1yFaA0v/GsH6Fgp8ah6XV0WDz6CN8WO0ek4McMzb7A2xnf4DCYV43frjCygvb9f/wx7UUxRw==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.11.1.tgz", + "integrity": "sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -2591,9 +2584,9 @@ } }, "node_modules/globals": { - "version": "15.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz", - "integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", "dev": true, "engines": { "node": ">=18" @@ -3799,9 +3792,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -3812,9 +3805,9 @@ } }, "node_modules/undici": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", - "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz", + "integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index cc53094..931fb66 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ "test": "node ./test/index.js" }, "dependencies": { - "@actions/artifact": "2.1.10", + "@actions/artifact": "2.1.11", "@octokit/core": "6.1.2", "@octokit/request": "9.1.3", "@octokit/request-error": "6.1.5", "tunnel": "0.0.6", - "undici": "6.19.8" + "undici": "6.20.1" }, "devDependencies": { "@eslint/js": "^9.12.0", @@ -22,13 +22,13 @@ "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.3.0", "@stylistic/eslint-plugin": "^2.9.0", - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@types/tunnel": "^0.0.7", "eslint": "^9.12.0", - "eslint-plugin-n": "^17.10.3", - "globals": "^15.10.0", + "eslint-plugin-n": "^17.11.1", + "globals": "^15.11.0", "rollup": "4.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "engines": { "node": "^20.13.0 || >=22"