Skip to content

Commit 81baf5b

Browse files
committed
Update pngjs to 6.x
6.x of pngjs drops node 10 support, so it will require this library as well to update to at least the next LTS as minimum. Both node 10 and 12 have been out of support for several years, though, but perhaps this should be released in a new major version anyway.
1 parent 5876949 commit 81baf5b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"dijkstrajs": "^1.0.1",
4242
"encode-utf8": "^1.0.3",
43-
"pngjs": "^5.0.0",
43+
"pngjs": "^6.0.0",
4444
"yargs": "^15.3.1"
4545
},
4646
"devDependencies": {
@@ -66,7 +66,7 @@
6666
"url": "git://github.com/soldair/node-qrcode.git"
6767
},
6868
"engines": {
69-
"node": ">=10.13.0"
69+
"node": ">=12.13.0"
7070
},
7171
"standard": {
7272
"ignore": [

0 commit comments

Comments
 (0)