diff --git a/package-lock.json b/package-lock.json index aa29ea3..39e2a78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10247,8 +10247,7 @@ "qs": "~6.5.2", "safe-buffer": "^5.1.2", "tough-cookie": "~2.4.3", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" + "tunnel-agent": "^0.6.0" }, "dependencies": { "punycode": { @@ -10958,8 +10957,7 @@ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", "requires": { - "faye-websocket": "^0.10.0", - "uuid": "^3.0.1" + "faye-websocket": "^0.10.0" }, "dependencies": { "faye-websocket": { @@ -11903,9 +11901,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.0.tgz", + "integrity": "sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==" }, "v8-compile-cache": { "version": "2.1.0", @@ -12151,8 +12149,7 @@ "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" + "ansi-colors": "^3.0.0" } }, "webpack-manifest-plugin": { diff --git a/package.json b/package.json index 77f6dbc..2fe7b8a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "react-dom": "^16.8.6", "react-scripts": "3.1.0", "use-combined-reducers": "^1.0.3", - "uuid": "^3.3.2" + "uuid": "^7.0.0" }, "scripts": { "start": "react-scripts start",