From 2b86f5b7338621647e822f79c65d7348480efcbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:14:09 +0000 Subject: [PATCH] chore(deps): update dependency @types/prop-types to v15.7.11 --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bd525bb53..065a4558f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -77,7 +77,7 @@ "@types/jest": "^29.5.0", "@types/markdown-it": "13.0.6", "@types/node": "20.9.3", - "@types/prop-types": "15.7.10", + "@types/prop-types": "15.7.11", "@types/react": "18.2.37", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0", @@ -9123,9 +9123,9 @@ "dev": true }, "node_modules/@types/prop-types": { - "version": "15.7.10", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.10.tgz", - "integrity": "sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==" + "version": "15.7.11", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", + "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/qs": { "version": "6.9.10", diff --git a/web/package.json b/web/package.json index 7e2b54801..034843a8b 100644 --- a/web/package.json +++ b/web/package.json @@ -83,7 +83,7 @@ "@types/jest": "^29.5.0", "@types/markdown-it": "13.0.6", "@types/node": "20.9.3", - "@types/prop-types": "15.7.10", + "@types/prop-types": "15.7.11", "@types/react": "18.2.37", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0",