1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[deps] AC: Update postcss to v8.5.1 (#12965)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-06 14:29:22 +00:00
committed by GitHub
parent 649255bef0
commit b2de591be0
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -156,7 +156,7 @@
"lint-staged": "15.4.1", "lint-staged": "15.4.1",
"mini-css-extract-plugin": "2.9.2", "mini-css-extract-plugin": "2.9.2",
"node-ipc": "9.2.1", "node-ipc": "9.2.1",
"postcss": "8.4.49", "postcss": "8.5.1",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.4.2", "prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10", "prettier-plugin-tailwindcss": "0.6.10",
@@ -25009,9 +25009,9 @@
} }
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.3.7", "version": "3.3.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -27131,9 +27131,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.49", "version": "8.5.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -27151,7 +27151,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.8",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },

View File

@@ -117,7 +117,7 @@
"lint-staged": "15.4.1", "lint-staged": "15.4.1",
"mini-css-extract-plugin": "2.9.2", "mini-css-extract-plugin": "2.9.2",
"node-ipc": "9.2.1", "node-ipc": "9.2.1",
"postcss": "8.4.49", "postcss": "8.5.1",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.4.2", "prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10", "prettier-plugin-tailwindcss": "0.6.10",