0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 05:02:43 +00:00

Bump classnames from 2.2.5 to 2.2.6

Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.5 to 2.2.6.
- [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.5...v2.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-03 18:06:54 +00:00
committed by Trevor Buckner
parent debe58ff0b
commit 5fce35edd7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1626,9 +1626,9 @@
}
},
"classnames": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.5.tgz",
"integrity": "sha1-+zgB1FNGdknvNgPH1hoCvRKb3m0="
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
"integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
},
"cli-boxes": {
"version": "1.0.0",

View File

@@ -39,7 +39,7 @@
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.14.2",
"classnames": "^2.2.0",
"classnames": "^2.2.6",
"codemirror": "^5.22.0",
"cookie-parser": "^1.4.3",
"create-react-class": "^15.6.3",