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