proxmox-ve-openapi/build/package.json
dependabot[bot] ead249032c
Bump js-yaml from 3.14.2 to 4.2.0 in /build
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.2...4.2.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-27 21:05:39 +00:00

15 lines
254 B
JSON

{
"name": "build",
"version": "1.0.0",
"description": "",
"main": "generator.js",
"dependencies": {
"js-yaml": "^4.2.0"
},
"devDependencies": {},
"scripts": {
"build": "node generator.js"
},
"author": "",
"license": "ISC"
}