From 8e39c70d8b38b934fce01468b0408f7969681ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:36:21 +1000 Subject: [PATCH] fix: uuid ^10.0.0 (#1132) * fix: uuid ^10.0.0 * Create six-impalas-sneeze.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> --- .changeset/six-impalas-sneeze.md | 5 +++++ fe/package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .changeset/six-impalas-sneeze.md diff --git a/.changeset/six-impalas-sneeze.md b/.changeset/six-impalas-sneeze.md new file mode 100644 index 000000000..6fb5e9b27 --- /dev/null +++ b/.changeset/six-impalas-sneeze.md @@ -0,0 +1,5 @@ +--- +"wingman-fe": patch +--- + +deps: uuid ^10.0.0 diff --git a/fe/package.json b/fe/package.json index 44237e18b..ae59906ec 100644 --- a/fe/package.json +++ b/fe/package.json @@ -13,7 +13,7 @@ "react-hook-form": "^7.0.0", "runtypes": "^6.5.0", "use-debounce": "^10.0.0", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "devDependencies": { "@storybook/addon-essentials": "7.6.19", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b20877746..d7afde1de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: ^10.0.0 version: 10.0.1(react@18.3.1) uuid: - specifier: ^9.0.0 - version: 9.0.1 + specifier: ^10.0.0 + version: 10.0.0 devDependencies: '@storybook/addon-essentials': specifier: 7.6.19 @@ -8280,6 +8280,10 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -18823,6 +18827,8 @@ snapshots: utils-merge@1.0.1: {} + uuid@10.0.0: {} + uuid@8.3.2: {} uuid@9.0.1: {}