Fix pngjs install
This commit is contained in:
parent
cfc89c40f9
commit
3fb2c983e0
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -25,7 +25,7 @@
|
|||
"minimist": "^1.2.8",
|
||||
"mixin-deep": "github:cloudrac3r/mixin-deep#v3.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"pngjs": "github:cloudrac3r/pngjs#v7.0.1",
|
||||
"pngjs": "github:cloudrac3r/pngjs#v7.0.2",
|
||||
"prettier-bytes": "^1.0.4",
|
||||
"sharp": "^0.32.6",
|
||||
"snowtransfer": "^0.9.0",
|
||||
|
@ -2415,8 +2415,8 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pngjs": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "git+ssh://git@github.com/cloudrac3r/pngjs.git#55ad02b641a4a4de5cbe00329e8bca600b5bfa3b",
|
||||
"version": "7.0.2",
|
||||
"resolved": "git+ssh://git@github.com/cloudrac3r/pngjs.git#0295be509ed56dcf2f1d11b3af0b3108ad699dfe",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.19.0"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"minimist": "^1.2.8",
|
||||
"mixin-deep": "github:cloudrac3r/mixin-deep#v3.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"pngjs": "github:cloudrac3r/pngjs#v7.0.1",
|
||||
"pngjs": "github:cloudrac3r/pngjs#v7.0.2",
|
||||
"prettier-bytes": "^1.0.4",
|
||||
"sharp": "^0.32.6",
|
||||
"snowtransfer": "^0.9.0",
|
||||
|
|
Loading…
Reference in a new issue