From 9445747b8fbaa31a18f063057cb41d6dbd559d65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Nov 2022 07:16:05 +0000 Subject: [PATCH] fix: upgrade classnames from 2.3.1 to 2.3.2 Snyk has created this PR to upgrade classnames from 2.3.1 to 2.3.2. See this package in npm: https://www.npmjs.com/package/classnames See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/449c2fdb-5464-453d-9fd0-f841cf8640ac?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-strapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-strapi/package.json b/examples/cms-strapi/package.json index 857f104e515f8..aeac2e551ccce 100644 --- a/examples/cms-strapi/package.json +++ b/examples/cms-strapi/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "classnames": "2.3.1", + "classnames": "2.3.2", "date-fns": "2.28.0", "next": "latest", "react": "^18.2.0",