From 56d00d70f78c964745dc7b7359a82e30a404bb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:23:54 +0000 Subject: [PATCH] fix(deps): bump uuid and @types/uuid in /apps/bynder-content-workflow 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.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `@types/uuid` from 9.0.8 to 10.0.0 - [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-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/bynder-content-workflow/package-lock.json | 16 ++++++++-------- apps/bynder-content-workflow/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/bynder-content-workflow/package-lock.json b/apps/bynder-content-workflow/package-lock.json index 0e8fd54f3..f1738390d 100644 --- a/apps/bynder-content-workflow/package-lock.json +++ b/apps/bynder-content-workflow/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "18.3.1", "react-top-loading-bar": "^2.3.1", "showdown": "^2.1.0", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@contentful/app-scripts": "1.27.0", @@ -32,7 +32,7 @@ "@types/react": "18.3.8", "@types/react-dom": "18.3.0", "@types/showdown": "^2.0.6", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "4.3.1", "happy-dom": "15.7.4", "typescript": "5.6.2", @@ -2734,9 +2734,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true }, "node_modules/@udecode/plate-basic-marks": { @@ -5942,9 +5942,9 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/apps/bynder-content-workflow/package.json b/apps/bynder-content-workflow/package.json index 8de405f53..6f573315e 100644 --- a/apps/bynder-content-workflow/package.json +++ b/apps/bynder-content-workflow/package.json @@ -18,7 +18,7 @@ "react-dom": "18.3.1", "react-top-loading-bar": "^2.3.1", "showdown": "^2.1.0", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "scripts": { "install-ci": "npm ci", @@ -35,7 +35,7 @@ "@types/react": "18.3.8", "@types/react-dom": "18.3.0", "@types/showdown": "^2.0.6", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "4.3.1", "happy-dom": "15.7.4", "typescript": "5.6.2",