From 0a99a16f1cde8be3813d790b6b2ec33a87a1ddba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:55:25 +0000 Subject: [PATCH] chore(deps): Bump yaml from 2.3.4 to 2.4.2 Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.2) --- 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 05aa8f2..abaa749 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.2" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -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.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index 2833c5a..05b8ba6 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.2" }, "devDependencies": { "@types/jest": "^29.5.12",