From 8a6084e991c3ab7e9d7baf65a65c616cf8bdcc86 Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:38:07 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- .changeset/little-moons-search.md | 5 +++++ packages/components/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/little-moons-search.md diff --git a/.changeset/little-moons-search.md b/.changeset/little-moons-search.md new file mode 100644 index 00000000000..e36ae7d5c7c --- /dev/null +++ b/.changeset/little-moons-search.md @@ -0,0 +1,5 @@ +--- +'@kaizen/components': patch +--- + +Update dep `uuid` to `^11.0.3`. diff --git a/packages/components/package.json b/packages/components/package.json index 0e7d5ab3e61..69aafddb0f4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -93,7 +93,7 @@ "react-textfit": "^1.1.1", "resize-observer-polyfill": "^1.5.1", "use-debounce": "^10.0.4", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "dependenciesComments": { "react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 836e7b4bd58..96a0a1503dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -395,8 +395,8 @@ importers: specifier: ^10.0.4 version: 10.0.4(react@18.3.1) uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.3 + version: 11.0.3 devDependencies: '@cultureamp/frontend-apis': specifier: ^11.0.0 @@ -9726,8 +9726,8 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} - uuid@10.0.0: - resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + uuid@11.0.3: + resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} hasBin: true uuid@8.3.2: @@ -21958,7 +21958,7 @@ snapshots: utils-merge@1.0.1: {} - uuid@10.0.0: {} + uuid@11.0.3: {} uuid@8.3.2: {}