chore(deps): update dependency yaml to ^2.8.2

This commit is contained in:
renovate[bot]
2025-12-03 09:41:05 +00:00
committed by GitHub
parent 3ec35eec91
commit 583db4c70f
2 changed files with 8 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
"vite-plugin-checker": "^0.11.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.14",
"yaml": "^2.8.1"
"yaml": "^2.8.2"
}
},
"node_modules/@acemir/cssom": {
@@ -6667,9 +6667,9 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"dev": true,
"license": "ISC",
"peer": true,
@@ -6678,6 +6678,9 @@
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
}
}

View File

@@ -71,7 +71,7 @@
"vite-plugin-checker": "^0.11.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.14",
"yaml": "^2.8.1"
"yaml": "^2.8.2"
},
"overrides": {
"react-infinite-scroller": {