diff --git a/package-lock.json b/package-lock.json index 82248ef..ef06303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,14 +21,14 @@ "react": "18.2.0", "react-dom": "18.2.0", "tabler-icons-react": "1.56.0", - "uuid": "9.0.0" + "uuid": "9.0.1" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/node": "18.18.0", "@types/react": "18.2.21", - "@types/uuid": "9.0.3", + "@types/uuid": "9.0.4", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "cz-conventional-changelog": "3.3.0", @@ -1798,9 +1798,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", - "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -13336,9 +13336,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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 f87e6e8..04197d4 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "react": "18.2.0", "react-dom": "18.2.0", "tabler-icons-react": "1.56.0", - "uuid": "9.0.0" + "uuid": "9.0.1" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/node": "18.18.0", "@types/react": "18.2.21", - "@types/uuid": "9.0.3", + "@types/uuid": "9.0.4", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "cz-conventional-changelog": "3.3.0",