Update jdd to fix transparent png issue

This commit is contained in:
Kuba Orlik 2026-08-10 07:51:52 +02:00
parent 1af9c7f60a
commit 903bf2c016
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -38,7 +38,7 @@
"js-convert-case": "^4.2.0",
"koa-mount": "^4.2.0",
"koa-qs": "^3.0.0",
"koa-responsive-image-router": "^0.2.39",
"koa-responsive-image-router": "^0.2.40",
"koa-static": "^5.0.0",
"locreq": "^3.0.0",
"meilisearch": "^0.41.0",
@ -8120,9 +8120,9 @@
}
},
"node_modules/koa-responsive-image-router": {
"version": "0.2.39",
"resolved": "https://registry.npmjs.org/koa-responsive-image-router/-/koa-responsive-image-router-0.2.39.tgz",
"integrity": "sha512-umSlxGUChqcGQP28gnl3iz7jJEViWUJjWwgxnj3RywCwIxIlDdqHNe6Vw6bkim6sX3c4llfegn7WYRHQ0XiRlw==",
"version": "0.2.40",
"resolved": "https://registry.npmjs.org/koa-responsive-image-router/-/koa-responsive-image-router-0.2.40.tgz",
"integrity": "sha512-N9TFYGXc8904bzxgKWb7+ZUmu/lpIlfAyxZaODGS/RmQPzOAqfUS0MVuS2L+HetiGMVIPtEaBE4qY/9+Eb2pYQ==",
"dependencies": {
"@koa/router": "^10.0.0",
"@sealcode/ts-predicates": "^0.5.3",
@ -21052,9 +21052,9 @@
}
},
"koa-responsive-image-router": {
"version": "0.2.39",
"resolved": "https://registry.npmjs.org/koa-responsive-image-router/-/koa-responsive-image-router-0.2.39.tgz",
"integrity": "sha512-umSlxGUChqcGQP28gnl3iz7jJEViWUJjWwgxnj3RywCwIxIlDdqHNe6Vw6bkim6sX3c4llfegn7WYRHQ0XiRlw==",
"version": "0.2.40",
"resolved": "https://registry.npmjs.org/koa-responsive-image-router/-/koa-responsive-image-router-0.2.40.tgz",
"integrity": "sha512-N9TFYGXc8904bzxgKWb7+ZUmu/lpIlfAyxZaODGS/RmQPzOAqfUS0MVuS2L+HetiGMVIPtEaBE4qY/9+Eb2pYQ==",
"requires": {
"@koa/router": "^10.0.0",
"@sealcode/ts-predicates": "^0.5.3",

View File

@ -121,7 +121,7 @@
"js-convert-case": "^4.2.0",
"koa-mount": "^4.2.0",
"koa-qs": "^3.0.0",
"koa-responsive-image-router": "^0.2.39",
"koa-responsive-image-router": "^0.2.40",
"koa-static": "^5.0.0",
"locreq": "^3.0.0",
"meilisearch": "^0.41.0",