Update dependency yaml to v2.9.1

This commit is contained in:
renovate[bot]
2026-09-14 20:59:56 +00:00
committed by GitHub
parent 7554e2b03e
commit bbaee20097
2 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
"vite": "8.3.0",
"vite-plugin-checker": "0.14.5",
"vitest": "5.0.0",
"yaml": "2.9.0"
"yaml": "2.9.1"
}
},
"node_modules/@adobe/css-tools": {
@@ -6516,9 +6516,9 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.1.tgz",
"integrity": "sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==",
"devOptional": true,
"license": "ISC",
"bin": {

View File

@@ -75,7 +75,7 @@
"vite": "8.3.0",
"vite-plugin-checker": "0.14.5",
"vitest": "5.0.0",
"yaml": "2.9.0"
"yaml": "2.9.1"
},
"overrides": {
"react-infinite-scroller": {