From 89f1bfcdfad4bd1f9296d2d523a1f131fbdbfa72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:35:09 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.3.0 in /packages/core Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 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.0...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 1227e9d2b..561f924d1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -43,7 +43,7 @@ "glob": "^10.3.3", "hot-shots": "^8.5.0", "ignore": "^5.1.6", - "js-yaml": "4.1.0", + "js-yaml": "4.3.0", "jsforce": "^2.0.0-beta.27", "lodash": "^4.17.21", "neverthrow": "4.4.2",