From 995c2c61d8fc7433651c7bba34552186756b2e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:52:44 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in /deployment Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.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..e59ae85c781 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.2.0", "pg-connection-string": "2.9.1", "prettier": "3.4.2" },