From 92e4c243eaee864a6262ed519c005bb8919cc610 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 19:00:21 +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/visrut-at-incubyte/project/2c3c2446-00aa-41e1-ad15-e8f8f90bf108?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9e3464..4525498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/node": "20.8.10", "@types/react": "18.2.31", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "18.2.18", "autoprefixer": "10.4.16", "encoding": "^0.1.13", "eslint-config-next": "13.5.6", @@ -23,8 +23,8 @@ "react-dom": "18.2.0", "react-icons": "^4.11.0", "request-ip": "^3.3.0", - "tailwindcss": "^3.4.0", - "uuid": "^9.0.0" + "tailwindcss": "3.4.0", + "uuid": "^9.0.1" }, "devDependencies": { "@testing-library/jest-dom": "5.16.4", @@ -11534,9 +11534,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/package.json b/package.json index 78c3669..4647bed 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-icons": "^4.11.0", "request-ip": "^3.3.0", "tailwindcss": "3.4.0", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@testing-library/jest-dom": "5.16.4",