1
0
Fork 0
mirror of https://github.com/sexybiggetje/pixdisp.git synced 2024-11-22 19:11:03 +01:00

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": { "jpeg-js": {
"version": "0.3.4", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.4.tgz", "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.0.tgz",
"integrity": "sha512-6IzjQxvnlT8UlklNmDXIJMWxijULjqGrzgqc0OG7YadZdvm7KPQ1j0ehmQQHckgEWOfgpptzcnWgESovxudpTA==", "integrity": "sha512-960VHmtN1vTpasX/1LupLohdP5odwAT7oK/VSm6mW0M58LbrBnowLAPWAZhWGhDAGjzbMnPXZxzB/QYgBwkN0w==",
"optional": true "optional": true
}, },
"js-tokens": { "js-tokens": {

View file

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