From d2ef5da08282c16d880b03e77d74bc52b9246675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:07:14 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.3.0 to 5.2.2 in /www 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] --- www/package.json | 2 +- www/pnpm-lock.yaml | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/www/package.json b/www/package.json index f1cf72d..7c8178d 100644 --- a/www/package.json +++ b/www/package.json @@ -8,7 +8,7 @@ "lint": "eslint" }, "dependencies": { - "js-yaml": "^4.3.0", + "js-yaml": "^5.2.2", "next": "16.2.12", "next-intl": "^4.13.4", "react": "19.2.8", diff --git a/www/pnpm-lock.yaml b/www/pnpm-lock.yaml index bd655a6..a1f20d3 100644 --- a/www/pnpm-lock.yaml +++ b/www/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: js-yaml: - specifier: ^4.3.0 - version: 4.3.0 + specifier: ^5.2.2 + version: 5.2.2 next: specifier: 16.2.12 version: 16.2.12(@babel/core@7.29.7)(react-dom@19.2.8(react@19.2.8))(react@19.2.8) @@ -1566,8 +1566,12 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.3.0: - resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==} + js-yaml@4.3.1: + resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==} + hasBin: true + + js-yaml@5.2.2: + resolution: {integrity: sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==} hasBin: true jsesc@3.1.0: @@ -2342,7 +2346,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.3.0 + js-yaml: 4.3.1 minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -3789,7 +3793,11 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@4.3.0: + js-yaml@4.3.1: + dependencies: + argparse: 2.0.1 + + js-yaml@5.2.2: dependencies: argparse: 2.0.1