diff --git a/package-lock.json b/package-lock.json index cfc9696d9..1010169d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-congo-theme", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-congo-theme", - "version": "2.9.0", + "version": "2.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -24,7 +24,7 @@ "prettier-plugin-tailwindcss": "^0.6.9", "quicklink": "^2.3.0", "rimraf": "^6.0.1", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "vendor-copy": "^3.0.1" }, "funding": { @@ -3075,9 +3075,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -5817,9 +5817,9 @@ "dev": true }, "tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 4eb554fe7..2a6c96877 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prettier-plugin-tailwindcss": "^0.6.9", "quicklink": "^2.3.0", "rimraf": "^6.0.1", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "vendor-copy": "^3.0.1" }, "vendorCopy": [],