From d5d1f2d70ff0d0f56d693e055331463e52cb5403 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jul 2023 17:47:34 +0000 Subject: [PATCH] fix: upgrade known-css-properties from 0.15.0 to 0.27.0 Snyk has created this PR to upgrade known-css-properties from 0.15.0 to 0.27.0. See this package in npm: https://www.npmjs.com/package/known-css-properties See this project in Snyk: https://app.snyk.io/org/signalnoise/project/1df8f6ac-bad1-43ff-85b3-5a4a84676a9b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b0919c494..7b81cf951c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ignore": "^5.0.6", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", - "known-css-properties": "^0.15.0", + "known-css-properties": "^0.27.0", "leven": "^3.1.0", "lodash": "^4.17.14", "log-symbols": "^3.0.0",