diff --git a/package.json b/package.json index b3bd540..c89341d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-router": "^5.1.2", "react-router-dom": "^5.0.1", "shortid": "^2.2.14", - "uuid": "^3.3.3" + "uuid": "^11.0.0" }, "peerDependencies": { "react": "^16.8.6", diff --git a/yarn.lock b/yarn.lock index 84acb8b..88ed45b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7322,7 +7322,12 @@ util@^0.10.3: dependencies: inherits "2.0.3" -uuid@^3.3.2, uuid@^3.3.3: +uuid@^11.0.0: + version "11.1.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.1.tgz#f6d81d2e1c65d00762e5e29b16c5d2d995e208ad" + integrity sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ== + +uuid@^3.3.2: version "3.3.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==