diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 613779e3..1cd1eb0c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Congo v1.6.2 | MIT License | https://github.com/jpanther/congo */ -/*! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) diff --git a/package-lock.json b/package-lock.json index f296c409..31237480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2182,9 +2182,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz", - "integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -3952,9 +3952,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz", - "integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/package.json b/package.json index b93bd1ca..84f8c6f4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier": "^2.3.2", "prettier-plugin-go-template": "^0.0.11", "rimraf": "^3.0.2", - "tailwindcss": "^3.0.13", + "tailwindcss": "^3.0.15", "vendor-copy": "^3.0.1" }, "vendorCopy": [],