From 4db301f7498732432e17f39d976da98f7b3430dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 09:02:58 +0000 Subject: [PATCH] chore:(deps): bump classnames from 2.2.6 to 2.3.0 in /explorer (#16298) Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.6 to 2.3.0. - [Release notes](https://github.com/JedWatson/classnames/releases) - [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.2.6...v2.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 8b3e2c6c12..d9677c14b8 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -5354,9 +5354,9 @@ } }, "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.0.tgz", + "integrity": "sha512-UUf/S3eeczXBjHPpSnrZ1ZyxH3KmLW8nVYFUWIZA/dixYMIQr7l94yYKxaAkmPk7HO9dlT6gFqAPZC02tTdfQw==" }, "clean-css": { "version": "4.2.3", diff --git a/explorer/package.json b/explorer/package.json index 1e37236626..b5a3d764f0 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -29,7 +29,7 @@ "bs58": "^4.0.1", "chai": "^4.3.4", "chart.js": "^2.9.4", - "classnames": "2.2.6", + "classnames": "2.3.0", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.2", "humanize-duration-ts": "^2.1.1",