From 35e02b18421ef728970dad9d0b540db53bb14888 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 17:56:47 +0000 Subject: [PATCH] fix: upgrade bplist-parser from 0.0.6 to 0.3.2 Snyk has created this PR to upgrade bplist-parser from 0.0.6 to 0.3.2. See this package in npm: https://www.npmjs.com/package/bplist-parser See this project in Snyk: https://app.snyk.io/org/shadow0ps/project/df1d2c4c-149b-430f-90c2-47fd513bd6ff?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 5f007c6..bb3b351 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "async": "^2.0.1", "bluetooth-hci-socket" : "^0.4.3", - "bplist-parser": "^0.0.6", + "bplist-parser": "^0.3.2", "colors": "^1.1.2", "debug": "^2.6.9", "env2": "^2.1.0",