@getyoti/react-face-capture 2.0.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,7 +215,7 @@ SOFTWARE.
215
215
 
216
216
 
217
217
  Name: axios
218
- Version: 1.6.2
218
+ Version: 1.6.5
219
219
  License: MIT
220
220
  Private: false
221
221
  Description: Promise based HTTP client for the browser and node.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getyoti/react-face-capture",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "Face capture module to collect picture and data for Yoti AI API",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@lingui/react": "4.1.2",
11
11
  "@xstate/react": "3.2.2",
12
- "axios": "1.6.2",
12
+ "axios": "1.6.5",
13
13
  "classnames": "2.2.6",
14
14
  "face-api.js": "0.22.0",
15
15
  "prop-types": "15.7.2",