update dependency joi to v17.4.2 (#7117)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-02 10:00:39 -04:00
committed by GitHub
parent 0f46e7e2e1
commit fb0559c7c3
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -28893,9 +28893,9 @@
}
},
"node_modules/joi": {
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.1.tgz",
"integrity": "sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ==",
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz",
"integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==",
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
@@ -57861,7 +57861,7 @@
"dependencies": {
"express": "4.17.1",
"fs-extra": "10.0.0",
"joi": "17.4.1",
"joi": "17.4.2",
"knex-schema-inspector": "1.5.13",
"lodash": "4.17.21",
"vue": "3.1.5",
@@ -63055,7 +63055,7 @@
"requires": {
"express": "4.17.1",
"fs-extra": "10.0.0",
"joi": "17.4.1",
"joi": "17.4.2",
"knex-schema-inspector": "1.5.13",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
@@ -83951,9 +83951,9 @@
"integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
},
"joi": {
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.1.tgz",
"integrity": "sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ==",
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz",
"integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==",
"requires": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",

View File

@@ -43,7 +43,7 @@
"dependencies": {
"express": "4.17.1",
"fs-extra": "10.0.0",
"joi": "17.4.1",
"joi": "17.4.2",
"knex-schema-inspector": "1.5.13",
"lodash": "4.17.21",
"vue": "3.1.5",