From 02a1163b13a3138d76f3fb0f5a217359b24c0a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:49:17 +0000 Subject: [PATCH] chore(deps): Bump yaml from 2.3.4 to 2.4.1 Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21e4782..6d69142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/tool-cache": "^2.0.1", - "yaml": "^2.3.2" + "yaml": "^2.4.1" }, "devDependencies": { "@types/jest": "^29.5.3", @@ -7854,9 +7854,12 @@ "dev": true }, "node_modules/yaml": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", - "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", + "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index 9d16121..f95c8e9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/tool-cache": "^2.0.1", - "yaml": "^2.3.2" + "yaml": "^2.4.1" }, "devDependencies": { "@types/jest": "^29.5.3",