From 1ce56dcfbb7c318ee3805a0feea1274b8cffbf78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:42:45 +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 607c03e0..a3be9295 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "swagger-ui-react": "^5.9.1", "swr": "^2.2.4", "usehooks-ts": "^2.9.1", - "yaml": "^2.3.3", + "yaml": "^2.3.4", "zod": "^3.22.4" }, "devDependencies": { @@ -17305,9 +17305,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "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 3a8feb8b..3a590c84 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "swagger-ui-react": "^5.9.1", "swr": "^2.2.4", "usehooks-ts": "^2.9.1", - "yaml": "^2.3.3", + "yaml": "^2.3.4", "zod": "^3.22.4" }, "devDependencies": {