From 4c657448d57ba6288602953ff0fa5c3c007e4a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:58:01 +0000 Subject: [PATCH] build(deps): bump js-yaml from 5.2.1 to 5.2.2 in /web/frontend Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.1 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/frontend/package-lock.json | 8 ++++---- web/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/frontend/package-lock.json b/web/frontend/package-lock.json index e487690..8f95e5e 100644 --- a/web/frontend/package-lock.json +++ b/web/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@types/js-yaml": "^4.0.9", - "js-yaml": "^5.2.1" + "js-yaml": "^5.2.2" }, "devDependencies": { "@sveltejs/adapter-auto": "^7.0.1", @@ -1304,9 +1304,9 @@ } }, "node_modules/js-yaml": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", - "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/web/frontend/package.json b/web/frontend/package.json index 4739cc7..1b7586b 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@types/js-yaml": "^4.0.9", - "js-yaml": "^5.2.1" + "js-yaml": "^5.2.2" }, "overrides": { "cookie": "^0.7.0"