|
1 | 1 | {
|
2 | 2 | "name": "@vladmandic/face-api",
|
3 |
| - "version": "1.6.4", |
| 3 | + "version": "1.6.5", |
4 | 4 | "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
|
5 | 5 | "sideEffects": false,
|
6 | 6 | "main": "dist/face-api.node.js",
|
|
55 | 55 | "@tensorflow/tfjs-layers": "^3.13.0",
|
56 | 56 | "@tensorflow/tfjs-node": "^3.13.0",
|
57 | 57 | "@tensorflow/tfjs-node-gpu": "^3.13.0",
|
58 |
| - "@types/node": "^17.0.8", |
| 58 | + "@types/node": "^17.0.15", |
59 | 59 | "@types/offscreencanvas": "^2019.6.4",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.9.1", |
61 |
| - "@typescript-eslint/parser": "^5.9.1", |
62 |
| - "@vladmandic/build": "^0.6.7", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.10.2", |
| 61 | + "@typescript-eslint/parser": "^5.10.2", |
| 62 | + "@vladmandic/build": "^0.6.9", |
63 | 63 | "@vladmandic/pilogger": "^0.4.2",
|
64 | 64 | "@vladmandic/tfjs": "github:vladmandic/tfjs",
|
65 |
| - "canvas": "^2.8.0", |
66 |
| - "chokidar": "^3.5.2", |
| 65 | + "canvas": "^2.9.0", |
| 66 | + "chokidar": "^3.5.3", |
67 | 67 | "dayjs": "^1.10.7",
|
68 |
| - "esbuild": "^0.14.11", |
69 |
| - "eslint": "^8.6.0", |
| 68 | + "esbuild": "^0.14.19", |
| 69 | + "eslint": "^8.8.0", |
70 | 70 | "eslint-config-airbnb-base": "^15.0.0",
|
71 | 71 | "eslint-plugin-import": "^2.25.4",
|
72 | 72 | "eslint-plugin-json": "^3.1.0",
|
73 | 73 | "eslint-plugin-node": "^11.1.0",
|
74 | 74 | "eslint-plugin-promise": "^6.0.0",
|
75 |
| - "node-fetch": "^3.1.0", |
| 75 | + "node-fetch": "^3.2.0", |
76 | 76 | "rimraf": "^3.0.2",
|
77 | 77 | "seedrandom": "^3.0.5",
|
78 |
| - "simple-git": "^2.48.0", |
| 78 | + "simple-git": "^3.1.1", |
79 | 79 | "tslib": "^2.3.1",
|
80 |
| - "typedoc": "^0.22.10", |
81 |
| - "typescript": "4.5.4" |
| 80 | + "typedoc": "^0.22.11", |
| 81 | + "typescript": "4.5.5" |
82 | 82 | }
|
83 | 83 | }
|
0 commit comments