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

Package => Update dependencies

parent 15d36012
Branches
Tags
No related merge requests found
......@@ -9,8 +9,8 @@
"version": "4.0.0",
"license": "AGPLv3",
"dependencies": {
"@gitbeaker/rest": "^40.0.1",
"axios": "^1.6.5",
"@gitbeaker/rest": "^40.0.3",
"axios": "^1.6.8",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
......@@ -20,12 +20,12 @@
"http-status-codes": "^2.3.0",
"json5": "^2.2.3",
"ora": "^5.4.1",
"tar-stream": "^3.1.6",
"winston": "^3.11.0",
"tar-stream": "^3.1.7",
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"yaml": "^2.3.4",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.0"
"yaml": "^2.4.1",
"zod": "^3.22.5",
"zod-validation-error": "^3.1.0"
},
"bin": {
"dirmanager": "dist/app.js"
......@@ -33,7 +33,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.8",
"@types/node": "^18.19.31",
"@types/tar-stream": "^3.1.3",
"dotenv-vault": "^1.25.0",
"eslint": "^8.57.0",
......
......@@ -30,8 +30,8 @@
"test" : "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
"@gitbeaker/rest" : "^40.0.1",
"axios" : "^1.6.5",
"@gitbeaker/rest" : "^40.0.3",
"axios" : "^1.6.8",
"boxen" : "^5.1.2",
"chalk" : "^4.1.2",
"dotenv" : "^16.3.1",
......@@ -41,17 +41,17 @@
"http-status-codes" : "^2.3.0",
"json5" : "^2.2.3",
"ora" : "^5.4.1",
"tar-stream" : "^3.1.6",
"winston" : "^3.11.0",
"tar-stream" : "^3.1.7",
"winston" : "^3.13.0",
"winston-transport" : "^4.7.0",
"yaml" : "^2.3.4",
"zod" : "^3.22.4",
"zod-validation-error": "^3.0.0"
"yaml" : "^2.4.1",
"zod" : "^3.22.5",
"zod-validation-error": "^3.1.0"
},
"devDependencies": {
"@types/fs-extra" : "^11.0.4",
"@types/js-yaml" : "^4.0.9",
"@types/node" : "^18.19.8",
"@types/node" : "^18.19.31",
"@types/tar-stream" : "^3.1.3",
"dotenv-vault" : "^1.25.0",
"eslint" : "^8.57.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment