Skip to content

Commit 221bc77

Browse files
Bump postcss from 8.5.3 to 8.5.4
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de7ae67 commit 221bc77

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"concurrently": "^9.1.2",
1717
"eleventy-plugin-reading-time": "^0.0.1",
1818
"markdown-it-prism": "^3.0.0",
19-
"postcss": "^8.5.3",
19+
"postcss": "^8.5.4",
2020
"tailwindcss": "4.1.5"
2121
},
2222
"packageManager": "yarn@4.0.2"

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ __metadata:
11841184
concurrently: "npm:^9.1.2"
11851185
eleventy-plugin-reading-time: "npm:^0.0.1"
11861186
markdown-it-prism: "npm:^3.0.0"
1187-
postcss: "npm:^8.5.3"
1187+
postcss: "npm:^8.5.4"
11881188
tailwindcss: "npm:4.1.5"
11891189
languageName: unknown
11901190
linkType: soft
@@ -2203,6 +2203,15 @@ __metadata:
22032203
languageName: node
22042204
linkType: hard
22052205

2206+
"nanoid@npm:^3.3.11":
2207+
version: 3.3.11
2208+
resolution: "nanoid@npm:3.3.11"
2209+
bin:
2210+
nanoid: bin/nanoid.cjs
2211+
checksum: 40e7f70b3d15f725ca072dfc4f74e81fcf1fbb02e491cf58ac0c79093adc9b0a73b152bcde57df4b79cd097e13023d7504acb38404a4da7bc1cd8e887b82fe0b
2212+
languageName: node
2213+
linkType: hard
2214+
22062215
"nanoid@npm:^3.3.8":
22072216
version: 3.3.8
22082217
resolution: "nanoid@npm:3.3.8"
@@ -2385,14 +2394,14 @@ __metadata:
23852394
languageName: node
23862395
linkType: hard
23872396

2388-
"postcss@npm:^8.5.3":
2389-
version: 8.5.3
2390-
resolution: "postcss@npm:8.5.3"
2397+
"postcss@npm:^8.5.4":
2398+
version: 8.5.4
2399+
resolution: "postcss@npm:8.5.4"
23912400
dependencies:
2392-
nanoid: "npm:^3.3.8"
2401+
nanoid: "npm:^3.3.11"
23932402
picocolors: "npm:^1.1.1"
23942403
source-map-js: "npm:^1.2.1"
2395-
checksum: b75510d7b28c3ab728c8733dd01538314a18c52af426f199a3c9177e63eb08602a3938bfb66b62dc01350b9aed62087eabbf229af97a1659eb8d3513cec823b3
2404+
checksum: 0feff648614a834f7cd5396ea6b05b658ca0507e10a4eaad03b56c348f6aec93f42a885fc1b30522630c6a7e49ae53b38a061e3cba526f2d9857afbe095a22bb
23962405
languageName: node
23972406
linkType: hard
23982407

0 commit comments

Comments
 (0)