mirror of
https://github.com/owncast/owncast.git
synced 2024-11-27 09:45:36 +03:00
chore(deps): update dependency @types/markdown-it to v13.0.2
This commit is contained in:
parent
3e72f3793d
commit
7d5a8455aa
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -74,7 +74,7 @@
|
|||
"@types/chart.js": "2.9.38",
|
||||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/markdown-it": "13.0.2",
|
||||
"@types/node": "18.18.1",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.21",
|
||||
|
@ -13827,9 +13827,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/markdown-it": {
|
||||
"version": "13.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.1.tgz",
|
||||
"integrity": "sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==",
|
||||
"version": "13.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.2.tgz",
|
||||
"integrity": "sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/linkify-it": "*",
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"@types/chart.js": "2.9.38",
|
||||
"@types/classnames": "2.3.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/markdown-it": "13.0.2",
|
||||
"@types/node": "18.18.1",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.21",
|
||||
|
|
Loading…
Reference in a new issue