From c34eefa006f544c6c27a63f34b7dd7c6084bda2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:30:32 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 3.15.0 to 3.15.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.15.0 to 3.15.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.15.0...3.15.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc64673018..4bdfb49dbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1020,27 +1020,35 @@ } }, "@sentry/cli-darwin": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-x64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-x64": { + "version": "3.7.0", "optional": true }, "@sinclair/typebox": { @@ -3627,9 +3635,9 @@ "dev": true }, "js-yaml": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.0.tgz", - "integrity": "sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.2.tgz", + "integrity": "sha512-6EuL879VkRA+1Cz578mKMiKvjPNEuk6+r1JaFzoSWejZmtf7xWbIyw1e3KkxlkzTIt9Taw6JBhEppG7utc1P+w==", "dev": true, "requires": { "argparse": "^1.0.7",