diff --git a/package.json b/package.json index 3b3a86a8..d0c89602 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier": "~2.3.2", "prettier-plugin-svelte": "^2.3.1", "svelte": "^3.42.3", - "svelte-preprocess": "^4.7.4", + "svelte-preprocess": "^4.8.0", "tailwindcss": "^2.2.7", "tslib": "^2.3.1", "typescript": "^4.4.2" diff --git a/yarn.lock b/yarn.lock index 78fc0840..4d00f29b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5461,10 +5461,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.7.4: - version "4.7.4" - resolved "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.7.4.tgz" - integrity sha512-mDAmaltQl6e5zU2VEtoWEf7eLTfuOTGr9zt+BpA3AGHo8MIhKiNSPE9OLTCTOMgj0vj/uL9QBbaNmpG4G1CgIA== +svelte-preprocess@^4.8.0: + version "4.8.0" + resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.8.0.tgz#fd3ebc19aae1b8a49ac9e30db1af572bf4619245" + integrity sha512-i9Z17cwGlp+kuSSv3kJWdAdAP2L26A5yMzHHdDj8YL+86sN64Yz5/gfjQp3Xb6fiaToo4sB+wTpid/23Gz0yvw== dependencies: "@types/pug" "^2.0.4" "@types/sass" "^1.16.0"