diff --git a/package-lock.json b/package-lock.json index 7f9962ac..8849537b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-redux": "^8.1.2", "terraso-backend": "github:techmatters/terraso-backend#4929e5f", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@babel/cli": "^7.23.0", @@ -28,7 +28,7 @@ "@testing-library/react": "^14.0.0", "@types/jest-axe": "^3.5.6", "@types/lodash": "^4.14.197", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.5", "@typescript-eslint/parser": "^6.5.0", "babel-plugin-root-import": "^6.6.0", "depcheck": "^1.4.6", @@ -4705,9 +4705,9 @@ "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" }, "node_modules/@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", + "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==", "dev": true }, "node_modules/@types/ws": { @@ -13668,9 +13668,13 @@ "dev": true }, "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 57e1ae84..d8678e79 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-redux": "^8.1.2", "terraso-backend": "github:techmatters/terraso-backend#4929e5f", - "uuid": "^9.0.0" + "uuid": "^9.0.1" }, "scripts": { "generate-types": "graphql-codegen", @@ -46,7 +46,7 @@ "@testing-library/react": "^14.0.0", "@types/jest-axe": "^3.5.6", "@types/lodash": "^4.14.197", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.5", "@typescript-eslint/parser": "^6.5.0", "babel-plugin-root-import": "^6.6.0", "depcheck": "^1.4.6",