From 319837341fc4b9efd1675daddaed9f6e31b55b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 17:05:33 -0500 Subject: [PATCH] fix(deps): update dependency string2compact to ^1.3.2 (#38) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb5967e..76fa7f1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "bencode": "^2.0.2", "compact2string": "^1.4.1", - "string2compact": "^1.3.0" + "string2compact": "^1.3.2" }, "devDependencies": { "@webtorrent/semantic-release-config": "1.0.5",