1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump tailwindcss from 3.0.18 to 3.0.19 in /crates/static-files

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-08 19:26:58 +00:00
committed by Quentin Gliech
parent 6bb7739401
commit 459ae34ebb
2 changed files with 18 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"cssnano": "^5.0.16", "cssnano": "^5.0.16",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"tailwindcss": "^3.0.18" "tailwindcss": "^3.0.19"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@@ -1702,12 +1702,12 @@
} }
}, },
"node_modules/resolve": { "node_modules/resolve": {
"version": "1.21.0", "version": "1.22.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
"integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"is-core-module": "^2.8.0", "is-core-module": "^2.8.1",
"path-parse": "^1.0.7", "path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0" "supports-preserve-symlinks-flag": "^1.0.0"
}, },
@@ -1846,9 +1846,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.0.18", "version": "3.0.19",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.19.tgz",
"integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", "integrity": "sha512-rjsdfz/qZya5xQ0OVynEMETgWq1CacmftgMYeXXh6bRM5vxsNwRSbMJsCCIjq/w67om9VP/AFMolOwiE+5VKig==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"arg": "^5.0.1", "arg": "^5.0.1",
@@ -1870,7 +1870,7 @@
"postcss-selector-parser": "^6.0.9", "postcss-selector-parser": "^6.0.9",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
"resolve": "^1.21.0" "resolve": "^1.22.0"
}, },
"bin": { "bin": {
"tailwind": "lib/cli.js", "tailwind": "lib/cli.js",
@@ -3090,12 +3090,12 @@
} }
}, },
"resolve": { "resolve": {
"version": "1.21.0", "version": "1.22.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
"integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"is-core-module": "^2.8.0", "is-core-module": "^2.8.1",
"path-parse": "^1.0.7", "path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0" "supports-preserve-symlinks-flag": "^1.0.0"
} }
@@ -3180,9 +3180,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.0.18", "version": "3.0.19",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.19.tgz",
"integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", "integrity": "sha512-rjsdfz/qZya5xQ0OVynEMETgWq1CacmftgMYeXXh6bRM5vxsNwRSbMJsCCIjq/w67om9VP/AFMolOwiE+5VKig==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.1", "arg": "^5.0.1",
@@ -3204,7 +3204,7 @@
"postcss-selector-parser": "^6.0.9", "postcss-selector-parser": "^6.0.9",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
"resolve": "^1.21.0" "resolve": "^1.22.0"
} }
}, },
"timsort": { "timsort": {

View File

@@ -11,6 +11,6 @@
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"cssnano": "^5.0.16", "cssnano": "^5.0.16",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"tailwindcss": "^3.0.18" "tailwindcss": "^3.0.19"
} }
} }