diff --git a/AssignmentChecker/package-lock.json b/AssignmentChecker/package-lock.json index 4ca3d0bd7b792a46caba387d218b36a9c8dc14c4..d72350ba02734e728352962a1282c817b19250ef 100644 --- a/AssignmentChecker/package-lock.json +++ b/AssignmentChecker/package-lock.json @@ -10,8 +10,8 @@ "license": "AGPLv3", "dependencies": { "@eslint/js": "^9.0.0", - "@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", @@ -21,12 +21,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" @@ -34,7 +34,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", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json index c1ea5ada058ae3a0e8c783aae25bbb6519db0f7f..3f9b82970affc724c3e6320332266efb896e2ba6 100644 --- a/AssignmentChecker/package.json +++ b/AssignmentChecker/package.json @@ -30,8 +30,8 @@ }, "dependencies" : { "@eslint/js" : "^9.0.0", - "@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", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser" : "^6.21.0",