chore(deps): update dependency postcss to v8.4.48
All checks were successful
Lint / Lint (push) Successful in 28s
SonarQube Scan / SonarQube Trigger (push) Successful in 58s

This commit is contained in:
Renovate Bot 2024-11-10 22:02:47 +00:00
parent 0fd4bcbaba
commit ebc18aa7d2
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "14.2.17", "eslint-config-next": "14.2.17",
"postcss": "8.4.47", "postcss": "8.4.48",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.14",
"turbo": "2.2.3", "turbo": "2.2.3",
"typescript": "5.6.3" "typescript": "5.6.3"
@ -5595,9 +5595,10 @@
} }
}, },
"node_modules/picocolors": { "node_modules/picocolors": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
"license": "ISC"
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.1", "version": "2.3.1",
@ -5636,9 +5637,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.47", "version": "8.4.48",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.48.tgz",
"integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "integrity": "sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -5656,7 +5657,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"picocolors": "^1.1.0", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },
"engines": { "engines": {

View File

@ -30,7 +30,7 @@
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "14.2.17", "eslint-config-next": "14.2.17",
"postcss": "8.4.47", "postcss": "8.4.48",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.14",
"turbo": "2.2.3", "turbo": "2.2.3",
"typescript": "5.6.3" "typescript": "5.6.3"