From 13a0755e9435f21246481b1149f130bbb85ad5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:17:25 +0000 Subject: [PATCH] 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.1 to 9.0.8 - [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] --- pnpm-lock.yaml | 16 ++++++++-------- polaris.shopify.com/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30ecc7c694e..94498e6a567 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -541,8 +541,8 @@ importers: specifier: ^2.3.1 version: 2.3.1(react@18.2.0) uuid: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^9.0.1 + version: 9.0.1 vfile: specifier: ^5.3.7 version: 5.3.7 @@ -590,8 +590,8 @@ importers: specifier: ^2.0.6 version: 2.0.6 '@types/uuid': - specifier: ^9.0.1 - version: 9.0.1 + specifier: ^9.0.8 + version: 9.0.8 babel-plugin-preval: specifier: ^5.1.0 version: 5.1.0 @@ -6759,8 +6759,8 @@ packages: resolution: {integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==} dev: false - /@types/uuid@9.0.1: - resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} + /@types/uuid@9.0.8: + resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} dev: true /@types/vscode@1.84.0: @@ -22839,8 +22839,8 @@ packages: hasBin: true dev: true - /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + /uuid@9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true dev: false diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e6eb315a444..feeab9ff244 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -60,7 +60,7 @@ "sharp": "^0.31.2", "terminate": "^2.6.1", "use-dark-mode": "^2.3.1", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "vfile": "^5.3.7", "vfile-is": "^3.0.0" }, @@ -78,7 +78,7 @@ "@types/prismjs": "^1.26.0", "@types/react": "^18.2.0", "@types/unist": "^2.0.6", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.8", "babel-plugin-preval": "^5.1.0", "chalk": "^5.2.0", "chokidar": "^3.5.3",