mirror of https://github.com/Seich/Beau.git
Update joi to the latest version 🚀 (#47)
* fix(package): update joi to version 14.0.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
parent
379395bcbd
commit
865d7976fe
|
|
@ -3241,9 +3241,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"hoek": {
|
"hoek": {
|
||||||
"version": "5.0.3",
|
"version": "5.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz",
|
||||||
"integrity": "sha512-Bmr56pxML1c9kU+NS51SMFkiVQAb+9uFfXwyqR2tn4w2FPvmPt65eZ9aCcEfRXd9G74HkZnILC6p967pED4aiw=="
|
"integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w=="
|
||||||
},
|
},
|
||||||
"home-or-tmp": {
|
"home-or-tmp": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
|
@ -4349,9 +4349,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"joi": {
|
"joi": {
|
||||||
"version": "13.4.0",
|
"version": "14.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/joi/-/joi-13.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/joi/-/joi-14.0.0.tgz",
|
||||||
"integrity": "sha512-JuK4GjEu6j7zr9FuVe2MAseZ6si/8/HaY0qMAejfDFHp7jcH4OKE937mIHM5VT4xDS0q7lpQbszbxKV9rm0yUg==",
|
"integrity": "sha512-jEu+bPFcsgdPr85hVyjb5D5grxLEZniT6AB1vjewrRDbuYxe2r5quyxs3E32dF8fCXcaJnlRSy4jehSpDuNMNg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"hoek": "5.x.x",
|
"hoek": "5.x.x",
|
||||||
"isemail": "3.x.x",
|
"isemail": "3.x.x",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"dotenv": "^6.0.0",
|
"dotenv": "^6.0.0",
|
||||||
"globby": "^8.0.1",
|
"globby": "^8.0.1",
|
||||||
"is-plain-object": "^2.0.4",
|
"is-plain-object": "^2.0.4",
|
||||||
"joi": "^13.4.0",
|
"joi": "^14.0.0",
|
||||||
"js-yaml": "^3.12.0",
|
"js-yaml": "^3.12.0",
|
||||||
"jsome": "^2.5.0",
|
"jsome": "^2.5.0",
|
||||||
"request": "^2.87.0",
|
"request": "^2.87.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue