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",