mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
chore(deps): update dependency @types/react-linkify to v1.0.2
This commit is contained in:
parent
9c41b27d04
commit
7bf3a49eca
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -78,7 +78,7 @@
|
|||
"@types/node": "18.18.3",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/react-linkify": "1.0.2",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -13945,9 +13945,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-linkify": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-linkify/-/react-linkify-1.0.1.tgz",
|
||||
"integrity": "sha512-qPxYwjB41ezoKdLXs0MrQ1FnhF3apyyxf3J7WVQQCBu/GyZQAW7Y3TY4317jdh0450QJ4fLqj0rnhIJvFZOamQ==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-linkify/-/react-linkify-1.0.2.tgz",
|
||||
"integrity": "sha512-4TMlyZiNV4eUZnTTpJVQucjRA1zjNsen1Qzyy+vk5YK1gKeLlltz/sgxQ2u7HQSsDTgeIlTNOWNiRcWQUS3lLg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/node": "18.18.3",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/react-linkify": "1.0.2",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
|
Loading…
Reference in a new issue