25.diff (2800B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 4026e43..0be9b50 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -14,7 +14,7 @@ 6 "next": "12.0.8", 7 "node-localstorage": "2.2.1", 8 "pouchdb": "7.2.2", 9 - "prop-types": "^15.8.1", 10 + "prop-types": "15.8.1", 11 "react": "17.0.2", 12 "react-blurhash": "0.1.3", 13 "react-dom": "17.0.2", 14 @@ -35,7 +35,7 @@ 15 "eslint-plugin-jsx-a11y": "6.5.1", 16 "eslint-plugin-unicorn": "40.1.0", 17 "postcss": "8.4.5", 18 - "tailwindcss": "3.0.15", 19 + "tailwindcss": "3.0.16", 20 "typescript": "4.5.5" 21 }, 22 "engines": { 23 @@ -6289,9 +6289,9 @@ 24 } 25 }, 26 "node_modules/tailwindcss": { 27 - "version": "3.0.15", 28 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", 29 - "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", 30 + "version": "3.0.16", 31 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", 32 + "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", 33 "dev": true, 34 "dependencies": { 35 "arg": "^5.0.1", 36 @@ -6302,7 +6302,7 @@ 37 "detective": "^5.2.0", 38 "didyoumean": "^1.2.2", 39 "dlv": "^1.1.3", 40 - "fast-glob": "^3.2.7", 41 + "fast-glob": "^3.2.11", 42 "glob-parent": "^6.0.2", 43 "is-glob": "^4.0.3", 44 "normalize-path": "^3.0.0", 45 @@ -11442,9 +11442,9 @@ 46 "dev": true 47 }, 48 "tailwindcss": { 49 - "version": "3.0.15", 50 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", 51 - "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", 52 + "version": "3.0.16", 53 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.16.tgz", 54 + "integrity": "sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==", 55 "dev": true, 56 "requires": { 57 "arg": "^5.0.1", 58 @@ -11455,7 +11455,7 @@ 59 "detective": "^5.2.0", 60 "didyoumean": "^1.2.2", 61 "dlv": "^1.1.3", 62 - "fast-glob": "^3.2.7", 63 + "fast-glob": "^3.2.11", 64 "glob-parent": "^6.0.2", 65 "is-glob": "^4.0.3", 66 "normalize-path": "^3.0.0", 67 diff --git a/package.json b/package.json 68 index 3e372a3..3426e4e 100644 69 --- a/package.json 70 +++ b/package.json 71 @@ -46,7 +46,7 @@ 72 "eslint-plugin-jsx-a11y": "6.5.1", 73 "eslint-plugin-unicorn": "40.1.0", 74 "postcss": "8.4.5", 75 - "tailwindcss": "3.0.15", 76 + "tailwindcss": "3.0.16", 77 "typescript": "4.5.5" 78 }, 79 "optionalDependencies": {