From ec934378c2c06b4b4ed38b2245ab31bcdb5d37ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 01:15:06 +0000 Subject: [PATCH] Bump the npm-production group across 1 directory with 2 updates Bumps the npm-production group with 2 updates in the / directory: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) and [yaml](https://github.com/eemeli/yaml). Updates `@actions/artifact` from 2.3.1 to 2.3.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `yaml` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: yaml dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70cfe0b..8087501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.3.1", + "@actions/artifact": "^2.3.2", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", @@ -19,7 +19,7 @@ "better-enums": "^0.2.2", "fast-glob": "^3.3.3", "simple-git": "^3.27.0", - "yaml": "^2.7.0" + "yaml": "^2.7.1" }, "devDependencies": { "@code-pushup/cli": "^0.67.0", @@ -63,9 +63,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.3.1.tgz", - "integrity": "sha512-3uW25BNAqbMBcasNK+DX4I0Vl8aQdo65K6DRufJiNYjqfhSMfeRE4YGjWLaKmF+H+7bp1ADlQ5NksC61fpvYbQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.3.2.tgz", + "integrity": "sha512-uX2Mr5KEPcwnzqa0Og9wOTEKIae6C/yx9P/m8bIglzCS5nZDkcQC/zRWjjoEsyVecL6oQpBx5BuqQj/yuVm0gw==", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", @@ -11206,9 +11206,10 @@ "dev": true }, "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index ab7a200..f024742 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ ] }, "dependencies": { - "@actions/artifact": "^2.3.1", + "@actions/artifact": "^2.3.2", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", @@ -87,7 +87,7 @@ "better-enums": "^0.2.2", "fast-glob": "^3.3.3", "simple-git": "^3.27.0", - "yaml": "^2.7.0" + "yaml": "^2.7.1" }, "devDependencies": { "@code-pushup/cli": "^0.67.0",