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",