diff --git a/package.json b/package.json index 781db4c..87e96ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.5.3", + "version": "1.5.4", "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", "sideEffects": false, "main": "dist/face-api.node.js", @@ -52,15 +52,15 @@ "@tensorflow/tfjs-layers": "^3.9.0", "@tensorflow/tfjs-node": "^3.9.0", "@tensorflow/tfjs-node-gpu": "^3.9.0", - "@types/node": "^16.9.2", - "@typescript-eslint/eslint-plugin": "^4.31.1", - "@typescript-eslint/parser": "^4.31.1", - "@vladmandic/build": "^0.5.1", - "@vladmandic/pilogger": "^0.3.2", + "@types/node": "^16.10.1", + "@typescript-eslint/eslint-plugin": "^4.32.0", + "@typescript-eslint/parser": "^4.32.0", + "@vladmandic/build": "^0.5.3", + "@vladmandic/pilogger": "^0.3.3", "canvas": "^2.8.0", "chokidar": "^3.5.2", "dayjs": "^1.10.7", - "esbuild": "^0.12.28", + "esbuild": "^0.13.3", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2",