From 452b3a78c7956419a436f406ba9a2e65018d8d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:53:15 +0000 Subject: [PATCH] chore(deps-dev): bump svelte-check from 4.7.2 to 4.7.3 in /configurator Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.7.2...svelte-check@4.7.3) --- updated-dependencies: - dependency-name: svelte-check dependency-version: 4.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- configurator/package-lock.json | 22 ++++------------------ configurator/package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/configurator/package-lock.json b/configurator/package-lock.json index 2dc98f56..d4740479 100644 --- a/configurator/package-lock.json +++ b/configurator/package-lock.json @@ -20,7 +20,7 @@ "@types/node": "^26.1.1", "jsdom": "^29.1.1", "svelte": "^5.56.7", - "svelte-check": "^4.7.2", + "svelte-check": "^4.7.3", "tailwindcss": "^4.3.3", "typescript": "~5.8.2", "vite": "^8.1.4", @@ -750,13 +750,6 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz", @@ -1091,13 +1084,6 @@ "vite": "^5.2.0 || ^6 || ^7 || ^8" } }, - "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@testing-library/dom": { "version": "10.4.1", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", @@ -2460,9 +2446,9 @@ } }, "node_modules/svelte-check": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.7.2.tgz", - "integrity": "sha512-GoS4XJdGswlq0rIT1vtFLzJY1bvHtY37McY9H9Gkm1Ggw/ICdZYn8J/Z8Yi0BEL0i3R4+jtaWVePjyppMlij/A==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.7.3.tgz", + "integrity": "sha512-DHdTCGX62R0fCxBEaT+USdASAnoaRBaaNczkRJl0K7o3WyoCeVUbVxo6fKqpOll/B+WMWCsiFK0eFrJSNBKZIg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/configurator/package.json b/configurator/package.json index 0b04801f..bdd6ba40 100644 --- a/configurator/package.json +++ b/configurator/package.json @@ -34,7 +34,7 @@ "@types/node": "^26.1.1", "jsdom": "^29.1.1", "svelte": "^5.56.7", - "svelte-check": "^4.7.2", + "svelte-check": "^4.7.3", "tailwindcss": "^4.3.3", "typescript": "~5.8.2", "vite": "^8.1.4",