diff --git a/package-lock.json b/package-lock.json index 67a2347..dd6f41f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15576,9 +15576,9 @@ } }, "tailwindcss": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.6.2.tgz", - "integrity": "sha512-Cpa0kElG8Sg5sJSvTYi2frmIQZq0w37RLNNrYyy/W6HIWKspqSdTfb9tIN6X1gm4KV5a+TE/n7EKmn5Q9C7EUQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.7.1.tgz", + "integrity": "sha512-gc8dvU/Oxp+z+ow3+UblVE3MB40xmau3yIMDTM4VRVhW5Rqb2tDY7MyDH9YjjnlvBqtvQaWseLk7kk6Gpk3NPA==", "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", "autoprefixer": "^9.4.5", @@ -15596,6 +15596,7 @@ "postcss-js": "^2.0.0", "postcss-nested": "^4.1.1", "postcss-selector-parser": "^6.0.0", + "postcss-value-parser": "^4.1.0", "pretty-hrtime": "^1.0.3", "reduce-css-calc": "^2.1.6", "resolve": "^1.14.2" diff --git a/package.json b/package.json index 2550bb9..0703cb4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Greg Rickaby", "license": "GPL-2.0", "dependencies": { - "tailwindcss": "^1.6.2" + "tailwindcss": "^1.7.1" }, "devDependencies": { "@wordpress/scripts": "^12.1.1",