This commit is contained in:
antelle 2020-09-12 12:23:51 +02:00
parent eb86603b47
commit 7140a2d894
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 10 additions and 1 deletions

11
package-lock.json generated
View File

@ -5963,7 +5963,11 @@
},
"dot-prop": {
"version": "4.2.0",
"resolved": ""
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
"integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
"requires": {
"is-obj": "^1.0.0"
}
},
"dotenv": {
"version": "8.2.0",
@ -10232,6 +10236,11 @@
"kind-of": "^3.0.2"
}
},
"is-obj": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
},
"is-path-cwd": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",