diff --git a/package.json b/package.json index a1db9f5..fe97e4f 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": "7.0.0" }, "scripts": { "start": "webpack-dev-server --mode development", diff --git a/yarn.lock b/yarn.lock index 9a3ebfc..e1b65f4 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@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79" + integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ== uuid@^3.0.1, uuid@^3.3.2: version "3.3.2"