chore(deps): update dependency @types/react-linkify to v1.0.3

This commit is contained in:
renovate[bot]
2023-10-22 14:05:53 +00:00
committed by GitHub
parent c53b1a319b
commit aee9ad9c99
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -78,7 +78,7 @@
"@types/node": "18.18.6",
"@types/prop-types": "15.7.9",
"@types/react": "18.2.29",
"@types/react-linkify": "1.0.2",
"@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.37",
"@types/video.js": "^7.3.50",
@@ -14292,9 +14292,9 @@
}
},
"node_modules/@types/react-linkify": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/react-linkify/-/react-linkify-1.0.2.tgz",
"integrity": "sha512-4TMlyZiNV4eUZnTTpJVQucjRA1zjNsen1Qzyy+vk5YK1gKeLlltz/sgxQ2u7HQSsDTgeIlTNOWNiRcWQUS3lLg==",
"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==",
"dev": true,
"dependencies": {
"@types/react": "*"

View File

@@ -84,7 +84,7 @@
"@types/node": "18.18.6",
"@types/prop-types": "15.7.9",
"@types/react": "18.2.29",
"@types/react-linkify": "1.0.2",
"@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.37",
"@types/video.js": "^7.3.50",