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

Bump postcss from 8.4.36 to 8.4.37 #2561

Merged
merged 1 commit into from
Mar 20, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"jasmine-browser-runner": "^2.3.0",
"jasmine-core": "^5.1.2",
"postcss": "^8.4.36",
"postcss": "^8.4.37",
"standardx": "^7.0.0",
"stylelint": "^16.2.1",
"stylelint-config-gds": "^2.0.0"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2690,14 +2690,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.36":
version: 8.4.36
resolution: "postcss@npm:8.4.36"
"postcss@npm:^8.4.37":
version: 8.4.37
resolution: "postcss@npm:8.4.37"
dependencies:
nanoid: ^3.3.7
picocolors: ^1.0.0
source-map-js: ^1.1.0
checksum: 1bb0f2bdfccd5a3ea0ed39700c09098f15501d38110208bfba2df5e3925e4ff7e9a4eaf8abb87bc692ae4d122d9aa0ec13bf4f4d8fd1ad8d8ceaa1f345e50ed1
source-map-js: ^1.2.0
checksum: c6b513e1021a336207fde4a1d4f32192503328dad59cc26d46aa731840ced4463b1e8b6098877c1cd42bb9d1c5385980832739f9c183dc47602c06325b28ff57
languageName: node
linkType: hard

Expand Down Expand Up @@ -3114,10 +3114,10 @@ __metadata:
languageName: node
linkType: hard

"source-map-js@npm:^1.1.0":
version: 1.1.0
resolution: "source-map-js@npm:1.1.0"
checksum: 6ef39381cdf5451c3db406e4b0fa95657be3c35db76fe6df3be430174b2e6af3c0b57d9728328dc62a211ae6209a0295d6a26442a55d5fccbf7cf1211fffa80e
"source-map-js@npm:^1.2.0":
version: 1.2.0
resolution: "source-map-js@npm:1.2.0"
checksum: 791a43306d9223792e84293b00458bf102a8946e7188f3db0e4e22d8d530b5f80a4ce468eb5ec0bf585443ad55ebbd630bf379c98db0b1f317fd902500217f97
languageName: node
linkType: hard

Expand Down Expand Up @@ -3161,7 +3161,7 @@ __metadata:
dependencies:
jasmine-browser-runner: ^2.3.0
jasmine-core: ^5.1.2
postcss: ^8.4.36
postcss: ^8.4.37
standardx: ^7.0.0
stylelint: ^16.2.1
stylelint-config-gds: ^2.0.0
Expand Down
Loading