From 3736761cefece45194035006da8484fcb034c193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:02:14 +0000 Subject: [PATCH] chore(deps): bump svelte-preprocess from 6.0.1 to 6.0.2 Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 6.0.1 to 6.0.2. - [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: svelte-preprocess dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 4 ++-- yarn.lock | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 83127eed..cd939772 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -16,7 +16,7 @@ "watch": "vite --mode development build -w" }, "dependencies": { - "svelte-preprocess": "^6.0.1", + "svelte-preprocess": "^6.0.2", "tinro": "^0.6.12" }, "devDependencies": { @@ -48,7 +48,7 @@ "svelte": "5.0.0-next.164", "svelte-fa": "^4.0.2", "svelte-markdown": "^0.4.1", - "svelte-preprocess": "^6.0.1", + "svelte-preprocess": "^6.0.2", "tailwindcss": "^3.4.4", "vite": "^5.3.3", "vitest": "^2.0.1" diff --git a/yarn.lock b/yarn.lock index e927a050..9130a8f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3938,13 +3938,10 @@ svelte-preprocess@^5.1.3: sorcery "^0.11.0" strip-indent "^3.0.0" -svelte-preprocess@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-6.0.1.tgz#d105bac011899d6938f7a2a1bb2a5b6b18ed1e80" - integrity sha512-vNgXoyqWwahdpEX9XbQHcAHt41TkXnf8bRDxT5PjISHbZD1dVH4b2OsJ2fVQTBb3qP05x0GuYE9iS5vhD+Dniw== - dependencies: - detect-indent "^6.1.0" - strip-indent "^3.0.0" +svelte-preprocess@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-6.0.2.tgz#920bd53b1127757edb0a7d946dace75a0cac9ecf" + integrity sha512-OvDTLfaOkkhjprbDKO0SOCkjNYuHy16dbD4SpqbIi6QiabOMHxRT4km5/dzbFFkmW1L0E2INF3MFltG2pgOyKQ== svelte@5.0.0-next.164: version "5.0.0-next.164"