Bump react-markdown-editor-lite from 1.3.1 to 1.3.2 (#382)

Bumps [react-markdown-editor-lite](https://github.com/HarryChen0506/react-markdown-editor-lite) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/HarryChen0506/react-markdown-editor-lite/releases)
- [Commits](https://github.com/HarryChen0506/react-markdown-editor-lite/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: react-markdown-editor-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-02 20:05:01 -08:00 committed by GitHub
parent 30de724ea1
commit 85aa28d867
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -23,7 +23,7 @@
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.1",
"react-markdown-editor-lite": "^1.3.1",
"react-markdown-editor-lite": "^1.3.2",
"sass": "^1.44.0",
"ua-parser-js": "^1.0.2"
},
@ -5613,9 +5613,9 @@
}
},
"node_modules/react-markdown-editor-lite": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz",
"integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.2.tgz",
"integrity": "sha512-pjtu+tpTjc2u4hauFozzbX7EQEnKCCfDCEAY4vnc0AXCPqdFwaoe7A/Fb3J8qwUIS1Ox5XVjeRWKt11FgrMdZA==",
"dependencies": {
"@babel/runtime": "^7.6.2",
"classnames": "^2.2.6",
@ -10784,9 +10784,9 @@
}
},
"react-markdown-editor-lite": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz",
"integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.2.tgz",
"integrity": "sha512-pjtu+tpTjc2u4hauFozzbX7EQEnKCCfDCEAY4vnc0AXCPqdFwaoe7A/Fb3J8qwUIS1Ox5XVjeRWKt11FgrMdZA==",
"requires": {
"@babel/runtime": "^7.6.2",
"classnames": "^2.2.6",

View File

@ -25,7 +25,7 @@
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.1",
"react-markdown-editor-lite": "^1.3.1",
"react-markdown-editor-lite": "^1.3.2",
"sass": "^1.44.0",
"ua-parser-js": "^1.0.2"
},