diff --git a/package-lock.json b/package-lock.json index 09717fe..c94d78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "qs": "^6.13.0" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxt/image": "^1.1.0", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/google-fonts": "^3.1.3", @@ -27,7 +27,7 @@ "nuxt": "^3.8.2", "prettier": "^3.1.1", "sass": "^1.69.5", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.14", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vue": "^3.3.12", @@ -14024,9 +14024,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -14037,7 +14037,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 6fdf620..b542bde 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nuxt": "^3.8.2", "prettier": "^3.1.1", "sass": "^1.69.5", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.14", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vue": "^3.3.12",