From 8da925782214920fa72542345aacafe2f2ab6b63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Dec 2023 02:12:01 +0000 Subject: [PATCH] fix: examples/advanced/custom-filters/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- examples/advanced/custom-filters/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/custom-filters/package.json b/examples/advanced/custom-filters/package.json index 28a191c6e..c2a760c9d 100644 --- a/examples/advanced/custom-filters/package.json +++ b/examples/advanced/custom-filters/package.json @@ -15,6 +15,6 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "style-dictionary": "3.8.0" + "style-dictionary": "3.9.1" } } \ No newline at end of file