From cc599cd071cc4de9a555f0a7af4d744091f71401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:04:24 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.3.0 in /deployment Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/package.json b/deployment/package.json index 5c36edd76e7..c6b28a5c035 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -17,7 +17,7 @@ "@pulumi/kubernetesx": "0.1.6", "@pulumi/pulumi": "3.214.0", "@pulumi/random": "4.18.2", - "js-yaml": "4.1.1", + "js-yaml": "4.3.0", "pg-connection-string": "2.9.1", "prettier": "3.4.2" },