From 0921e5e135fc1596fad1ada92ec0dcd9da46ac7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 23:15:54 +0530 Subject: [PATCH] chore(deps): update dependency joi to v17.5.0 (#44344) Co-authored-by: Renovate Bot --- curriculum/package.json | 2 +- package-lock.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/curriculum/package.json b/curriculum/package.json index 04c5b7bdd1..051c81c55d 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -47,7 +47,7 @@ "css": "3.0.0", "gulp": "4.0.2", "invariant": "2.2.4", - "joi": "17.4.2", + "joi": "17.5.0", "joi-objectid": "3.0.1", "js-yaml": "4.0.0", "jsdom": "16.7.0", diff --git a/package-lock.json b/package-lock.json index 658b5db8c8..bebb006543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -434,7 +434,7 @@ "css": "3.0.0", "gulp": "4.0.2", "invariant": "2.2.4", - "joi": "17.4.2", + "joi": "17.5.0", "joi-objectid": "3.0.1", "js-yaml": "4.0.0", "jsdom": "16.7.0", @@ -35393,13 +35393,13 @@ } }, "node_modules/joi": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz", - "integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.5.0.tgz", + "integrity": "sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw==", "dependencies": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.0", + "@sideway/address": "^4.1.3", "@sideway/formula": "^3.0.0", "@sideway/pinpoint": "^2.0.0" } @@ -58044,7 +58044,7 @@ "css": "3.0.0", "gulp": "4.0.2", "invariant": "2.2.4", - "joi": "17.4.2", + "joi": "17.5.0", "joi-objectid": "3.0.1", "js-yaml": "4.0.0", "jsdom": "16.7.0", @@ -83592,13 +83592,13 @@ "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" }, "joi": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz", - "integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.5.0.tgz", + "integrity": "sha512-R7hR50COp7StzLnDi4ywOXHrBrgNXuUUfJWIR5lPY5Bm/pOD3jZaTwpluUXVLRWcoWZxkrHBBJ5hLxgnlehbdw==", "requires": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.0", + "@sideway/address": "^4.1.3", "@sideway/formula": "^3.0.0", "@sideway/pinpoint": "^2.0.0" },