diff --git a/web/package-lock.json b/web/package-lock.json index 3f0c5076..b5236578 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14,7 +14,7 @@ "@vitejs/plugin-vue": "5.1.4", "autoprefixer": "10.4.20", "plausible-tracker": "0.3.9", - "postcss": "8.4.47", + "postcss": "8.4.49", "sass": "1.79.4", "tailwindcss": "3.4.13", "unplugin-icons": "0.19.3", @@ -5729,9 +5729,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "license": "ISC" }, "node_modules/picomatch": { @@ -5794,9 +5794,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -5814,7 +5814,7 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { diff --git a/web/package.json b/web/package.json index b2dfba48..f71d0e3b 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "@vitejs/plugin-vue": "5.1.4", "autoprefixer": "10.4.20", "plausible-tracker": "0.3.9", - "postcss": "8.4.47", + "postcss": "8.4.49", "sass": "1.79.4", "tailwindcss": "3.4.13", "unplugin-icons": "0.19.3",