From c02ce076a32946428b5ee03725de5333459751b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:09:47 +0000 Subject: [PATCH] Bump js-yaml from 4.1.1 to 4.3.0 in /apps/web Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package-lock.json | 33 ++++++++++++++------------------- apps/web/package.json | 2 +- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index babfc2c8..3940d802 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -13,7 +13,7 @@ "canvas-confetti": "^1.9.3", "dotenv": "^16.4.5", "ics": "^3.5.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "jsdom": "^22.1.0", "redis": "^4.6.10", "svelte-dnd-action": "^0.9.67", @@ -11448,9 +11448,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -14999,21 +15009,6 @@ } } }, - "node_modules/svelte-check/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/svelte-check/node_modules/readdirp": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", diff --git a/apps/web/package.json b/apps/web/package.json index 581a68c9..9e3314d7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -52,7 +52,7 @@ "canvas-confetti": "^1.9.3", "dotenv": "^16.4.5", "ics": "^3.5.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "jsdom": "^22.1.0", "redis": "^4.6.10", "svelte-dnd-action": "^0.9.67",