From b661a4cff32aaf11be33b43089c3d00d549ffc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 09:42:52 +0200 Subject: [PATCH] chore(deps-dev): bump svelte-preprocess from 4.10.5 to 4.10.6 (#744) Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 4.10.5 to 4.10.6. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 89eff434..722553b3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier": "~2.6.2", "prettier-plugin-svelte": "^2.7.0", "svelte": "^3.47.0", - "svelte-preprocess": "^4.10.5", + "svelte-preprocess": "^4.10.6", "tailwindcss": "^3.0.24", "tslib": "^2.3.1", "typescript": "^4.6.3" diff --git a/yarn.lock b/yarn.lock index d24ed74d..340fed00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4507,10 +4507,10 @@ svelte-hmr@^0.14.9: resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.14.9.tgz#35f277efc789e1a6230185717347cddb2f8e9833" integrity sha512-bKE9+4qb4sAnA+TKHiYurUl970rjA0XmlP9TEP7K/ncyWz3m81kA4HOgmlZK/7irGK7gzZlaPDI3cmf8fp/+tg== -svelte-preprocess@^4.10.5: - version "4.10.5" - resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.5.tgz#c4d20fd67b92559e5cac80281154c813c1c17353" - integrity sha512-VKXPRScCzAZqeBZOGq4LLwtNrAu++mVn7XvQox3eFDV7Ciq0Lg70Q8QWjH9iXF7J+pMlXhPsSFwpCb2E+hoeyA== +svelte-preprocess@^4.10.6: + version "4.10.6" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz#5f9a53e7ed3b85fc7e0841120c725b76ac5a1ba8" + integrity sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ== dependencies: "@types/pug" "^2.0.4" "@types/sass" "^1.16.0"