diff --git a/app/package.json b/app/package.json index 429fbdf..eb46f4e 100644 --- a/app/package.json +++ b/app/package.json @@ -39,7 +39,7 @@ "flowbite": "^2.2.1", "flowbite-svelte": "^0.44.22", "svelte-french-toast": "^1.2.0", - "tailwind-merge": "^2.2.0", + "tailwind-merge": "^2.2.1", "zod": "^3.22.4", "zod-form-data": "^2.0.2" } diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index b5dc6a6..b49da0f 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: ^1.2.0 version: 1.2.0(svelte@4.2.9) tailwind-merge: - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^2.2.1 + version: 2.2.1 zod: specifier: ^3.22.4 version: 3.22.4 @@ -108,8 +108,8 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 - /@babel/runtime@7.23.5: - resolution: {integrity: sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==} + /@babel/runtime@7.23.9: + resolution: {integrity: sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -1383,7 +1383,7 @@ packages: apexcharts: 3.45.1 flowbite: 2.2.1 svelte: 4.2.9 - tailwind-merge: 2.2.0 + tailwind-merge: 2.2.1 dev: false /flowbite@2.2.1: @@ -2544,10 +2544,10 @@ packages: svg.js: 2.7.1 dev: false - /tailwind-merge@2.2.0: - resolution: {integrity: sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==} + /tailwind-merge@2.2.1: + resolution: {integrity: sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.23.9 dev: false /tailwindcss@3.4.1: