diff --git a/backend/package.json b/backend/package.json index 80dccb1..c2073f5 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,14 +29,14 @@ "@types/express": "^4.17.17", "@types/express-session": "^1.17.7", "@types/got": "^9.6.12", - "@types/node": "^18.16.19", + "@types/node": "^18.17.1", "@types/node-gzip": "^1.1.0", "@types/node-schedule": "^2.1.0", "@types/ping": "^0.4.1", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "eslint": "^8.45.0", + "eslint": "^8.46.0", "eslint-plugin-prefer-arrow": "^1.2.3", "typescript": "^4.9.5" }, @@ -51,9 +51,9 @@ "dns2": "^2.1.0", "ets": "git+https://github.com/OpenSourcePKG/ets.git", "express": "^4.18.2", - "express-rate-limit": "^6.8.0", + "express-rate-limit": "^6.8.1", "express-session": "^1.17.3", - "fast-xml-parser": "^4.2.6", + "fast-xml-parser": "^4.2.7", "flyingfish_core": "file:../core", "flyingfish_schemas": "file:../schemas", "got": "^12.6.1", @@ -66,7 +66,7 @@ "pkijs": "^3.0.15", "reflect-metadata": "^0.1.13", "tough-cookie": "^4.1.3", - "typeorm": "^0.3.17", + "typeorm": "0.3.16", "uuid": "^9.0.0", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.10.0", diff --git a/core/package.json b/core/package.json index 7aa6cad..9fa93ca 100644 --- a/core/package.json +++ b/core/package.json @@ -41,7 +41,7 @@ "express-session": "^1.17.3", "flyingfish_schemas": "file:../schemas", "node-forge": "^1.3.1", - "typeorm": "^0.3.16", + "typeorm": "0.3.16", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1" diff --git a/ddnsserver/package.json b/ddnsserver/package.json index 8277008..2fe9978 100644 --- a/ddnsserver/package.json +++ b/ddnsserver/package.json @@ -43,7 +43,7 @@ "flyingfish_schemas": "file:../schemas", "helmet": "^6.2.0", "mysql": "^2.18.1", - "typeorm": "^0.3.17", + "typeorm": "0.3.16", "uuid": "^9.0.0", "vts": "git+https://github.com/OpenSourcePKG/vts.git", "winston": "^3.10.0", diff --git a/sshserver/package.json b/sshserver/package.json index 9b3861b..f67bce9 100644 --- a/sshserver/package.json +++ b/sshserver/package.json @@ -34,7 +34,7 @@ "flyingfish_schemas": "file:../schemas", "mysql": "^2.18.1", "ssh2": "^1.13.0", - "typeorm": "^0.3.16", + "typeorm": "0.3.16", "node-forge": "^1.3.1", "uuid": "^9.0.0", "vts": "git+https://github.com/OpenSourcePKG/vts.git"