diff --git a/package-lock.json b/package-lock.json index 1d92152..429fba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@popperjs/core": "^2.11.8", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tsconfig/svelte": "^5.0.4", - "@types/node": "^22.2.0", + "@types/node": "^22.4.0", "@types/pluralize": "^0.0.33", "autoprefixer": "^10.4.20", "builtin-modules": "^4.0.0", @@ -30,10 +30,10 @@ "postcss": "^8.4.41", "svelte": "^4.2.18", "svelte-check": "^3.8.5", - "tailwindcss": "^3.4.9", + "tailwindcss": "^3.4.10", "tslib": "^2.6.3", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.1" } }, "node_modules/@alloc/quick-lru": { @@ -1409,18 +1409,18 @@ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, "node_modules/@types/node": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", - "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", + "version": "22.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.0.tgz", + "integrity": "sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==", "devOptional": true, "dependencies": { - "undici-types": "~6.13.0" + "undici-types": "~6.19.2" } }, "node_modules/@types/node/node_modules/undici-types": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", - "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "version": "6.19.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", + "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", "devOptional": true }, "node_modules/@types/pluralize": { @@ -1987,9 +1987,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.22", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.22.tgz", - "integrity": "sha512-PBgj4pQd+1WZJ8kWCho7D6i1RMS9/6WkiRikIfqYFzFomfyWZET32Wy83xK2zmF9HiKXd2+bjtVahJ6546oraA==", + "version": "1.1.24", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.24.tgz", + "integrity": "sha512-UNEcYawHWOVw9GYQdOgjJvTQduYlPckmRMqpBqfkWpUzeK2CZfEP/JOYBH6SMypyfkNg/Zsqf0olN6vMrSPg3w==", "dev": true, "dependencies": { "@types/node": "~20.12.8", @@ -4050,9 +4050,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -4294,12 +4294,12 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz", + "integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==", "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", + "postcss": "^8.4.41", "rollup": "^4.13.0" }, "bin": { diff --git a/package.json b/package.json index 9985633..6fc1658 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@popperjs/core": "^2.11.8", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tsconfig/svelte": "^5.0.4", - "@types/node": "^22.2.0", + "@types/node": "^22.4.0", "@types/pluralize": "^0.0.33", "autoprefixer": "^10.4.20", "builtin-modules": "^4.0.0", @@ -28,10 +28,10 @@ "postcss": "^8.4.41", "svelte": "^4.2.18", "svelte-check": "^3.8.5", - "tailwindcss": "^3.4.9", + "tailwindcss": "^3.4.10", "tslib": "^2.6.3", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.1" }, "dependencies": { "@unocss/extractor-svelte": "^0.61.9",