Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit fcf61e5

Browse files
committed
1.6.5
1 parent 8c7e21b commit fcf61e5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vladmandic/face-api",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
55
"sideEffects": false,
66
"main": "dist/face-api.node.js",
@@ -55,29 +55,29 @@
5555
"@tensorflow/tfjs-layers": "^3.13.0",
5656
"@tensorflow/tfjs-node": "^3.13.0",
5757
"@tensorflow/tfjs-node-gpu": "^3.13.0",
58-
"@types/node": "^17.0.8",
58+
"@types/node": "^17.0.15",
5959
"@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",
6363
"@vladmandic/pilogger": "^0.4.2",
6464
"@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",
6767
"dayjs": "^1.10.7",
68-
"esbuild": "^0.14.11",
69-
"eslint": "^8.6.0",
68+
"esbuild": "^0.14.19",
69+
"eslint": "^8.8.0",
7070
"eslint-config-airbnb-base": "^15.0.0",
7171
"eslint-plugin-import": "^2.25.4",
7272
"eslint-plugin-json": "^3.1.0",
7373
"eslint-plugin-node": "^11.1.0",
7474
"eslint-plugin-promise": "^6.0.0",
75-
"node-fetch": "^3.1.0",
75+
"node-fetch": "^3.2.0",
7676
"rimraf": "^3.0.2",
7777
"seedrandom": "^3.0.5",
78-
"simple-git": "^2.48.0",
78+
"simple-git": "^3.1.1",
7979
"tslib": "^2.3.1",
80-
"typedoc": "^0.22.10",
81-
"typescript": "4.5.4"
80+
"typedoc": "^0.22.11",
81+
"typescript": "4.5.5"
8282
}
8383
}

0 commit comments

Comments
 (0)