From 18d1202acb255d5d7c20e8adbaa39cd788ffcc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:14:02 +0300 Subject: [PATCH] Bump classnames from 2.3.1 to 2.5.1 (#1035) Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.1 to 2.5.1. - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.1...v2.5.1) --- updated-dependencies: - dependency-name: classnames dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d2cb68c0..dd2952a8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@uiw/react-codemirror": "^4.21.13", "axios": "^1.6.0", "buffer": "^6.0.3", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "codemirror": "^5.65.4", "crypto-browserify": "^3.12.0", "dotenv": "^16.3.1", @@ -6085,9 +6085,9 @@ "dev": true }, "node_modules/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/clean-stack": { "version": "2.2.0", @@ -22373,9 +22373,9 @@ "dev": true }, "classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "clean-stack": { "version": "2.2.0", diff --git a/package.json b/package.json index bff0b668b..0df1d5e00 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@uiw/react-codemirror": "^4.21.13", "axios": "^1.6.0", "buffer": "^6.0.3", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "codemirror": "^5.65.4", "crypto-browserify": "^3.12.0", "dotenv": "^16.3.1",