mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
chore(deps): update dependency @types/react-linkify to v1.0.4
This commit is contained in:
parent
d17ee70760
commit
21a0c6b250
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -79,7 +79,7 @@
|
|||
"@types/node": "20.8.10",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.36",
|
||||
"@types/react-linkify": "1.0.3",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.38",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -9135,9 +9135,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-linkify": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-linkify/-/react-linkify-1.0.3.tgz",
|
||||
"integrity": "sha512-JX3BMlloFD4zjKLehZiio9NO+UNyTjseC6qIZYXpiTSOcFuxqBI+fcbnjf/Bpltex8DMnCaod9YK+ooDlOhg5A==",
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-linkify/-/react-linkify-1.0.4.tgz",
|
||||
"integrity": "sha512-NOMw4X3kjvjY0lT5kXQdxZCXpPNi2hOuuqG+Kz+5EOQpi9rDUJJDitdE1j2JRNmrTnNIjrLnYG0HKyuOWN/uKA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"@types/node": "20.8.10",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.36",
|
||||
"@types/react-linkify": "1.0.3",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.38",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
|
Loading…
Reference in a new issue