chore(deps): update dependency joi to v17.7.1 (#49339)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-13 17:01:28 +05:30
committed by GitHub
parent ea7df4fb9a
commit 2b63eaa8bb
2 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"cross-env": "7.0.3",
"css": "3.0.0",
"invariant": "2.2.4",
"joi": "17.7.0",
"joi": "17.7.1",
"joi-objectid": "3.0.1",
"js-yaml": "4.0.0",
"jsdom": "16.7.0",
+25 -13
View File
@@ -654,7 +654,7 @@
"cross-env": "7.0.3",
"css": "3.0.0",
"invariant": "2.2.4",
"joi": "17.7.0",
"joi": "17.7.1",
"joi-objectid": "3.0.1",
"js-yaml": "4.0.0",
"jsdom": "16.7.0",
@@ -5490,8 +5490,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@sideway/formula": {
"version": "3.0.0",
"license": "BSD-3-Clause"
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
"integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
},
"node_modules/@sideway/pinpoint": {
"version": "2.0.0",
@@ -33267,13 +33268,14 @@
}
},
"node_modules/joi": {
"version": "17.7.0",
"license": "BSD-3-Clause",
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.1.tgz",
"integrity": "sha512-teoLhIvWE298R6AeJywcjR4sX2hHjB3/xJX4qPjg+gTg+c0mzUDsziYlqPmLomq9gVsfaMcgPaGc7VxtD/9StA==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
}
},
@@ -33284,11 +33286,13 @@
},
"node_modules/joi/node_modules/@hapi/hoek": {
"version": "9.3.0",
"license": "BSD-3-Clause"
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
"integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
},
"node_modules/joi/node_modules/@hapi/topo": {
"version": "5.1.0",
"license": "BSD-3-Clause",
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
"integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
"dependencies": {
"@hapi/hoek": "^9.0.0"
}
@@ -56470,7 +56474,7 @@
"cross-env": "7.0.3",
"css": "3.0.0",
"invariant": "2.2.4",
"joi": "17.7.0",
"joi": "17.7.1",
"joi-objectid": "3.0.1",
"js-yaml": "4.0.0",
"jsdom": "16.7.0",
@@ -58064,7 +58068,9 @@
}
},
"@sideway/formula": {
"version": "3.0.0"
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
"integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
},
"@sideway/pinpoint": {
"version": "2.0.0"
@@ -77315,20 +77321,26 @@
"version": "0.15.0"
},
"joi": {
"version": "17.7.0",
"version": "17.7.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.7.1.tgz",
"integrity": "sha512-teoLhIvWE298R6AeJywcjR4sX2hHjB3/xJX4qPjg+gTg+c0mzUDsziYlqPmLomq9gVsfaMcgPaGc7VxtD/9StA==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
},
"dependencies": {
"@hapi/hoek": {
"version": "9.3.0"
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
"integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
},
"@hapi/topo": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
"integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
"requires": {
"@hapi/hoek": "^9.0.0"
}