From fcbefc7e72d3100b88bf67d249cdd61a37210100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:53:35 +0000 Subject: [PATCH] Bump nanoid from 3.3.4 to 3.3.8 in /demo-app Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.4...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo-app/package-lock.json | 18 +++++++++--------- demo-app/yarn.lock | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/demo-app/package-lock.json b/demo-app/package-lock.json index 31a086e..b0eb8a7 100644 --- a/demo-app/package-lock.json +++ b/demo-app/package-lock.json @@ -1722,9 +1722,9 @@ "dev": true }, "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" }, "natural-compare": { "version": "1.4.0", @@ -2320,17 +2320,17 @@ "dev": true }, "tailwind-datepicker-react": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/tailwind-datepicker-react/-/tailwind-datepicker-react-1.2.1.tgz", - "integrity": "sha512-39KZdB75ylT5Aco899D67AQbsPloxE8RJC1xeCpMNR1InIrZ2UW+/Rf/bOJlIUGRRBFwy5ZB1JOXw5adKrXvrA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/tailwind-datepicker-react/-/tailwind-datepicker-react-1.4.3.tgz", + "integrity": "sha512-K/mX7GjsO8fvaN1/jZcEbCMb14VdBe0HGxBy36WK4zxfYOPB2tGMSAUo06so+BmsaVPU4dwmfDElK/6Uxaashw==", "requires": { "tailwind-merge": "^1.6.1" } }, "tailwind-merge": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.6.1.tgz", - "integrity": "sha512-wC/tta/BxpmE/4Qc7WX0OK+ajhetgpJZ+IfQMpUBOv4nWjlxQKbq/FBkcZDX7fVGq2RJBnWa3WzsPz5mUe+g7g==" + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz", + "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" }, "tailwindcss": { "version": "3.1.8", diff --git a/demo-app/yarn.lock b/demo-app/yarn.lock index 1c86995..5021ff8 100644 --- a/demo-app/yarn.lock +++ b/demo-app/yarn.lock @@ -1510,9 +1510,9 @@ mz@^2.7.0: thenify-all "^1.0.0" nanoid@^3.3.4, nanoid@^3.3.6: - version "3.3.6" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" - integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== + version "3.3.8" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" + integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== natural-compare@^1.4.0: version "1.4.0"