pis-update-20251204 #1

Merged
fred.boniface merged 22 commits from pis-update-20251204 into main 2025-12-04 21:36:30 +00:00
Showing only changes of commit cbe9660c4d - Show all commits

31
package-lock.json generated
View File

@@ -1,31 +0,0 @@
{
"name": "merge-yaml",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "merge-yaml",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"yaml": "^2.4.1"
}
},
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
}
}
}