diff --git a/package-lock.json b/package-lock.json index 573d3f32ae..340a304678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31184,9 +31184,9 @@ } }, "tailwindcss": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.5.2.tgz", - "integrity": "sha512-OR7wxFetvHruLkQABeQac7jFdTOs+MwXzsuccOuMItva9GBANPd2VX8NgJ3pdvuGSL23c5cVId9jsvuKgulBiQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.6.0.tgz", + "integrity": "sha512-UZEex5ebsQlCTIBjI0oZITL67HBjOrzMgA4ceLOf8mrBGquLSn7LsO92do1nBSBZBV2Qqpivz9QUwT3zMSQkMA==", "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", "autoprefixer": "^9.4.5", @@ -31230,9 +31230,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001105", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001105.tgz", - "integrity": "sha512-JupOe6+dGMr7E20siZHIZQwYqrllxotAhiaej96y6x00b/48rPt42o+SzOSCPbrpsDWvRja40Hwrj0g0q6LZJg==" + "version": "1.0.30001107", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001107.tgz", + "integrity": "sha512-86rCH+G8onCmdN4VZzJet5uPELII59cUzDphko3thQFgAQG1RNa+sVLDoALIhRYmflo5iSIzWY3vu1XTWtNMQQ==" }, "chalk": { "version": "4.1.0", @@ -31281,9 +31281,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "electron-to-chromium": { - "version": "1.3.505", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.505.tgz", - "integrity": "sha512-Aunrp3HWtmdiJLIl+IPSFtEvJ/4Q9a3eKaxmzCthaZF1gbTbpHUTCU2zOVnFPH7r/AD7zQXyuFidYXzSHXBdsw==" + "version": "1.3.510", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.510.tgz", + "integrity": "sha512-sLtGB0znXdmo6lM8hy5wTVo+fLqvIuO8hEpgc0DvPmFZqvBu/WB7AarEwhxVKjf3rVbws/rC8Xf+AlsOb36lJQ==" }, "fs-extra": { "version": "8.1.0", diff --git a/package.json b/package.json index 546a1b7870..20c5e51e0f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prismjs": "^1.20.0", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", - "tailwindcss": "^1.5.2", + "tailwindcss": "^1.6.0", "vue": "^2.6.11", "vuex": "^3.5.1" },