Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-06 23:30:23 +00:00 committed by GitHub
parent ed2873a8de
commit df26cbe743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "sky-follower-bridge",
"version": "0.3.2",
"version": "0.6.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sky-follower-bridge",
"version": "0.3.2",
"version": "0.6.5",
"dependencies": {
"@atproto/api": "^0.6.4",
"@changesets/cli": "^2.26.2",
@ -26,7 +26,7 @@
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"postcss": "^8.4.28",
"postcss": "^8.4.31",
"prettier": "3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
@ -9937,9 +9937,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/postcss": {
"version": "8.4.28",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz",
"integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==",
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"funding": [
{
"type": "opencollective",
@ -18803,9 +18803,9 @@
}
},
"postcss": {
"version": "8.4.28",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz",
"integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==",
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"requires": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",

View File

@ -31,7 +31,7 @@
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"postcss": "^8.4.28",
"postcss": "^8.4.31",
"prettier": "3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"