From 29c91ea00c26d4486d2e621219c27941770baae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:46:38 +0000 Subject: [PATCH] Bump the non-breaking-changes group across 1 directory with 2 updates Bumps the non-breaking-changes group with 2 updates in the / directory: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) and [undici](https://github.com/nodejs/undici). Updates `@actions/artifact` from 2.1.8 to 2.1.9 - [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.2 to 6.19.8 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.2...v6.19.8) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60a7a4c..7e7966c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.1.8", + "@actions/artifact": "^2.1.9", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", @@ -24,7 +24,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.19.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -37,9 +37,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz", - "integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.9.tgz", + "integrity": "sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", @@ -7877,9 +7877,9 @@ } }, "node_modules/undici": { - "version": "6.19.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", - "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", + "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==", "dev": true, "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 3568047..986d922 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Deploy an actions artifact to GitHub Pages", "main": "./dist/index.js", "dependencies": { - "@actions/artifact": "^2.1.8", + "@actions/artifact": "^2.1.9", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", @@ -19,7 +19,7 @@ "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", "prettier": "^3.3.3", - "undici": "^6.19.2" + "undici": "^6.19.8" }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",