diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index fa8430d..5abbcc1 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index 25fac11..24673f5 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -16,16 +16,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index b30e5ce..de1f0cc 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index b811129..2d162d9 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index c94f15b..2114056 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index 4eb4970..bbbf885 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/16ImporterUtil/package.json b/TypeScript/16ImporterUtil/package.json index a06c083..d14d3f0 100644 --- a/TypeScript/16ImporterUtil/package.json +++ b/TypeScript/16ImporterUtil/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/17AsyncImporterWithDependency1/package.json b/TypeScript/17AsyncImporterWithDependency1/package.json index 3d51095..c497832 100644 --- a/TypeScript/17AsyncImporterWithDependency1/package.json +++ b/TypeScript/17AsyncImporterWithDependency1/package.json @@ -18,16 +18,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/17AsyncImporterWithDependency2/package.json b/TypeScript/17AsyncImporterWithDependency2/package.json index 493abe4..715a441 100644 --- a/TypeScript/17AsyncImporterWithDependency2/package.json +++ b/TypeScript/17AsyncImporterWithDependency2/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/18CustomItemService/package.json b/TypeScript/18CustomItemService/package.json index e08b6c9..8fdb837 100644 --- a/TypeScript/18CustomItemService/package.json +++ b/TypeScript/18CustomItemService/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/19UseExternalLibraries/package.json b/TypeScript/19UseExternalLibraries/package.json index c5be33f..1c4338c 100644 --- a/TypeScript/19UseExternalLibraries/package.json +++ b/TypeScript/19UseExternalLibraries/package.json @@ -18,16 +18,16 @@ "ora-classic": "5.4.2" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index 114f72c..dd2d874 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -16,16 +16,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/20CustomChatBot/package.json b/TypeScript/20CustomChatBot/package.json index 882dd7b..99c6426 100644 --- a/TypeScript/20CustomChatBot/package.json +++ b/TypeScript/20CustomChatBot/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/21CustomCommandoCommand/package.json b/TypeScript/21CustomCommandoCommand/package.json index c87613e..efd1b48 100644 --- a/TypeScript/21CustomCommandoCommand/package.json +++ b/TypeScript/21CustomCommandoCommand/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/22CustomAkiCommand/package.json b/TypeScript/22CustomAkiCommand/package.json index 477d560..69d940c 100644 --- a/TypeScript/22CustomAkiCommand/package.json +++ b/TypeScript/22CustomAkiCommand/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/23CustomAbstractChatBot/package.json b/TypeScript/23CustomAbstractChatBot/package.json index b742006..c2c7c2f 100644 --- a/TypeScript/23CustomAbstractChatBot/package.json +++ b/TypeScript/23CustomAbstractChatBot/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index 550b295..3a3b930 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -16,16 +16,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index e5c9f4c..6bb83aa 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -16,16 +16,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json index b7e0a29..cbec90a 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index 8cfcbcc..890050e 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index c06c955..a77eafc 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 46a3323..2fc0281 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index a859fb2..7bfd6e4 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 8c9cd4f..527d17d 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } } diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index 35f146b..ff9cff6 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -15,16 +15,16 @@ "buildinfo": "node ./build.mjs --verbose" }, "devDependencies": { - "@types/node": "18.18.4", - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@types/node": "20.11", + "@typescript-eslint/eslint-plugin": "7.2", + "@typescript-eslint/parser": "7.2", "archiver": "^6.0", - "eslint": "8.51.0", - "fs-extra": "^11.1", + "eslint": "8.57", + "fs-extra": "11.2", "ignore": "^5.2", "os": "^0.1", "tsyringe": "4.8.0", - "typescript": "5.2.2", - "winston": "3.11.0" + "typescript": "5.4", + "winston": "3.12" } }