From d18ce115d74cf8b60517f6ef82eea7a0b6d47963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:31:17 +0000 Subject: [PATCH] chore(deps): bump tailwindcss from 3.4.0 to 3.4.3 in /client Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 to 3.4.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.3) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1e98d01..552e503 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "client", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "client", - "version": "0.0.1", + "version": "0.0.2", "dependencies": { "axios": "^1.6.2", "mathjax": "^3.2.2", @@ -30,7 +30,7 @@ "remark-math": "^2.0.1", "svelte": "^4.2.7", "svelte-check": "^3.6.0", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.3", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.3" @@ -4041,9 +4041,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -4054,7 +4054,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/client/package.json b/client/package.json index f925e06..1dbba8a 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "remark-math": "^2.0.1", "svelte": "^4.2.7", "svelte-check": "^3.6.0", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.3", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.3"