From b2d6c0a31d9c541fafdf0b36845bc62015dd19aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:45:29 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.5.25 to 8.5.26 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.25 to 8.5.26. - [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.25...8.5.26) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.26 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 00706d6..519a8ec 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.8.0", "jsdom": "^30.0.1", - "postcss": "^8.5.25", + "postcss": "^8.5.26", "tailwindcss": "^4.3.1", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0", @@ -4979,9 +4979,9 @@ } }, "node_modules/postcss": { - "version": "8.5.25", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz", - "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==", + "version": "8.5.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz", + "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==", "dev": true, "funding": [ { @@ -4999,7 +4999,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.16", + "nanoid": "^3.3.17", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/frontend/package.json b/frontend/package.json index a88d908..cdd1e1f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.8.0", "jsdom": "^30.0.1", - "postcss": "^8.5.25", + "postcss": "^8.5.26", "tailwindcss": "^4.3.1", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0",