Browse Source

chore(deps): update dependency @types/prop-types to v15.7.10

pull/3423/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
0931c43fdc
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

@ -77,7 +77,7 @@
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.6", "@types/markdown-it": "13.0.6",
"@types/node": "20.8.10", "@types/node": "20.8.10",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.10",
"@types/react": "18.2.36", "@types/react": "18.2.36",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
@ -9108,9 +9108,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/prop-types": { "node_modules/@types/prop-types": {
"version": "15.7.9", "version": "15.7.10",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.9.tgz", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.10.tgz",
"integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==" "integrity": "sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A=="
}, },
"node_modules/@types/qs": { "node_modules/@types/qs": {
"version": "6.9.9", "version": "6.9.9",

2
web/package.json

@ -83,7 +83,7 @@
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.6", "@types/markdown-it": "13.0.6",
"@types/node": "20.8.10", "@types/node": "20.8.10",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.10",
"@types/react": "18.2.36", "@types/react": "18.2.36",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",

Loading…
Cancel
Save