84.diff (3498B)
1 diff --git a/package-lock.json b/package-lock.json 2 index e474833..bc8e66e 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.6", 10 + "postcss": "8.4.7", 11 "tailwindcss": "3.0.23", 12 "typescript": "4.5.5" 13 }, 14 @@ -5875,9 +5875,9 @@ 15 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 16 }, 17 "node_modules/nanoid": { 18 - "version": "3.2.0", 19 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", 20 - "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==", 21 + "version": "3.3.1", 22 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz", 23 + "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==", 24 "bin": { 25 "nanoid": "bin/nanoid.cjs" 26 }, 27 @@ -6905,12 +6905,12 @@ 28 } 29 }, 30 "node_modules/postcss": { 31 - "version": "8.4.6", 32 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz", 33 - "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==", 34 + "version": "8.4.7", 35 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", 36 + "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", 37 "dev": true, 38 "dependencies": { 39 - "nanoid": "^3.2.0", 40 + "nanoid": "^3.3.1", 41 "picocolors": "^1.0.0", 42 "source-map-js": "^1.0.2" 43 }, 44 @@ -13540,9 +13540,9 @@ 45 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 46 }, 47 "nanoid": { 48 - "version": "3.2.0", 49 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", 50 - "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==" 51 + "version": "3.3.1", 52 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz", 53 + "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==" 54 }, 55 "natural-compare": { 56 "version": "1.4.0", 57 @@ -14295,12 +14295,12 @@ 58 "dev": true 59 }, 60 "postcss": { 61 - "version": "8.4.6", 62 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz", 63 - "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==", 64 + "version": "8.4.7", 65 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz", 66 + "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==", 67 "dev": true, 68 "requires": { 69 - "nanoid": "^3.2.0", 70 + "nanoid": "^3.3.1", 71 "picocolors": "^1.0.0", 72 "source-map-js": "^1.0.2" 73 } 74 diff --git a/package.json b/package.json 75 index a5ebc58..277cbae 100644 76 --- a/package.json 77 +++ b/package.json 78 @@ -52,7 +52,7 @@ 79 "eslint-plugin-jsx-a11y": "6.5.1", 80 "eslint-plugin-unicorn": "41.0.0", 81 "i18next-parser": "5.4.0", 82 - "postcss": "8.4.6", 83 + "postcss": "8.4.7", 84 "tailwindcss": "3.0.23", 85 "typescript": "4.5.5" 86 },