Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency postcss to v8.4.44 #9694

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"globals": "15.9.0",
"handlebars-loader": "1.7.3",
"mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.43",
"postcss": "8.4.44",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.2",
"postcss-scss": "4.0.9",
Expand Down
10 changes: 5 additions & 5 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4393,7 +4393,7 @@ __metadata:
jquery: "npm:3.7.1"
lodash: "npm:4.17.21"
mini-css-extract-plugin: "npm:2.9.1"
postcss: "npm:8.4.43"
postcss: "npm:8.4.44"
postcss-loader: "npm:8.1.1"
postcss-preset-env: "npm:10.0.2"
postcss-scss: "npm:4.0.9"
Expand Down Expand Up @@ -6073,14 +6073,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.4.43, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.41":
version: 8.4.43
resolution: "postcss@npm:8.4.43"
"postcss@npm:8.4.44, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.41":
version: 8.4.44
resolution: "postcss@npm:8.4.44"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10c0/7cc9c6393ca00fcdca6fef8d119218df9357389b9fed30b6d4b463fc0e85159595a877f4ac0a2a565ea4c447cab1f424e527e68d8b7d40b8c94a6684663d45c5
checksum: 10c0/53c33338261a3d4f4198f8893e9dfe8b828d8d9186142ee85f02d228f04245c5bbe31239411a357a556ad20ed96f28db24d0921d63edc428fdc9133289371a1d
languageName: node
linkType: hard

Expand Down
Loading