93.diff (1931B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d69eb04..2682453 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -41,7 +41,7 @@ 6 "eslint-plugin-jsx-a11y": "6.5.1", 7 "eslint-plugin-unicorn": "41.0.0", 8 "i18next-parser": "5.4.0", 9 - "postcss": "8.4.7", 10 + "postcss": "8.4.8", 11 "tailwindcss": "3.0.23", 12 "typescript": "4.6.2" 13 }, 14 @@ -6883,9 +6883,9 @@ 15 } 16 }, 17 "node_modules/postcss": { 18 - "version": "8.4.7", 19 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", 20 - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", 21 + "version": "8.4.8", 22 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", 23 + "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", 24 "dev": true, 25 "dependencies": { 26 "nanoid": "^3.3.1", 27 @@ -14284,9 +14284,9 @@ 28 "dev": true 29 }, 30 "postcss": { 31 - "version": "8.4.7", 32 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", 33 - "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", 34 + "version": "8.4.8", 35 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", 36 + "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", 37 "dev": true, 38 "requires": { 39 "nanoid": "^3.3.1", 40 diff --git a/package.json b/package.json 41 index cb2f587..b9c3ebb 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -52,7 +52,7 @@ 45 "eslint-plugin-jsx-a11y": "6.5.1", 46 "eslint-plugin-unicorn": "41.0.0", 47 "i18next-parser": "5.4.0", 48 - "postcss": "8.4.7", 49 + "postcss": "8.4.8", 50 "tailwindcss": "3.0.23", 51 "typescript": "4.6.2" 52 },