From d812b13abd4d8cdb22ddda43748d318cef50af4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:12:12 +0000 Subject: [PATCH] build(deps): bump uuid and @types/uuid Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.0 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) Updates `@types/uuid` from 9.0.2 to 9.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++-------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) 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",