From 20b229639f724529f1f8d73d75cf093cd4a6611a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:29:02 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /apps/frontend directory: [postcss](https://github.com/postcss/postcss) and [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `postcss` from 8.5.6 to 8.5.10 - [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.6...8.5.10) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/frontend/package-lock.json | 14 +++++++------- apps/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/frontend/package-lock.json b/apps/frontend/package-lock.json index 86bbb1b..c1f8fc9 100644 --- a/apps/frontend/package-lock.json +++ b/apps/frontend/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^9", "eslint-config-next": "16.0.1", "gh-pages": "^6.3.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "tailwindcss": "^4.1.16" } }, @@ -3992,9 +3992,9 @@ "license": "ISC" }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", @@ -6745,9 +6745,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { diff --git a/apps/frontend/package.json b/apps/frontend/package.json index da2c11c..5d7573a 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -25,7 +25,7 @@ "eslint": "^9", "eslint-config-next": "16.0.1", "gh-pages": "^6.3.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "tailwindcss": "^4.1.16" } }