From 82a4794c8e5f819b383ebda01ac506e0b866caad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 08:31:54 +0000 Subject: [PATCH] fix: assets/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/package.json b/assets/package.json index 5b056424f..093a262ed 100644 --- a/assets/package.json +++ b/assets/package.json @@ -26,7 +26,7 @@ "phoenix_html": "file:../deps/phoenix_html", "phoenix_live_view": "file:../deps/phoenix_live_view", "popper.js": "^1.14.7", - "postcss": "8.4.32", + "postcss": "8.5.0", "query-string": "^6.13.2", "quill": "^1.3.7", "quill-delta-to-html": "^0.11.0",