Skip to content

Commit

Permalink
build(deps): Bump postcss from 8.4.40 to 8.4.41 in the postcss group (#…
Browse files Browse the repository at this point in the history
…7361)

* build(deps): Bump postcss from 8.4.40 to 8.4.41 in the postcss group

Bumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss).

Updates `postcss` from 8.4.40 to 8.4.41
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.40...8.4.41)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: deduplicate

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniil Suvorov <[email protected]>
  • Loading branch information
dependabot[bot] and SevereCloud authored Aug 12, 2024
1 parent f3f66cb commit ae074c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.9.0",
"playwright": "1.45.1",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-modules": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest-preset-stylelint": "^7.1.0",
"lint-staged": "^15.2.8",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^11.0.0",
"postcss-gap-properties": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@types/node": "^22.2.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4676,7 +4676,7 @@ __metadata:
jest-preset-stylelint: "npm:^7.1.0"
lint-staged: "npm:^15.2.8"
mini-css-extract-plugin: "npm:^2.9.0"
postcss: "npm:^8.4.40"
postcss: "npm:^8.4.41"
postcss-cli: "npm:^11.0.0"
postcss-custom-media: "npm:^11.0.0"
postcss-gap-properties: "npm:^6.0.0"
Expand Down Expand Up @@ -4722,7 +4722,7 @@ __metadata:
"@types/node": "npm:^22.2.0"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.4.40"
postcss: "npm:^8.4.41"
postcss-less: "npm:^6.0.0"
postcss-scss: "npm:^4.0.9"
postcss-value-parser: "npm:^4.2.0"
Expand Down Expand Up @@ -5744,7 +5744,7 @@ __metadata:
html-webpack-plugin: "npm:^5.5.0"
mini-css-extract-plugin: "npm:^2.9.0"
playwright: "npm:1.45.1"
postcss: "npm:^8.4.40"
postcss: "npm:^8.4.41"
postcss-modules: "npm:^6.0.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -14151,14 +14151,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.0.0, postcss@npm:^8.1.2, postcss@npm:^8.4.33, postcss@npm:^8.4.35, postcss@npm:^8.4.38, postcss@npm:^8.4.40":
version: 8.4.40
resolution: "postcss@npm:8.4.40"
"postcss@npm:^8.0.0, postcss@npm:^8.1.2, postcss@npm:^8.4.33, postcss@npm:^8.4.35, postcss@npm:^8.4.38, postcss@npm:^8.4.40, postcss@npm:^8.4.41":
version: 8.4.41
resolution: "postcss@npm:8.4.41"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10/bdd01b55152e4be7b4a82b03dd22876e33ff6a038680d1b80a50405a5eccc10aff0f466a0e5e574bc476943b0ba120fbd5de7cde9f219bbf8efc011898f5f631
checksum: 10/6e6176c2407eff60493ca60a706c6b7def20a722c3adda94ea1ece38345eb99964191336fd62b62652279cec6938e79e0b1e1d477142c8d3516e7a725a74ee37
languageName: node
linkType: hard

Expand Down

0 comments on commit ae074c5

Please sign in to comment.