From 45c58f7117605c4a1c7d102810fb0b16f5125bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 18:59:13 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.16 to 8.5.17 in /justmakeit Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 to 8.5.17. - [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.5.16...8.5.17) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- justmakeit/package-lock.json | 8 ++++---- justmakeit/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/justmakeit/package-lock.json b/justmakeit/package-lock.json index b460c5d..2cc5b9b 100644 --- a/justmakeit/package-lock.json +++ b/justmakeit/package-lock.json @@ -36,7 +36,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9", "eslint-config-next": "^15.1.6", - "postcss": "^8.4.49", + "postcss": "^8.5.17", "tailwindcss": "^3.4.17", "typescript": "^6.0.3" } @@ -5505,9 +5505,9 @@ } }, "node_modules/postcss": { - "version": "8.5.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", - "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "version": "8.5.17", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.17.tgz", + "integrity": "sha512-J7EF+8X+CzRPaJPOv9Ck2wNWJvGnnl3PcNPAdGg6GTLjyVpyQ0yATMSXRFRV01BviT/9Gwuc3rjEyJbDJG9a4w==", "dev": true, "funding": [ { diff --git a/justmakeit/package.json b/justmakeit/package.json index cbb97e4..50f0845 100644 --- a/justmakeit/package.json +++ b/justmakeit/package.json @@ -36,7 +36,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9", "eslint-config-next": "^15.1.6", - "postcss": "^8.4.49", + "postcss": "^8.5.17", "tailwindcss": "^3.4.17", "typescript": "^6.0.3" },