From 5f960dfd5b8de5884891705024f5f18d1e6e073e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:50:51 +0000 Subject: [PATCH] build(deps): bump classnames from 2.3.2 to 2.5.1 in /dashboard Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1. - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.5.1) --- updated-dependencies: - dependency-name: classnames dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 534a2a8f2..af6581e5e 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -13,7 +13,7 @@ "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6", "chart.js": "^4.2.1", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "cytoscape": "^3.28.1", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-node-html-label": "^1.2.2", @@ -10165,9 +10165,9 @@ "dev": true }, "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==" }, "node_modules/clean-css": { "version": "5.3.3", diff --git a/dashboard/package.json b/dashboard/package.json index 3400c3524..60c8e1a20 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -23,7 +23,7 @@ "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6", "chart.js": "^4.2.1", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "cytoscape": "^3.28.1", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-node-html-label": "^1.2.2",