Skip to content
Snippets Groups Projects
Commit 835fc97c authored by michael.minelli's avatar michael.minelli
Browse files

Package => Add yaml dependency

parent 89279bd2
No related branches found
No related tags found
No related merge requests found
Pipeline #26637 passed
......@@ -21,7 +21,8 @@
"json5": "^2.2.3",
"ora": "^5.4.1",
"tar-stream": "^3.1.6",
"winston": "^3.10.0"
"winston": "^3.10.0",
"yaml": "^2.3.2"
},
"bin": {
"dirmanager": "dist/app.js"
......@@ -3727,6 +3728,14 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/yaml": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
"integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
"engines": {
"node": ">= 14"
}
},
"node_modules/yargs": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
......
......@@ -40,7 +40,8 @@
"json5" : "^2.2.3",
"ora" : "^5.4.1",
"tar-stream" : "^3.1.6",
"winston" : "^3.10.0"
"winston" : "^3.10.0",
"yaml" : "^2.3.2"
},
"devDependencies": {
"@types/dockerode" : "^3.3.19",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment