From 71779914511f0aacb9dd14b7f3cb78fff5356fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:17:54 +0000 Subject: [PATCH] Bump yaml from 2.3.3 to 2.3.4 Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d96eb447f..ce7360b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "spdx-expression-parse": "^3.0.1", "spdx-satisfies": "^5.0.1", "ts-jest": "^29.1.1", - "yaml": "^2.3.3", + "yaml": "^2.3.4", "zod": "^3.22.3" }, "devDependencies": { @@ -8323,9 +8323,9 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yaml": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz", - "integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index bd22013cc..0504be012 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "spdx-expression-parse": "^3.0.1", "spdx-satisfies": "^5.0.1", "ts-jest": "^29.1.1", - "yaml": "^2.3.3", + "yaml": "^2.3.4", "zod": "^3.22.3" }, "devDependencies": {