From f27c8a460d583c1daeeb3c0fc47d2454a6a7fffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:15:24 +0000 Subject: [PATCH] chore(deps): bump classnames from 2.3.2 to 2.5.1 in /site 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] --- site/package-lock.json | 14 +++++++------- site/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 9c86e312b..0abbd7201 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -12,7 +12,7 @@ "@docusaurus/plugin-content-pages": "^2.4.3", "@docusaurus/plugin-google-analytics": "^2.4.3", "@docusaurus/theme-classic": "^2.4.3", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "common-tags": "^1.8.2", "gzip-size": "^6.0.0", "js-beautify": "^1.14.9", @@ -4401,9 +4401,9 @@ "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" }, "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.1", @@ -15632,9 +15632,9 @@ "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" }, "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==" }, "clean-css": { "version": "5.3.1", diff --git a/site/package.json b/site/package.json index b476d0da4..2193712d7 100644 --- a/site/package.json +++ b/site/package.json @@ -16,7 +16,7 @@ "@docusaurus/plugin-content-pages": "^2.4.3", "@docusaurus/plugin-google-analytics": "^2.4.3", "@docusaurus/theme-classic": "^2.4.3", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "common-tags": "^1.8.2", "gzip-size": "^6.0.0", "js-beautify": "^1.14.9",