diff --git a/backend/src/main/webapp/package.json b/backend/src/main/webapp/package.json index afcfa72e43..a5d2e27c80 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.26", "@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..120740b14b 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.26": + version "17.0.26" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.26.tgz#960ea4b3518cc154ed7df3b35656c508df653331" + integrity sha512-MXxuXrH2xOcv5cp/su4oz69dNQnSA90JjFw5HBd5wifw6Ihi94j7dRJm7qNsB30tnruXSCPc9qmlhGop4nh9Hw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"