From f9b0475aa55da79592642789149700ffa6aa8864 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 06:29:31 +0000 Subject: [PATCH] fix: upgrade classnames from 2.3.2 to 2.5.1 Snyk has created this PR to upgrade classnames from 2.3.2 to 2.5.1. See this package in npm: classnames See this project in Snyk: https://app.snyk.io/org/lazurus.kilix/project/7d46b702-dae3-4302-9f48-fe84bffdbe6b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1358354..e2c3946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "next": "14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -1025,9 +1025,10 @@ } }, "node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", + "license": "MIT" }, "node_modules/client-only": { "version": "0.0.1", diff --git a/package.json b/package.json index 3246610..d1faa71 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.1", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "next": "14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0",