Merge pull request #2782 from hodgef/dependabot/npm_and_yarn/postcss-8.5.25

Bump postcss from 8.5.24 to 8.5.25
This commit is contained in:
Francisco Hodge
2026-07-30 04:03:55 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -31,7 +31,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.24",
"postcss": "^8.5.25",
"postcss-loader": "^8.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.6.1",
@@ -9467,9 +9467,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz",
"integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",
"integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
"dev": true,
"funding": [
{
@@ -19147,9 +19147,9 @@
}
},
"postcss": {
"version": "8.5.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz",
"integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",
"integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
"dev": true,
"requires": {
"nanoid": "^3.3.16",
+1 -1
View File
@@ -61,7 +61,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.24",
"postcss": "^8.5.25",
"postcss-loader": "^8.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.6.1",