diff --git a/package-lock.json b/package-lock.json index 64f6218..41b4d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,15 +12,15 @@ "@mdx-js/react": "^3.0.1", "@next/mdx": "^14.2.6", "@types/mdx": "^2.0.13", - "next": "^14.2.6", + "next": "14.2.6", "react": "^18", "react-dom": "^18" }, "devDependencies": { "eslint": "^8", - "eslint-config-next": "^14.2.6", + "eslint-config-next": "14.2.6", "postcss": "^8.4.41", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.13" } }, "node_modules/@alloc/quick-lru": { @@ -6098,9 +6098,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cb45689..89dc06c 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "eslint": "^8", "eslint-config-next": "14.2.6", "postcss": "^8.4.41", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.13" } }