diff --git a/package-lock.json b/package-lock.json index 2634e36d..ba7bc6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "laravel-mix": "6.0.49", "lodash": "4.17.21", "postcss": "8.4.18", - "tailwindcss": "3.2.1", + "tailwindcss": "3.2.2", "vue-loader": "17.0.1" } }, @@ -15275,9 +15275,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", - "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", + "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", "devOptional": true, "dependencies": { "arg": "^5.0.2", @@ -15294,7 +15294,7 @@ "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.17", + "postcss": "^8.4.18", "postcss-import": "^14.1.0", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.4", @@ -28396,9 +28396,9 @@ "dev": true }, "tailwindcss": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", - "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", + "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", "devOptional": true, "requires": { "arg": "^5.0.2", @@ -28415,7 +28415,7 @@ "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.17", + "postcss": "^8.4.18", "postcss-import": "^14.1.0", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.4", diff --git a/package.json b/package.json index 4502e549..10dc625a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "laravel-mix": "6.0.49", "lodash": "4.17.21", "postcss": "8.4.18", - "tailwindcss": "3.2.1", + "tailwindcss": "3.2.2", "vue-loader": "17.0.1" }, "dependencies": {