From 4585fd2994b1631703e47ed0291ccdc9dca8d367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 13:02:33 +0000 Subject: [PATCH] Bump svelte-preprocess from 4.7.3 to 4.7.4 Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/sveltejs/svelte-preprocess/releases) - [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-preprocess/commits) --- updated-dependencies: - dependency-name: svelte-preprocess dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 137770bd..703a681d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier": "~2.3.2", "prettier-plugin-svelte": "^2.3.1", "svelte": "^3.38.3", - "svelte-preprocess": "^4.7.1", + "svelte-preprocess": "^4.7.4", "tailwindcss": "^2.2.4", "tslib": "^2.3.0", "typescript": "^4.3.5" diff --git a/yarn.lock b/yarn.lock index 5ddf018d..883bd133 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4042,10 +4042,10 @@ svelte-hmr@^0.14.2: resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.14.3.tgz#b6a6781bc923352e3c257ccd7d87d01821ea2d95" integrity sha512-N56xX405zLMw2tpGHKRx5h+kmdeZwxI21pvyC6OyBHJDCF6DlwWBm9TifdQmSD4dloWSmpDPzHWYa3CSjfopUg== -svelte-preprocess@^4.7.1: - version "4.7.3" - resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.7.3.tgz#454fa059c2400b15e7a3caeca18993cff9df0e96" - integrity sha512-Zx1/xLeGOIBlZMGPRCaXtlMe4ZA0faato5Dc3CosEqwu75MIEPuOstdkH6cy+RYTUYynoxzNaDxkPX4DbrPwRA== +svelte-preprocess@^4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.7.4.tgz#e4d5208ab25c2aaaf19e837f7d7bbf7930e61d2b" + integrity sha512-mDAmaltQl6e5zU2VEtoWEf7eLTfuOTGr9zt+BpA3AGHo8MIhKiNSPE9OLTCTOMgj0vj/uL9QBbaNmpG4G1CgIA== dependencies: "@types/pug" "^2.0.4" "@types/sass" "^1.16.0"