Browse Source

Merge 936acc3a39 into f1e2128d67

pull/3479/merge
renovate[bot] 1 year ago committed by GitHub
parent
commit
775e659b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.6",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.42",
"@types/react": "18.2.46",
"@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39",
@ -9410,9 +9410,9 @@ @@ -9410,9 +9410,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.42",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz",
"integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==",
"version": "18.2.46",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.46.tgz",
"integrity": "sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

2
web/package.json

@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.6",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.42",
"@types/react": "18.2.46",
"@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39",

Loading…
Cancel
Save