From 96c83bb966faa01d5110a49920038148f17d6681 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 15:24:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33a0916..35850bf 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ }, "license": "MIT", "dependencies": { - "twing": "^4.0.0" + "twing": "^5.1.5" } }