1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Update dependency postcss to v8.4.31 [SECURITY] (#6530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-09 12:29:22 +02:00
committed by GitHub
parent 21fef9d38d
commit 320c1a5970
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -154,7 +154,7 @@
"mini-css-extract-plugin": "2.7.6",
"node-ipc": "9.2.1",
"pkg": "5.8.1",
"postcss": "8.4.27",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
@@ -32902,9 +32902,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.27",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz",
"integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==",
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"dev": true,
"funding": [
{

View File

@@ -119,7 +119,7 @@
"mini-css-extract-plugin": "2.7.6",
"node-ipc": "9.2.1",
"pkg": "5.8.1",
"postcss": "8.4.27",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",