pull/34/head
Vladimir Mandic 2021-01-22 08:12:59 -05:00
parent 72d2c66372
commit 96597856aa
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -511,9 +511,9 @@
} }
}, },
"@vladmandic/pilogger": { "@vladmandic/pilogger": {
"version": "0.2.11", "version": "0.2.12",
"resolved": "https://registry.npmjs.org/@vladmandic/pilogger/-/pilogger-0.2.11.tgz", "resolved": "https://registry.npmjs.org/@vladmandic/pilogger/-/pilogger-0.2.12.tgz",
"integrity": "sha512-dW/hBHUaHMZyeDuWPqaKXkRUR3jiedpO7FEL4CoWtEV/Y8g5i0zQGWsodQNRlcqcVY4U31JC+46YhPtTwdsDVw==" "integrity": "sha512-dnr1ZKqBZltvMC9SkFLz0MWlH2FlkL1aBu1P1DkiGwaY/QRvsL6RbPExScny2a++Z+ibGE8yUazKY0pMYHFcBA=="
}, },
"abbrev": { "abbrev": {
"version": "1.1.1", "version": "1.1.1",
@ -964,9 +964,9 @@
} }
}, },
"esbuild": { "esbuild": {
"version": "0.8.33", "version": "0.8.34",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.8.33.tgz", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.8.34.tgz",
"integrity": "sha512-2ms/P6Y9zJfopR9dKo2vHzhXKfGSNlquVVoVOF8YnhjuzZVrvManMVBPadBsR/t7jzIkRnwqvxrs7d4f3C3eyg==", "integrity": "sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ==",
"dev": true "dev": true
}, },
"escalade": { "escalade": {

View File

@ -38,7 +38,7 @@
}, },
"homepage": "https://github.com/vladmandic/face-api#readme", "homepage": "https://github.com/vladmandic/face-api#readme",
"dependencies": { "dependencies": {
"@vladmandic/pilogger": "^0.2.11" "@vladmandic/pilogger": "^0.2.12"
}, },
"devDependencies": { "devDependencies": {
"@tensorflow/tfjs": "^2.8.5", "@tensorflow/tfjs": "^2.8.5",
@ -49,7 +49,7 @@
"@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0", "@typescript-eslint/parser": "^4.14.0",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"esbuild": "^0.8.33", "esbuild": "^0.8.34",
"eslint": "^7.18.0", "eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",