From 1e0b8804ec207c36edd6b09d950c209bf34bc96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:30:04 +0000 Subject: [PATCH] Bump classnames from 2.3.1 to 2.3.2 Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/JedWatson/classnames/releases) - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: classnames dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140c76e..7cbd47f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "autoprefixer": "10.3.4", "babel-plugin-styled-components": "^2.0.2", - "classnames": "2.3.1", + "classnames": "2.3.2", "eslint": "7.32.0", "eslint-config-next": "11.1.2", "postcss": "8.3.6",