diff --git a/package.json b/package.json index 780ddae7..78a685f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.1.2", + "version": "2.1.3", "description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js", @@ -66,7 +66,7 @@ "@tensorflow/tfjs-layers": "^3.8.0", "@tensorflow/tfjs-node": "^3.8.0", "@tensorflow/tfjs-node-gpu": "^3.8.0", - "@types/node": "^16.4.14", + "@types/node": "^16.6.0", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "@vladmandic/pilogger": "^0.2.18", @@ -84,7 +84,7 @@ "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "simple-git": "^2.42.0", - "tslib": "^2.3.0", + "tslib": "^2.3.1", "typedoc": "0.21.5", "typescript": "4.3.5" }