From e7586510176105d474c88f65a0bb5d8c39579d2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:52:27 +0000 Subject: [PATCH] fix(api): update dependency nanoid to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/api/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 9fdb8e4748..dbe810d069 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -47,7 +47,7 @@ "just-pick": "4.2.0", "just-remove": "3.2.0", "luxon": "3.4.3", - "nanoid": "4.0.2", + "nanoid": "5.0.1", "slugify": "1.6.6", "superjson": "1.13.1", "tiny-invariant": "1.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 69c1823637..62727f2c2d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -724,8 +724,8 @@ importers: specifier: 3.4.3 version: 3.4.3 nanoid: - specifier: 4.0.2 - version: 4.0.2 + specifier: 5.0.1 + version: 5.0.1 slugify: specifier: 1.6.6 version: 1.6.6 @@ -19362,9 +19362,9 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid@4.0.2: - resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} - engines: {node: ^14 || ^16 || >=18} + /nanoid@5.0.1: + resolution: {integrity: sha512-vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ==} + engines: {node: ^18 || >=20} hasBin: true dev: false