1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 21:18:33 +00:00

build(deps-dev): bump tailwindcss from 3.2.6 to 3.2.7 in /web

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.6 to 3.2.7.
- [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.2.6...v3.2.7)

---
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] 2023-02-20 18:03:12 +00:00 committed by Brenden Matthews
parent be4a595380
commit eb2e41c490
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -44,7 +44,7 @@
"postcss": "^8.4.21",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.6",
"tailwindcss": "^3.2.7",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
@ -13774,9 +13774,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz",
"integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
"integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
"dependencies": {
"arg": "^5.0.2",
"chokidar": "^3.5.3",

View File

@ -56,7 +56,7 @@
"postcss": "^8.4.21",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.6",
"tailwindcss": "^3.2.7",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}