From c28be90df5ffc0ccafe698e7ec1cc8d0d614eb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 01:04:52 +0000 Subject: [PATCH] build(deps-dev): bump svelte-preprocess in /experimental/live-editor (#761) Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 4.10.3 to 4.10.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/compare/v4.10.3...v4.10.4) --- updated-dependencies: - dependency-name: svelte-preprocess dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/live-editor/package.json | 2 +- experimental/live-editor/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/live-editor/package.json b/experimental/live-editor/package.json index cc21a2115..656877f2e 100644 --- a/experimental/live-editor/package.json +++ b/experimental/live-editor/package.json @@ -26,7 +26,7 @@ "prettier": "2.0.5", "svelte": "^3.44.0", "svelte-copy-to-clipboard": "^0.2.5", - "svelte-preprocess": "^4.10.1", + "svelte-preprocess": "^4.10.4", "svelte-simple-modal": "^1.3.1", "tailwindcss": "^3.0.12", "vite": "^2.8.6", diff --git a/experimental/live-editor/yarn.lock b/experimental/live-editor/yarn.lock index 565a55c29..bb7959e42 100644 --- a/experimental/live-editor/yarn.lock +++ b/experimental/live-editor/yarn.lock @@ -1605,10 +1605,10 @@ svelte-hmr@^0.14.11: resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.14.11.tgz#63d532dc9c2c849ab708592f034765fa2502e568" integrity sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ== -svelte-preprocess@^4.10.1: - version "4.10.3" - resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.3.tgz#9aac89a8abc3889fa5740fb34f7dd74f3c578e13" - integrity sha512-ttw17lJfb/dx2ZJT9sesaXT5l7mPQ9Apx1H496Kli3Hkk7orIRGpOw6rCPkRNzr6ueVPqb4vzodS5x7sBFhKHw== +svelte-preprocess@^4.10.4: + version "4.10.4" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.4.tgz#308a410266bfc55b4e608da8d552b63580141260" + integrity sha512-fuwol0N4UoHsNQolLFbMqWivqcJ9N0vfWO9IuPAiX/5okfoGXURyJ6nECbuEIv0nU3M8Xe2I1ONNje2buk7l6A== dependencies: "@types/pug" "^2.0.4" "@types/sass" "^1.16.0"