From 629169ce46129123357a1457a84188e696ffb2d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.me>
Date: Fri, 19 Apr 2024 15:58:40 +0200
Subject: [PATCH] Package => Update dependencies

---
 AssignmentChecker/package-lock.json | 16 ++++++++--------
 AssignmentChecker/package.json      | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/AssignmentChecker/package-lock.json b/AssignmentChecker/package-lock.json
index 4ca3d0b..d72350b 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 c1ea5ad..3f9b829 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",
-- 
GitLab