fix(deps): update dependency tesseract.js to ^5.1.0
This commit is contained in:
parent
6f6333f094
commit
84528680df
2 changed files with 10 additions and 10 deletions
|
@ -113,7 +113,7 @@
|
||||||
"syslog-pro": "1.0.0",
|
"syslog-pro": "1.0.0",
|
||||||
"systeminformation": "5.22.7",
|
"systeminformation": "5.22.7",
|
||||||
"tar-stream": "^3.1.7",
|
"tar-stream": "^3.1.7",
|
||||||
"tesseract.js": "^5.0.5",
|
"tesseract.js": "^5.1.0",
|
||||||
"tinycolor2": "1.6.0",
|
"tinycolor2": "1.6.0",
|
||||||
"tmp": "0.2.3",
|
"tmp": "0.2.3",
|
||||||
"typeorm": "0.3.20",
|
"typeorm": "0.3.20",
|
||||||
|
|
|
@ -316,8 +316,8 @@ importers:
|
||||||
specifier: ^3.1.7
|
specifier: ^3.1.7
|
||||||
version: 3.1.7
|
version: 3.1.7
|
||||||
tesseract.js:
|
tesseract.js:
|
||||||
specifier: ^5.0.5
|
specifier: ^5.1.0
|
||||||
version: 5.0.5
|
version: 5.1.0
|
||||||
tinycolor2:
|
tinycolor2:
|
||||||
specifier: 1.6.0
|
specifier: 1.6.0
|
||||||
version: 1.6.0
|
version: 1.6.0
|
||||||
|
@ -7712,11 +7712,11 @@ packages:
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
tesseract.js-core@5.0.0:
|
tesseract.js-core@5.1.0:
|
||||||
resolution: {integrity: sha512-lJur5LzjinW5VYMKlVNnBU2JPLpO+A9VqAYBeuV+ZgH0hKvsnm+536Yyp+/zRTBdLe7D6Kok0FN9g+TE4J8qGA==}
|
resolution: {integrity: sha512-D4gc5ET1DF/sDayF/eVmHgVGo7nqVC2e3d7uVgVOSAk4NOcmUqvJRTj8etqEmI/2390ZkXCRiDMxTD1RFYyp1g==}
|
||||||
|
|
||||||
tesseract.js@5.0.5:
|
tesseract.js@5.1.0:
|
||||||
resolution: {integrity: sha512-xtTfec4IynE63sl6kAFkGl1mejlNxr9qQXzVGAUHd7IPdQXveopjGO9Eph6xkSuW5sUCC9AT6VdBmODh8ZymGg==}
|
resolution: {integrity: sha512-2fH9pqWdS2C6ue/3OoGg91Wtv7Rt/1atYu/g0Q1SGFrowEW/kIBkG361hLienHsWe4KWEjxOJBrCQYpIBWG6WA==}
|
||||||
|
|
||||||
test-exclude@6.0.0:
|
test-exclude@6.0.0:
|
||||||
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
||||||
|
@ -16465,9 +16465,9 @@ snapshots:
|
||||||
commander: 2.20.3
|
commander: 2.20.3
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
|
|
||||||
tesseract.js-core@5.0.0: {}
|
tesseract.js-core@5.1.0: {}
|
||||||
|
|
||||||
tesseract.js@5.0.5:
|
tesseract.js@5.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
bmp-js: 0.1.0
|
bmp-js: 0.1.0
|
||||||
idb-keyval: 6.2.1
|
idb-keyval: 6.2.1
|
||||||
|
@ -16476,7 +16476,7 @@ snapshots:
|
||||||
node-fetch: 2.6.12
|
node-fetch: 2.6.12
|
||||||
opencollective-postinstall: 2.0.3
|
opencollective-postinstall: 2.0.3
|
||||||
regenerator-runtime: 0.13.11
|
regenerator-runtime: 0.13.11
|
||||||
tesseract.js-core: 5.0.0
|
tesseract.js-core: 5.1.0
|
||||||
wasm-feature-detect: 1.5.1
|
wasm-feature-detect: 1.5.1
|
||||||
zlibjs: 0.3.1
|
zlibjs: 0.3.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|
Loading…
Reference in a new issue