mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
chore(deps): update dependency @types/prop-types to v15.7.9
This commit is contained in:
parent
027f2544e3
commit
ea0691eddd
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -76,7 +76,7 @@
|
||||||
"@types/jest": "^29.5.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/markdown-it": "13.0.4",
|
"@types/markdown-it": "13.0.4",
|
||||||
"@types/node": "18.18.6",
|
"@types/node": "18.18.6",
|
||||||
"@types/prop-types": "15.7.8",
|
"@types/prop-types": "15.7.9",
|
||||||
"@types/react": "18.2.28",
|
"@types/react": "18.2.28",
|
||||||
"@types/react-linkify": "1.0.2",
|
"@types/react-linkify": "1.0.2",
|
||||||
"@types/sanitize-html": "^2.9.0",
|
"@types/sanitize-html": "^2.9.0",
|
||||||
|
@ -14271,9 +14271,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/prop-types": {
|
"node_modules/@types/prop-types": {
|
||||||
"version": "15.7.8",
|
"version": "15.7.9",
|
||||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.9.tgz",
|
||||||
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
|
"integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/qs": {
|
"node_modules/@types/qs": {
|
||||||
"version": "6.9.8",
|
"version": "6.9.8",
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
"@types/jest": "^29.5.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/markdown-it": "13.0.4",
|
"@types/markdown-it": "13.0.4",
|
||||||
"@types/node": "18.18.6",
|
"@types/node": "18.18.6",
|
||||||
"@types/prop-types": "15.7.8",
|
"@types/prop-types": "15.7.9",
|
||||||
"@types/react": "18.2.28",
|
"@types/react": "18.2.28",
|
||||||
"@types/react-linkify": "1.0.2",
|
"@types/react-linkify": "1.0.2",
|
||||||
"@types/sanitize-html": "^2.9.0",
|
"@types/sanitize-html": "^2.9.0",
|
||||||
|
|
Loading…
Reference in a new issue