From a6316e0379598e8d27a577b7805c3c22a0e6ec69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 18:24:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 279f8c5..46b9f6a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clsx": "^2.0.0", "docusaurus-plugin-image-zoom": "^1.0.1", "docusaurus-tailwindcss-loader": "file:plugins/docusaurus-tailwindcss-loader", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.1.1", "prism-react-renderer": "^2.0.6",