From ff5b9a89f874b5ebe1fba915d7311d36e9f899ad Mon Sep 17 00:00:00 2001 From: Stian Jensen Date: Tue, 9 Jan 2024 18:41:20 +0100 Subject: [PATCH] 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. --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 202035f8..983b1675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5162,9 +5162,9 @@ } }, "pngjs": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", - "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz", + "integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==" }, "prelude-ls": { "version": "1.2.1", diff --git a/package.json b/package.json index 6e97c936..25efc2e7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "dijkstrajs": "^1.0.1", - "pngjs": "^5.0.0", + "pngjs": "^6.0.0", "yargs": "^15.3.1" }, "devDependencies": { @@ -65,7 +65,7 @@ "url": "git://github.com/soldair/node-qrcode.git" }, "engines": { - "node": ">=10.13.0" + "node": ">=12.13.0" }, "standard": { "ignore": [