From 856490bcdbee2933230814e089410a0c90cbe7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:05:15 +0000 Subject: [PATCH] Bump yaml from 2.8.0 to 2.8.3 in /cdk Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdk/package-lock.json | 12 ++++++++---- cdk/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cdk/package-lock.json b/cdk/package-lock.json index d858bbe..80f67a3 100644 --- a/cdk/package-lock.json +++ b/cdk/package-lock.json @@ -16,7 +16,7 @@ "postgres": "^3.4.5", "readline-sync": "^1.4.10", "source-map-support": "^0.5.21", - "yaml": "^2.4.5" + "yaml": "^2.8.3" }, "bin": { "cdk": "bin/cdk.js" @@ -4660,14 +4660,18 @@ "dev": true }, "node_modules/yaml": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yargs": { diff --git a/cdk/package.json b/cdk/package.json index 14c3500..b847056 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -28,6 +28,6 @@ "postgres": "^3.4.5", "readline-sync": "^1.4.10", "source-map-support": "^0.5.21", - "yaml": "^2.4.5" + "yaml": "^2.8.3" } }