From 82a6553539e798d09ab729d6e765cae08a728c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:10:08 +0000 Subject: [PATCH] Bump postcss in /frontend in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /frontend directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.8 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.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1e25501..ee282c5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "remoteterm-meshcore-frontend", - "version": "3.12.0", + "version": "3.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remoteterm-meshcore-frontend", - "version": "3.12.0", + "version": "3.12.3", "dependencies": { "@codemirror/lang-python": "^6.2.1", "@codemirror/theme-one-dark": "^6.1.3", @@ -53,7 +53,7 @@ "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "jsdom": "^25.0.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "prettier": "^3.4.2", "tailwindcss": "^3.4.19", "typescript": "^5.6.3", @@ -5619,9 +5619,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 7e89e27..0cd6bfa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -61,7 +61,7 @@ "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "jsdom": "^25.0.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "prettier": "^3.4.2", "tailwindcss": "^3.4.19", "typescript": "^5.6.3",