diff --git a/package-lock.json b/package-lock.json index bcaaae5d..4c47f4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8212,6 +8212,15 @@ "sorcery": "^0.10.0", "strip-indent": "^3.0.0" } + }, + "svelte-preprocess-cssmodules": { + "version": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22c1bed4ebfb1fd18e22c3588917b917a33", + "from": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22", + "requires": { + "loader-utils": "^2.0.0", + "object.fromentries": "^2.0.2", + "string.prototype.matchall": "^4.0.3" + } } } }, @@ -9082,9 +9091,9 @@ } }, "svelte": { - "version": "3.48.0", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.48.0.tgz", - "integrity": "sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==", + "version": "3.49.0", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.49.0.tgz", + "integrity": "sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==", "dev": true }, "svelte-dev-helper": { @@ -9125,6 +9134,7 @@ "svelte-preprocess-cssmodules": { "version": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22c1bed4ebfb1fd18e22c3588917b917a33", "from": "git+https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules.git#3b24f22", + "dev": true, "requires": { "loader-utils": "^2.0.0", "object.fromentries": "^2.0.2", diff --git a/package.json b/package.json index dec50c7a..18b5b3fc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "sass": "^1.49.7", "sass-loader": "^12.2.0", "style-loader": "^2.0.0", - "svelte": "^3.48.0", + "svelte": "^3.49.0", "svelte-loader": "^3.1.2", "svelte-preprocess": "^4.6.9", "svelte-preprocess-cssmodules": "https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules#3b24f22",