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

Merge pull request #1358 from naturalcrit/dependabot/npm_and_yarn/codemirror-5.61.1

Bump codemirror from 5.61.0 to 5.61.1
This commit is contained in:
Trevor Buckner
2021-05-28 12:55:29 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2598,9 +2598,9 @@
}
},
"codemirror": {
"version": "5.61.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.61.0.tgz",
"integrity": "sha512-D3wYH90tYY1BsKlUe0oNj2JAhQ9TepkD51auk3N7q+4uz7A/cgJ5JsWHreT0PqieW1QhOuqxQ2reCXV1YXzecg=="
"version": "5.61.1",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.61.1.tgz",
"integrity": "sha512-+D1NZjAucuzE93vJGbAaXzvoBHwp9nJZWWWF9utjv25+5AZUiah6CIlfb4ikG4MoDsFsCG8niiJH5++OO2LgIQ=="
},
"collection-visit": {
"version": "1.0.0",

View File

@@ -45,7 +45,7 @@
"@babel/preset-react": "^7.13.13",
"body-parser": "^1.19.0",
"classnames": "^2.3.1",
"codemirror": "^5.61.0",
"codemirror": "^5.61.1",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.9.0",