diff --git a/package-lock.json b/package-lock.json index 5a96fcf..bb65cf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "fs-extra": "^11.3.3", "helmet": "^8.1.0", "ioredis": "^5.10.1", - "joi": "^18.0.2", + "joi": "^18.2.1", "jsonwebtoken": "^9.0.3", "mariadb": "^3.4.5", "morgan": "^1.10.1", @@ -2438,9 +2438,9 @@ "license": "MIT" }, "node_modules/@standard-schema/spec": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz", - "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", "license": "MIT" }, "node_modules/@tsconfig/node10": { @@ -7036,9 +7036,9 @@ } }, "node_modules/joi": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.2.tgz", - "integrity": "sha512-RuCOQMIt78LWnktPoeBL0GErkNaJPTBGcYuyaBvUOQSpcpcLfWrHPPihYdOGbV5pam9VTWbeoF7TsGiHugcjGA==", + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.1.tgz", + "integrity": "sha512-2/OKlogiESf2Nh3TFCrRjrr9z1DRHeW0I+KReF67+4J0Ns+8hBtHRmoWAZ2OFU6I5+TWLEe6sVlSdXPjHm5UbQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/address": "^5.1.1", @@ -7047,7 +7047,7 @@ "@hapi/pinpoint": "^2.0.1", "@hapi/tlds": "^1.1.1", "@hapi/topo": "^6.0.2", - "@standard-schema/spec": "^1.0.0" + "@standard-schema/spec": "^1.1.0" }, "engines": { "node": ">= 20" diff --git a/package.json b/package.json index d31a33f..cd38c2c 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "fs-extra": "^11.3.3", "helmet": "^8.1.0", "ioredis": "^5.10.1", - "joi": "^18.0.2", + "joi": "^18.2.1", "jsonwebtoken": "^9.0.3", "mariadb": "^3.4.5", "morgan": "^1.10.1",