From f0ca288d63b9f10fcefdc781b599237f1d7b5c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:00:14 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.3.0 to 5.2.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2541496..2bf41ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bcryptjs": "^3.0.3", "crypto-js": "^4.2.0", "dompurify": "^3.4.11", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.2", "jszip": "^3.10.1", "marked": "^18.0.5", "qrcode": "^1.5.4", @@ -2224,9 +2224,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", @@ -2242,7 +2242,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/jsesc": { diff --git a/package.json b/package.json index f5ffe9d..ec136c3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bcryptjs": "^3.0.3", "crypto-js": "^4.2.0", "dompurify": "^3.4.11", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.2", "jszip": "^3.10.1", "marked": "^18.0.5", "qrcode": "^1.5.4",