From 995861f98c936641f7b69c9a08d796dedb35908b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:51:36 +0000 Subject: [PATCH] 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:development 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 c220737d..3dad2e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "puppeteer": "^18.2.1", "readline-sync": "^1.4.10", "uuid": "^9.0.1", - "yaml": "^2.3.4" + "yaml": "^2.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -12106,10 +12106,13 @@ "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==", "dev": true, + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index edfd0e32..af622a2c 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "puppeteer": "^18.2.1", "readline-sync": "^1.4.10", "uuid": "^9.0.1", - "yaml": "^2.3.4" + "yaml": "^2.4.1" } } \ No newline at end of file