From 8b4480d7dde8747f3ce7aac30d084f60f9eec6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 14:12:57 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.2.2 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.2 to 4.3.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 94 +++++++++-------------------------------------- 1 file changed, 17 insertions(+), 77 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40f8c0d6..de9f7e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6805,6 +6805,13 @@ "tailwindcss": "4.2.2" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", + "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz", @@ -7124,6 +7131,13 @@ "tailwindcss": "4.2.2" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", + "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tanstack/query-core": { "version": "5.99.0", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz", @@ -20366,9 +20380,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", - "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz", + "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==", "dev": true, "license": "MIT" }, @@ -23492,80 +23506,6 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } - }, - "packages/gpu-agent": { - "name": "@cognipeer/gpu-agent", - "version": "0.1.0", - "extraneous": true, - "license": "AGPL-3.0-only", - "dependencies": { - "@cognipeer/gpu-fleet-protocol": "*", - "@types/ws": "^8.18.1", - "dockerode": "^4.0.2", - "undici": "^6.20.0", - "ws": "^8.20.1" - }, - "bin": { - "cognipeer-gpu-agent": "dist/index.cjs" - }, - "devDependencies": { - "@types/dockerode": "^3.3.32", - "@types/node": "^22.10.5", - "tsup": "^8.4.0", - "tsx": "^4.20.5", - "typescript": "^5.7.3" - }, - "engines": { - "node": ">=20" - } - }, - "packages/gpu-fleet-protocol": { - "name": "@cognipeer/gpu-fleet-protocol", - "version": "0.1.0", - "extraneous": true, - "license": "AGPL-3.0-only" - }, - "packages/sandbox-agent": { - "name": "@cognipeer/sandbox-agent", - "version": "0.1.0", - "extraneous": true, - "dependencies": { - "dockerode": "^4.0.2", - "ws": "^8.20.1" - }, - "devDependencies": { - "@cognipeer/sandbox-protocol": "*", - "@types/dockerode": "^3.3.32", - "@types/node": "^22.0.0", - "@types/ws": "^8.5.10", - "tsup": "^8.0.0", - "tsx": "^4.0.0", - "typescript": "^5.6.0" - } - }, - "packages/sandbox-protocol": { - "name": "@cognipeer/sandbox-protocol", - "version": "0.1.0", - "extraneous": true - }, - "packages/sandbox-toolbox": { - "name": "@cognipeer/sandbox-toolbox", - "version": "0.1.0", - "extraneous": true, - "dependencies": { - "@fastify/websocket": "^11.2.0", - "fastify": "^5.8.5", - "node-pty": "^1.0.0", - "ws": "^8.20.1" - }, - "devDependencies": { - "@cognipeer/sandbox-protocol": "*", - "@types/node": "^22.0.0", - "@types/ws": "^8.5.10", - "tsup": "^8.0.0", - "tsx": "^4.0.0", - "typescript": "^5.6.0" - } } } }