0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Bump codemirror from 5.51.0 to 5.52.0

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.51.0 to 5.52.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.51.0...5.52.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-21 09:14:25 +00:00
committed by Trevor Buckner
parent b681edba23
commit 5d5c0b9773
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1750,9 +1750,9 @@
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
},
"codemirror": {
"version": "5.51.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.51.0.tgz",
"integrity": "sha512-vyuYYRv3eXL0SCuZA4spRFlKNzQAewHcipRQCOKgRy7VNAvZxTKzbItdbCl4S5AgPZ5g3WkHp+ibWQwv9TLG7Q=="
"version": "5.52.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.52.0.tgz",
"integrity": "sha512-K2UB6zjscrfME03HeRe/IuOmCeqNpw7PLKGHThYpLbZEuKf+ZoujJPhxZN4hHJS1O7QyzEsV7JJZGxuQWVaFCg=="
},
"collection-visit": {
"version": "1.0.0",

View File

@@ -40,7 +40,7 @@
"babel-preset-react": "^6.24.1",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"codemirror": "^5.51.0",
"codemirror": "^5.52.0",
"cookie-parser": "^1.4.4",
"create-react-class": "^15.6.3",
"express": "^4.17.1",