diff --git a/docs/package.json b/docs/package.json index 0d2dfcc6cea3e5..4247f759bb75d7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -125,7 +125,7 @@ "@types/json2mq": "^0.2.2", "@types/markdown-to-jsx": "^7.0.1", "@types/node": "^18.18.10", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/react-swipeable-views": "^0.13.5", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 3a4d417ddbd622..fd1b81c898a4bf 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -55,7 +55,7 @@ "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "18.2.37", "@types/react-dom": "18.2.15", "@types/sinon": "^10.0.20", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 75b927dfc2eacc..43198c83d2f200 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -51,7 +51,7 @@ "@mui-internal/test-utils": "^1.0.0", "@mui/material": "^5.14.18", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/sinon": "^10.0.20", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index bf8120792e6e4b..1bf8b8e4becb8d 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -52,7 +52,7 @@ "devDependencies": { "@mui-internal/test-utils": "^1.0.0", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/sinon": "^10.0.20", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index ddcf4c2fb34642..188f14bc66b30a 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -55,7 +55,7 @@ "@mui-internal/test-utils": "^1.0.0", "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/sinon": "^10.0.20", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 485ae2be3081cc..fe89cb8e49a9ef 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -65,7 +65,7 @@ "@testing-library/dom": "^9.3.3", "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/sinon": "^10.0.20", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 4bd9ed872e514e..8676d1a1807234 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -57,7 +57,7 @@ "@mui/material": "^5.14.18", "@mui/material-next": "6.0.0-alpha.110", "@types/chai": "^4.3.11", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/sinon": "^10.0.20", "chai": "^4.3.10", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index e50e77ef5bd74b..c8ed583093a63c 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.2", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "prop-types": "^15.8.1", "react-is": "^18.2.0" }, diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 7027d66bd25fbc..f791e9289b1c4f 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -45,7 +45,7 @@ "@types/chai-dom": "^1.11.3", "@types/enzyme": "^3.10.16", "@types/format-util": "^1.0.4", - "@types/prop-types": "^15.7.10", + "@types/prop-types": "^15.7.11", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/react-test-renderer": "^18.0.6", diff --git a/yarn.lock b/yarn.lock index d9dfaca08207ec..f8693cf9e215c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3904,10 +3904,10 @@ resolved "https://registry.yarnpkg.com/@types/promise.allsettled/-/promise.allsettled-1.0.3.tgz#6f3166618226a570b98c8250fc78687a912e56d5" integrity sha512-b/IFHHTkYkTqu41IH9UtpICwqrpKj2oNlb4KHPzFQDMiz+h1BgAeATeO0/XTph4+UkH9W2U0E4B4j64KWOovag== -"@types/prop-types@*", "@types/prop-types@^15.7.10": - version "15.7.10" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.10.tgz#892afc9332c4d62a5ea7e897fe48ed2085bbb08a" - integrity sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A== +"@types/prop-types@*", "@types/prop-types@^15.7.11": + version "15.7.11" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563" + integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng== "@types/qs@*": version "6.9.7"