From a3f40c9085af7c5403cea46eef58f3f3188e1371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:54:06 +0000 Subject: [PATCH] build(deps): bump tailwind-merge from 2.2.1 to 2.3.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb5c247..89a7874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-router-dom": "^6.22.2", "react-webcam": "^7.2.0", "recordrtc": "^5.6.2", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/react": "^18.2.56", @@ -366,9 +366,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", - "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz", + "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -6844,11 +6844,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", - "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", "dependencies": { - "@babel/runtime": "^7.23.7" + "@babel/runtime": "^7.24.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index d81559c..0006780 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-router-dom": "^6.22.2", "react-webcam": "^7.2.0", "recordrtc": "^5.6.2", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/react": "^18.2.56",