0

Bump markdown-it from 12.1.0 to 12.2.0 (#268)

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.1.0...12.2.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-08-12 23:33:00 -07:00 committed by GitHub
parent 59641661c1
commit b0f1a7d43c
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -13,7 +13,7 @@
"chartkick": "^4.0.5", "chartkick": "^4.0.5",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.23.0", "date-fns": "^2.23.0",
"markdown-it": "^12.1.0", "markdown-it": "^12.2.0",
"next": "^11.1.0", "next": "^11.1.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"rc-util": "^5.13.2", "rc-util": "^5.13.2",
@ -4633,9 +4633,9 @@
} }
}, },
"node_modules/markdown-it": { "node_modules/markdown-it": {
"version": "12.1.0", "version": "12.2.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz",
"integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==",
"dependencies": { "dependencies": {
"argparse": "^2.0.1", "argparse": "^2.0.1",
"entities": "~2.1.0", "entities": "~2.1.0",
@ -11660,9 +11660,9 @@
} }
}, },
"markdown-it": { "markdown-it": {
"version": "12.1.0", "version": "12.2.0",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz",
"integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==",
"requires": { "requires": {
"argparse": "^2.0.1", "argparse": "^2.0.1",
"entities": "~2.1.0", "entities": "~2.1.0",

View File

@ -15,7 +15,7 @@
"chartkick": "^4.0.5", "chartkick": "^4.0.5",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.23.0", "date-fns": "^2.23.0",
"markdown-it": "^12.1.0", "markdown-it": "^12.2.0",
"next": "^11.1.0", "next": "^11.1.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"rc-util": "^5.13.2", "rc-util": "^5.13.2",