diff --git a/package.json b/package.json index a1db9f5..dc81a60 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.1" }, "scripts": { "start": "webpack-dev-server --mode development", diff --git a/yarn.lock b/yarn.lock index 9a3ebfc..4436dce 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.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef" + integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA== uuid@^3.0.1, uuid@^3.3.2: version "3.3.2"