diff --git a/package-lock.json b/package-lock.json index 5d0cbf6..1891b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prettier-plugin-svelte": "^2.6.0", "svelte": "^3.46.4", "svelte-check": "^2.4.6", - "svelte-preprocess": "^4.10.4", + "svelte-preprocess": "^4.10.6", "tailwindcss": "^3.0.22", "tslib": "^2.4.0", "typescript": "^4.6.3" @@ -3651,9 +3651,9 @@ } }, "node_modules/svelte-preprocess": { - "version": "4.10.4", - "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.4.tgz", - "integrity": "sha512-fuwol0N4UoHsNQolLFbMqWivqcJ9N0vfWO9IuPAiX/5okfoGXURyJ6nECbuEIv0nU3M8Xe2I1ONNje2buk7l6A==", + "version": "4.10.6", + "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz", + "integrity": "sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6419,9 +6419,9 @@ "requires": {} }, "svelte-preprocess": { - "version": "4.10.4", - "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.4.tgz", - "integrity": "sha512-fuwol0N4UoHsNQolLFbMqWivqcJ9N0vfWO9IuPAiX/5okfoGXURyJ6nECbuEIv0nU3M8Xe2I1ONNje2buk7l6A==", + "version": "4.10.6", + "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-4.10.6.tgz", + "integrity": "sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==", "dev": true, "requires": { "@types/pug": "^2.0.4", diff --git a/package.json b/package.json index b693865..b5ba6f6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prettier-plugin-svelte": "^2.6.0", "svelte": "^3.46.4", "svelte-check": "^2.4.6", - "svelte-preprocess": "^4.10.4", + "svelte-preprocess": "^4.10.6", "tslib": "^2.4.0", "typescript": "^4.6.3", "postcss": "^8.4.12",