build(deps-dev): bump js-yaml from 5.2.0 to 5.2.1

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

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-20 21:33:03 +00:00 committed by GitHub
parent 653ba8b281
commit 43cc04399e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -34,7 +34,7 @@
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.4.1",
"js-yaml": "^5.2.0",
"js-yaml": "^5.2.1",
"prettier": "^3.9.1",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",
@ -7042,9 +7042,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz",
"integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz",
"integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==",
"dev": true,
"funding": [
{

View file

@ -57,7 +57,7 @@
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.4.1",
"js-yaml": "^5.2.0",
"js-yaml": "^5.2.1",
"prettier": "^3.9.1",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",