20.diff (2812B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 54fcf52..b24b8cb 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -33,7 +33,7 @@ 6 "eslint-plugin-jsx-a11y": "6.5.1", 7 "eslint-plugin-unicorn": "40.1.0", 8 "postcss": "8.4.5", 9 - "tailwindcss": "3.0.11", 10 + "tailwindcss": "3.0.15", 11 "typescript": "4.5.5" 12 }, 13 "engines": { 14 @@ -6399,9 +6399,9 @@ 15 } 16 }, 17 "node_modules/tailwindcss": { 18 - "version": "3.0.11", 19 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz", 20 - "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==", 21 + "version": "3.0.15", 22 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", 23 + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", 24 "dev": true, 25 "dependencies": { 26 "arg": "^5.0.1", 27 @@ -6420,10 +6420,10 @@ 28 "postcss-js": "^4.0.0", 29 "postcss-load-config": "^3.1.0", 30 "postcss-nested": "5.0.6", 31 - "postcss-selector-parser": "^6.0.7", 32 + "postcss-selector-parser": "^6.0.8", 33 "postcss-value-parser": "^4.2.0", 34 "quick-lru": "^5.1.1", 35 - "resolve": "^1.20.0" 36 + "resolve": "^1.21.0" 37 }, 38 "bin": { 39 "tailwind": "lib/cli.js", 40 @@ -11593,9 +11593,9 @@ 41 "dev": true 42 }, 43 "tailwindcss": { 44 - "version": "3.0.11", 45 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz", 46 - "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==", 47 + "version": "3.0.15", 48 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", 49 + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", 50 "dev": true, 51 "requires": { 52 "arg": "^5.0.1", 53 @@ -11614,10 +11614,10 @@ 54 "postcss-js": "^4.0.0", 55 "postcss-load-config": "^3.1.0", 56 "postcss-nested": "5.0.6", 57 - "postcss-selector-parser": "^6.0.7", 58 + "postcss-selector-parser": "^6.0.8", 59 "postcss-value-parser": "^4.2.0", 60 "quick-lru": "^5.1.1", 61 - "resolve": "^1.20.0" 62 + "resolve": "^1.21.0" 63 }, 64 "dependencies": { 65 "ansi-styles": { 66 diff --git a/package.json b/package.json 67 index f7b1d79..19b7d78 100644 68 --- a/package.json 69 +++ b/package.json 70 @@ -46,7 +46,7 @@ 71 "eslint-plugin-jsx-a11y": "6.5.1", 72 "eslint-plugin-unicorn": "40.1.0", 73 "postcss": "8.4.5", 74 - "tailwindcss": "3.0.11", 75 + "tailwindcss": "3.0.15", 76 "typescript": "4.5.5" 77 }, 78 "optionalDependencies": {