From 1cfa48a0b558e02e0dd36187c72b909226fe8237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:43:37 +0000 Subject: [PATCH] chore(deps-dev): bump @tinacms/cli from 2.4.3 to 2.4.4 Bumps [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/tinacms/tinacms/releases) - [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/@tinacms/cli/CHANGELOG.md) - [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/cli@2.4.4/packages/@tinacms/cli) --- updated-dependencies: - dependency-name: "@tinacms/cli" dependency-version: 2.4.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index b926c1c7..ecc396a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.9", "@testing-library/react": "^14.3.1", - "@tinacms/cli": "^2.4.3", + "@tinacms/cli": "^2.4.4", "@vitejs/plugin-react": "^5.1.2", "@vitest/coverage-v8": "^4.0.18", "autoprefixer": "^10.4.14", @@ -5318,9 +5318,9 @@ } }, "node_modules/@tinacms/app": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@tinacms/app/-/app-2.5.3.tgz", - "integrity": "sha512-y+qlGGWkCwQpNRd/U6I76CKBehEFenNYkusupl71fURzqb3rYei8v6dxZPankq8/T1Ds1po+INmGcZbgdnxi3g==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/@tinacms/app/-/app-2.5.4.tgz", + "integrity": "sha512-pYuPjran0WoYB9Sq8ynQjjSUwmcFdFNNlZx5FWkhrLR7IqeSt5XQh85BS/mjl0HApdojLiZrJ7b4/WRkGoReNQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5336,7 +5336,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.3", - "tinacms": "3.9.0", + "tinacms": "3.9.1", "typescript": "^5.7.3", "zod": "^3.24.2" }, @@ -5352,9 +5352,9 @@ "license": "Apache-2.0" }, "node_modules/@tinacms/cli": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/@tinacms/cli/-/cli-2.4.3.tgz", - "integrity": "sha512-re7Pt9J15+mH6OUML54sqBIlHCx3gVc3cjRlsJiIiHnl4PaaZyaSRp+WhJeZBzRb0oZI6nmbWFY7k0lgeLgt0A==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@tinacms/cli/-/cli-2.4.4.tgz", + "integrity": "sha512-hNEdme+2DPiiWZ2pt0S79lYmS9YnlXeXvivUCYWDVzzILK3cfJldNLmgH8r998IphDKrendr0bKIZNA3KKRSMQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5371,7 +5371,7 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.16", - "@tinacms/app": "2.5.3", + "@tinacms/app": "2.5.4", "@tinacms/graphql": "2.4.3", "@tinacms/metrics": "2.1.0", "@tinacms/schema-tools": "2.8.1", @@ -5403,7 +5403,7 @@ "prompts": "^2.4.2", "readable-stream": "^4.7.0", "tailwindcss": "^3.4.17", - "tinacms": "3.9.0", + "tinacms": "3.9.1", "typanion": "3.13.0", "typescript": "^5.7.3", "vite": "^4.5.9", @@ -20963,9 +20963,9 @@ } }, "node_modules/tinacms": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/tinacms/-/tinacms-3.9.0.tgz", - "integrity": "sha512-0Qd0vfVXNb9cWPXLzCmB8lapF5phvayNQc9HOHDt5D7mV3J9bltGl5ssbTAV+ncWF/EbfVncbtFtEZsUdqW/2Q==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/tinacms/-/tinacms-3.9.1.tgz", + "integrity": "sha512-wq6lC1yHOQHe2rVwEev4Ch37ZfHy59EoLIqjWm6jW65UwtQIApTF6k2RZ1vcpnO4dCA7gFH1ZCuIn222b+3yug==", "license": "Apache-2.0", "dependencies": { "@ariakit/react": "^0.4.15", diff --git a/package.json b/package.json index ba0e37c2..cb3259ad 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.9", "@testing-library/react": "^14.3.1", - "@tinacms/cli": "^2.4.3", + "@tinacms/cli": "^2.4.4", "@vitejs/plugin-react": "^5.1.2", "@vitest/coverage-v8": "^4.0.18", "autoprefixer": "^10.4.14",