diff --git a/package-lock.json b/package-lock.json index 7ec7aad..7399368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "happy-dom": "^20.10.3", "jsdom": "^29.1.1", "prettier": "^3.8.4", - "prettier-plugin-svelte": "^4.1.0", + "prettier-plugin-svelte": "^4.1.1", "svelte": "^5.56.3", "svelte-check": "^4.6.0", "tailwindcss": "^4.3.1", @@ -2270,9 +2270,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2290,9 +2287,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2310,9 +2304,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2330,9 +2321,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4780,9 +4768,9 @@ } }, "node_modules/prettier-plugin-svelte": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-4.1.0.tgz", - "integrity": "sha512-YZkhA2Q9oOerFFG9tq+2f98WYT7Z2JgrybJrAyrB78jpsH9i/DdgplXemehuFPgsldetFNCcR/yCcYlDjPy94Q==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-4.1.1.tgz", + "integrity": "sha512-wXvbXMjSvb4C9ENWTHXyd+ihakKCsJ6rJhLP6/8HFNj4GkZr48jqL9PoKsl2sk7SyCZRTnJ7O2TTowUpOxP/KA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a098875..a2b55d1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "happy-dom": "^20.10.3", "jsdom": "^29.1.1", "prettier": "^3.8.4", - "prettier-plugin-svelte": "^4.1.0", + "prettier-plugin-svelte": "^4.1.1", "svelte": "^5.56.3", "svelte-check": "^4.6.0", "tailwindcss": "^4.3.1",