From 44f1eabc79b848f45daffac21c5f7383424e893c Mon Sep 17 00:00:00 2001 From: Justin Baltazar <44256395+justinbaltazar@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:55:18 +0900 Subject: [PATCH] fix: upgrade `@adobe/css-tools` to `4.3.1` to address vulnerability (#532) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 737e310..71eda41 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "author": "Ernesto Garcia (http://gnapse.github.io)", "license": "MIT", "dependencies": { - "@adobe/css-tools": "^4.3.0", + "@adobe/css-tools": "^4.3.1", "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0",