Skip to content

Commit df7eeae

Browse files
Bump classnames from 2.2.6 to 2.3.0
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](JedWatson/classnames@v2.2.6...v2.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f5830bf commit df7eeae

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

package-lock.json

+8-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"bowser": "^2.11.0",
8-
"classnames": "^2.2.6",
8+
"classnames": "^2.3.0",
99
"next": "^10.1.3",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,16 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
389389
inherits "^2.0.1"
390390
safe-buffer "^5.0.1"
391391

392-
[email protected], classnames@^2.2.6:
392+
393393
version "2.2.6"
394394
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
395395
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
396396

397+
classnames@^2.3.0:
398+
version "2.3.0"
399+
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.0.tgz#19524334bad47ccd99793936b67f9be0860fe835"
400+
integrity sha512-UUf/S3eeczXBjHPpSnrZ1ZyxH3KmLW8nVYFUWIZA/dixYMIQr7l94yYKxaAkmPk7HO9dlT6gFqAPZC02tTdfQw==
401+
397402
color-convert@^1.9.0:
398403
version "1.9.3"
399404
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"

0 commit comments

Comments
 (0)