build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /site

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-21 17:35:56 +00:00 committed by GitHub
parent 8c8ab78f3b
commit 14a27d30f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

18
site/package-lock.json generated
View file

@ -14,7 +14,7 @@
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.4.6",
"astro-icon": "^1.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.2.0",
"pagefind": "^1.5.2",
"posthog-js": "^1.378.1",
"tailwindcss": "^4.2.4",
@ -3841,9 +3841,19 @@
}
},
"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.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"

View file

@ -16,7 +16,7 @@
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.4.6",
"astro-icon": "^1.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.2.0",
"pagefind": "^1.5.2",
"posthog-js": "^1.378.1",
"tailwindcss": "^4.2.4",