Bump jpeg-js from 0.3.4 to 0.4.0

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases)
- [Commits](https://github.com/eugeneware/jpeg-js/commits/v0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-27 15:53:05 +00:00 committed by GitHub
parent ef89654766
commit 2194ffdb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4705,9 +4705,9 @@
}
},
"jpeg-js": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.4.tgz",
"integrity": "sha512-6IzjQxvnlT8UlklNmDXIJMWxijULjqGrzgqc0OG7YadZdvm7KPQ1j0ehmQQHckgEWOfgpptzcnWgESovxudpTA==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.0.tgz",
"integrity": "sha512-960VHmtN1vTpasX/1LupLohdP5odwAT7oK/VSm6mW0M58LbrBnowLAPWAZhWGhDAGjzbMnPXZxzB/QYgBwkN0w==",
"optional": true
},
"js-tokens": {

View File

@ -18,7 +18,7 @@
},
"optionalDependencies": {
"pi-spi": "^1.0.3",
"jpeg-js": "^0.3.4",
"jpeg-js": "^0.4.0",
"mjpeg-server": "^0.3.0"
},
"scripts": {