From 5db8dfbf59c25c82780c9653e99b83d36acc7330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 16:09:29 +0000 Subject: [PATCH] feat: upgrade pngjs from 3.4.0 to 7.0.0 Snyk has created this PR to upgrade pngjs from 3.4.0 to 7.0.0. See this package in npm: pngjs See this project in Snyk: https://app.snyk.io/org/okeamah/project/4d0b68ad-fe61-43e4-99f2-11eb5f2c9063?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f3e7828731..e71e5006d4f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@types/node": "^10.12.12", "chalk": "^2.4.1", - "pngjs": "^3.3.3", + "pngjs": "^7.0.0", "ts-lint": "^4.5.1", "ts-node": "^7.0.1", "typescript": "^3.2.2"