diff --git a/backend/src/main/webapp/package.json b/backend/src/main/webapp/package.json index afcfa72e43..ca76cbf66e 100644 --- a/backend/src/main/webapp/package.json +++ b/backend/src/main/webapp/package.json @@ -32,7 +32,7 @@ "@testing-library/user-event": "13.2.1", "@types/jest": "27.0.2", "@types/node": "16.10.2", - "@types/react": "17.0.25", + "@types/react": "17.0.27", "@types/react-dom": "17.0.9", "@types/react-router": "5.1.16", "@types/react-router-dom": "5.3.0", diff --git a/backend/src/main/webapp/yarn.lock b/backend/src/main/webapp/yarn.lock index 84df997e1f..ac35e4e2dc 100644 --- a/backend/src/main/webapp/yarn.lock +++ b/backend/src/main/webapp/yarn.lock @@ -2215,10 +2215,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react@*", "@types/react@17.0.25": - version "17.0.25" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.25.tgz#8b88c226e54910762decc9de2aa36b4dc9240503" - integrity sha512-IXrzSOr3CVbEQgmjEdCWF57J7CVaJ7lL/n4penxHm8h0XIcr0AxqGucogh2zj3qRxgk4M4JImOP/MfomkPOhvQ== +"@types/react@*", "@types/react@17.0.27": + version "17.0.27" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6" + integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"