diff --git a/package.json b/package.json index a1db9f5..ba52dfa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-syntax-highlighter": "^10.3.5", "redux": "4.0.1", "styled-components": "^4.3.1", - "uuid": "3.3.3" + "uuid": "8.1.0" }, "scripts": { "start": "webpack-dev-server --mode development", diff --git a/yarn.lock b/yarn.lock index 9a3ebfc..ec88c8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12974,10 +12974,10 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" - integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== +uuid@8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.1.0.tgz#6f1536eb43249f473abc6bd58ff983da1ca30d8d" + integrity sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg== uuid@^3.0.1, uuid@^3.3.2: version "3.3.2"