diff --git a/packages/example_webpack/package.json b/packages/example_webpack/package.json index e9370da..010be48 100644 --- a/packages/example_webpack/package.json +++ b/packages/example_webpack/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "^16.8.3", "@types/sinon": "^9.0.0", "@types/terser-webpack-plugin": "^2.0.0", - "@types/uuid": "^7.0.0", + "@types/uuid": "^8.0.0", "@types/webpack-dev-server": "^3.1.1", "ava": "^2.4.0", "cross-env": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 9122e78..c959964 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1503,10 +1503,10 @@ dependencies: source-map "^0.6.1" -"@types/uuid@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd" - integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ== +"@types/uuid@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0" + integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw== "@types/webpack-dev-server@^3.1.1": version "3.1.5"