diff --git a/QualityControl/package-lock.json b/QualityControl/package-lock.json index 8bd1471b2..ce288efca 100644 --- a/QualityControl/package-lock.json +++ b/QualityControl/package-lock.json @@ -16,7 +16,7 @@ "license": "GPL-3.0", "dependencies": { "@aliceo2/web-ui": "2.9.0", - "joi": "18.0.0", + "joi": "18.1.1", "jsroot": "7.10.1", "kafkajs": "^2.2.4", "mariadb": "^3.5.1", @@ -1123,9 +1123,9 @@ } }, "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==", "inBundle": true, "license": "MIT" }, @@ -3923,9 +3923,9 @@ "license": "MIT" }, "node_modules/joi": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.0.tgz", - "integrity": "sha512-fpbpXN/TD04Xz1/cCXzUR3ghDkhyiHjbzTILx3wNyKXIzQJ55uYAkUGWwhX72uHge/6MdFA/kp1ZUh35DlYmaA==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.1.1.tgz", + "integrity": "sha512-pJkBiPtNo+o0h19LfSvUN46Y5zY+ck99AtHwch9n2HqVLNRgP0ZMyIH8FRMoP+HV8hy/+AG99dXFfwpf83iZfQ==", "inBundle": true, "license": "BSD-3-Clause", "dependencies": { @@ -3935,7 +3935,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/QualityControl/package.json b/QualityControl/package.json index f0f8ac7f6..aa9c85a0a 100644 --- a/QualityControl/package.json +++ b/QualityControl/package.json @@ -40,7 +40,7 @@ ], "dependencies": { "@aliceo2/web-ui": "2.9.0", - "joi": "18.0.0", + "joi": "18.1.1", "jsroot": "7.10.1", "kafkajs": "^2.2.4", "mariadb": "^3.5.1",