From 67d2f57792a7629e94ff1e38d8a8c3274d0731f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 16:21:08 +0000 Subject: [PATCH] fix: upgrade color from 4.2.0 to 4.2.3 Snyk has created this PR to upgrade color from 4.2.0 to 4.2.3. See this package in npm: https://www.npmjs.com/package/color See this project in Snyk: https://app.snyk.io/org/yamyam263/project/8a2e5afb-f660-4a72-a3ca-501d7067fe3d?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 95b674d..4b90433 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "webpack-dev-server": "^4.7.3" }, "dependencies": { - "color": "^4.2.0", + "color": "^4.2.3", "p5": "^1.4.0" } }