From 0dcd47b27deaaefa1dcef712f4eb12a3a156d357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 18:10:21 +0000 Subject: [PATCH] Bump postcss from 8.5.9 to 8.5.14 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.9 to 8.5.14. - [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.9...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 30 ++++++------------------------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5267e37616..b53c382d7c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "reposense", - "version": "1.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reposense", - "version": "1.0.0", + "version": "5.0.0", "license": "ISC", "dependencies": { "@fontsource/titillium-web": "^5.0.0", @@ -24,7 +24,7 @@ "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1", - "postcss": "^8.4.39", + "postcss": "^8.5.14", "pug-lint-vue": "^0.4.0", "seedrandom": "^3.0.5", "vite": "^6.2.2", @@ -1136,9 +1136,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1159,9 +1156,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1182,9 +1176,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1205,9 +1196,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1228,9 +1216,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1251,9 +1236,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5881,9 +5863,9 @@ } }, "node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index ba50e9133d..61786f82b9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "minimatch": "^9.0.0", "muicss": "^0.10.3", "normalize.css": "^8.0.1", - "postcss": "^8.4.39", + "postcss": "^8.5.14", "pug-lint-vue": "^0.4.0", "seedrandom": "^3.0.5", "vite": "^6.2.2",