Bump yaml from 2.8.0 to 2.8.1 in /apps/infoalloggi

Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-06 13:05:07 +00:00 committed by GitHub
parent 7a50ba4147
commit b55de451cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -78,7 +78,7 @@
"type-fest": "^4.41.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"yaml": "^2.8.0",
"yaml": "^2.8.1",
"zod": "^3.25.76"
},
"devDependencies": {
@ -16332,7 +16332,9 @@
}
},
"node_modules/yaml": {
"version": "2.8.0",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"

View file

@ -89,7 +89,7 @@
"type-fest": "^4.41.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"yaml": "^2.8.0",
"yaml": "^2.8.1",
"zod": "^3.25.76"
},
"devDependencies": {