chore(deps): update dependency @types/react to v18.2.73 (#3654)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-30 18:38:40 -07:00 committed by GitHub
parent 28368ce202
commit 75bdd54eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View file

@ -78,7 +78,7 @@
"@types/markdown-it": "13.0.7",
"@types/node": "20.11.30",
"@types/prop-types": "15.7.12",
"@types/react": "18.2.72",
"@types/react": "18.2.73",
"@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39",
@ -9422,9 +9422,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.72",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.72.tgz",
"integrity": "sha512-/e7GWxGzXQF7OJAua7UAYqYi/4VpXEfbGtmYQcAQwP3SjjjAXfybTf/JK5S+SaetB/ChXl8Y2g1hCsj7jDXxcg==",
"version": "18.2.73",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.73.tgz",
"integrity": "sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==",
"dependencies": {
"@types/prop-types": "*",
"csstype": "^3.0.2"

View file

@ -84,7 +84,7 @@
"@types/markdown-it": "13.0.7",
"@types/node": "20.11.30",
"@types/prop-types": "15.7.12",
"@types/react": "18.2.72",
"@types/react": "18.2.73",
"@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39",