diff --git a/services/app-api/package-lock.json b/services/app-api/package-lock.json index c93cdca26..37b113bc6 100644 --- a/services/app-api/package-lock.json +++ b/services/app-api/package-lock.json @@ -13,7 +13,7 @@ "cmscommonlib": "file:../common", "date-fns": "^2.16.1", "dynamodb-local": "^0.0.32", - "joi": "^17.4.0", + "joi": "^17.13.3", "luxon": "^1.25.0", "serverless-dynamodb-local": "^0.2.39", "uuid": "^7.0.3" @@ -6471,9 +6471,10 @@ } }, "node_modules/@sideway/address": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", - "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", + "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", + "license": "BSD-3-Clause", "dependencies": { "@hapi/hoek": "^9.0.0" } @@ -15375,13 +15376,14 @@ } }, "node_modules/joi": { - "version": "17.11.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.11.0.tgz", - "integrity": "sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==", - "dependencies": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", + "version": "17.13.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^9.3.0", + "@hapi/topo": "^5.1.0", + "@sideway/address": "^4.1.5", "@sideway/formula": "^3.0.1", "@sideway/pinpoint": "^2.0.0" } diff --git a/services/app-api/package.json b/services/app-api/package.json index 8c91d0120..26b08519b 100644 --- a/services/app-api/package.json +++ b/services/app-api/package.json @@ -32,7 +32,7 @@ "cmscommonlib": "file:../common", "date-fns": "^2.16.1", "dynamodb-local": "^0.0.32", - "joi": "^17.4.0", + "joi": "^17.13.3", "luxon": "^1.25.0", "serverless-dynamodb-local": "^0.2.39", "uuid": "^7.0.3"