diff --git a/package-lock.json b/package-lock.json index 8a49e67..6d5cb8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/node": "~22.18.0", "@types/react": "~19.1.8", "@types/react-dom": "~19.1.6", - "geist": "~1.4.2", + "geist": "~1.5.1", "postcss": "~8.5.6", "serve": "~14.2.4", "tailwindcss": "^4.1.12", @@ -1432,13 +1432,6 @@ "tailwindcss": "4.1.12" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz", - "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz", @@ -1759,13 +1752,6 @@ "tailwindcss": "4.1.12" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.11.tgz", - "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -2893,9 +2879,9 @@ "license": "MIT" }, "node_modules/geist": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/geist/-/geist-1.4.2.tgz", - "integrity": "sha512-OQUga/KUc8ueijck6EbtT07L4tZ5+TZgjw8PyWfxo16sL5FWk7gNViPNU8hgCFjy6bJi9yuTP+CRpywzaGN8zw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/geist/-/geist-1.5.1.tgz", + "integrity": "sha512-mAHZxIsL2o3ZITFaBVFBnwyDOw+zNLYum6A6nIjpzCGIO8QtC3V76XF2RnZTyLx1wlDTmMDy8jg3Ib52MIjGvQ==", "dev": true, "license": "SIL OPEN FONT LICENSE", "peerDependencies": { diff --git a/package.json b/package.json index a612a31..c9eb661 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/node": "~22.18.0", "@types/react": "~19.1.8", "@types/react-dom": "~19.1.6", - "geist": "~1.4.2", + "geist": "~1.5.1", "postcss": "~8.5.6", "serve": "~14.2.4", "tailwindcss": "^4.1.12",