Update jsqr to version 1.3.1 (#185)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot]
2020-05-02 17:56:43 -04:00
committed by GitHub
parent bcd02aa5e4
commit e528e8c50e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "whatsapp-web.js", "name": "whatsapp-web.js",
"version": "1.4.0-post", "version": "1.5.1-post",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -868,9 +868,9 @@
"dev": true "dev": true
}, },
"jsqr": { "jsqr": {
"version": "1.2.0", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/jsqr/-/jsqr-1.2.0.tgz", "resolved": "https://registry.npmjs.org/jsqr/-/jsqr-1.3.1.tgz",
"integrity": "sha512-wKcQS9QC2VHGk7aphWCp1RrFyC0CM6fMgC5prZZ2KV/Lk6OKNoCod9IR6bao+yx3KPY0gZFC5dc+h+KFzCI0Wg==" "integrity": "sha512-zCTP6Qd/WwjrpuHFkJuXc5opRdKprUr7eI7+JCCtcetThJt45qptu82MWQ+eET+FtDrMo7+BYjo3iD0XIq1L9Q=="
}, },
"klaw": { "klaw": {
"version": "3.0.0", "version": "3.0.0",

View File

@@ -27,7 +27,7 @@
"homepage": "https://github.com/pedroslopez/whatsapp-web.js#readme", "homepage": "https://github.com/pedroslopez/whatsapp-web.js#readme",
"dependencies": { "dependencies": {
"@pedroslopez/moduleraid": "^4.1.0", "@pedroslopez/moduleraid": "^4.1.0",
"jsqr": "^1.2.0", "jsqr": "^1.3.1",
"puppeteer": "^2.1.1" "puppeteer": "^2.1.1"
}, },
"devDependencies": { "devDependencies": {