Bump @types/markdown-it from 12.0.1 to 12.0.2 (#210)

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  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-06-07 22:33:06 -07:00 committed by GitHub
parent b8b8228038
commit 8329ce3be9
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View file

@ -298,15 +298,15 @@
"dev": true
},
"@types/linkify-it": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.0.tgz",
"integrity": "sha512-x9OaQQTb1N2hPZ/LWJsqushexDvz7NgzuZxiRmZio44WPuolTZNHDBCrOxCzRVOMwamJRO2dWax5NbygOf1OTQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.1.tgz",
"integrity": "sha512-pQv3Sygwxxh6jYQzXaiyWDAHevJqWtqDUv6t11Sa9CPGiXny66II7Pl6PR8QO5OVysD6HYOkHMeBgIjLnk9SkQ==",
"dev": true
},
"@types/markdown-it": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.0.1.tgz",
"integrity": "sha512-mHfT8j/XkPb1uLEfs0/C3se6nd+webC2kcqcy8tgcVr0GDEONv/xaQzAN+aQvkxQXk/jC0Q6mPS+0xhFwRF35g==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.0.2.tgz",
"integrity": "sha512-p4DIfLMmGN0iLSbMxknDXeSm8W2ZRqQeN/1EAwVxVqJietzgp3WeP1UQjCKWDXWBcEbUa1ECx8YAfdpQdDQmZQ==",
"dev": true,
"requires": {
"@types/highlight.js": "^9.7.0",

View file

@ -29,7 +29,7 @@
"devDependencies": {
"@types/chart.js": "^2.9.32",
"@types/classnames": "^2.3.1",
"@types/markdown-it": "^12.0.1",
"@types/markdown-it": "^12.0.2",
"@types/node": "^15.12.1",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.9",