diff --git a/package.json b/package.json index 97c0f78..8ce2482 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/core": "^7.5.5", "prop-types": "^15.6.1", "redux-actions": "^2.6.5", - "uuid": "^9.0.0" + "uuid": "^11.0.0" }, "peerDependencies": { "redux": "^4.0.0 || ^3.0.0 || ^5.0.0" diff --git a/yarn.lock b/yarn.lock index bda7ee1..657e690 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4644,10 +4644,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.0.tgz#01c1f5492ed10ad2c0fba1ae1f6d542e6b568d0c" + integrity sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA== v8-to-istanbul@^9.0.1: version "9.1.0"