Merge pull request #6 from sp-tarkov/dependabot/npm_and_yarn/develop/postcss-8.4.49

Bump postcss from 8.4.47 to 8.4.49
This commit is contained in:
Refringe 2024-11-25 15:34:34 -05:00 committed by GitHub
commit 14e4a1131c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -14,7 +14,7 @@
"axios": "^1.6.4",
"chokidar": "^3.6.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.0",
@ -1782,9 +1782,9 @@
}
},
"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==",
"dev": true,
"license": "ISC"
},
@ -1822,9 +1822,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==",
"dev": true,
"funding": [
{
@ -1843,7 +1843,7 @@
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
"engines": {

View File

@ -12,7 +12,7 @@
"axios": "^1.6.4",
"chokidar": "^3.6.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.0",