From b2db110bee12c72793a95262ce4dae9a398b9ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:05:46 +0000 Subject: [PATCH] Bump the normal group with 6 updates Bumps the normal group with 6 updates: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.1.10` | `2.1.11` | | [undici](https://github.com/nodejs/undici) | `6.19.8` | `6.20.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.3` | `17.11.1` | | [globals](https://github.com/sindresorhus/globals) | `15.10.0` | `15.11.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | Updates `@actions/artifact` from 2.1.10 to 2.1.11 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `undici` from 6.19.8 to 6.20.1 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.8...v6.20.1) Updates `@types/node` from 22.7.4 to 22.7.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-n` from 17.10.3 to 17.11.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.10.3...v17.11.1) Updates `globals` from 15.10.0 to 15.11.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: normal - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor dependency-group: normal - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: normal - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: normal - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: normal - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: normal ... Signed-off-by: dependabot[bot] --- package-lock.json | 55 +++++++++++++++++++++-------------------------- package.json | 12 +++++------ 2 files changed, 30 insertions(+), 37 deletions(-) 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"