From e8043b65f7bd5c82d273c99dd670a7e1473bd818 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 02:56:26 +0000 Subject: [PATCH] fix: upgrade uuid from 9.0.0 to 9.0.1 Snyk has created this PR to upgrade uuid from 9.0.0 to 9.0.1. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/mihrpsah/project/a0849ff5-57b6-448d-841e-7ef0a3530bc5?utm_source=github&utm_medium=referral&page=upgrade-pr --- brainx/package-lock.json | 12 ++++++++---- brainx/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/brainx/package-lock.json b/brainx/package-lock.json index 1fc2c9e..6f3dc9c 100644 --- a/brainx/package-lock.json +++ b/brainx/package-lock.json @@ -12,7 +12,7 @@ "react-dom": "^18.2.0", "react-icons": "^4.8.0", "styled-components": "^6.0.0-rc.1", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@types/react": "^18.0.28", @@ -5374,9 +5374,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/brainx/package.json b/brainx/package.json index 6b2fd7d..0c4f402 100644 --- a/brainx/package.json +++ b/brainx/package.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "react-icons": "^4.8.0", "styled-components": "^6.0.0-rc.1", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@types/react": "^18.0.28",