diff --git a/package.json b/package.json index 47e4d5592d..e2a6efc27c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "prettier": "~2.5.1", "prettier-plugin-svelte": "^2.6.0", "svelte": "^3.46.1", - "svelte-preprocess": "^4.10.1", + "svelte-preprocess": "^4.10.2", "tailwindcss": "^3.0.13", "tslib": "^2.3.1", "typescript": "^4.5.4" diff --git a/yarn.lock b/yarn.lock index 5eec20c354..49f5912740 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4352,10 +4352,10 @@ svelte-hmr@^0.14.7: resolved "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.14.7.tgz" integrity sha512-pDrzgcWSoMaK6AJkBWkmgIsecW0GChxYZSZieIYfCP0v2oPyx2CYU/zm7TBIcjLVUPP714WxmViE9Thht4etog== -svelte-preprocess@^4.10.1: - version "4.10.1" - resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.1.tgz#5f435e8aaa82976165bc8f5fa690e2e5ba084760" - integrity sha512-NSNloaylf+o9UeyUR2KvpdxrAyMdHl3U7rMnoP06/sG0iwJvlUM4TpMno13RaNqovh4AAoGsx1jeYcIyuGUXMw== +svelte-preprocess@^4.10.2: + version "4.10.2" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.10.2.tgz#2405689e57161916947b8360679051a56eddd5c6" + integrity sha512-aPpkCreSo8EL/y8kJSa1trhiX0oyAtTjlNNM7BNjRAsMJ8Yy2LtqHt0zyd4pQPXt+D4PzbO3qTjjio3kwOxDlA== dependencies: "@types/pug" "^2.0.4" "@types/sass" "^1.16.0"