Skip to content

Commit 533494b

Browse files
chore: bump postcss from 8.5.25 to 8.5.26
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.25 to 8.5.26. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.25...8.5.26) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.26 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1afaac7 commit 533494b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://cpeditor.github.io/",
1313
"devDependencies": {
1414
"autoprefixer": "^10.5.0",
15-
"postcss": "^8.5.25",
15+
"postcss": "^8.5.26",
1616
"postcss-cli": "^10.1.0",
1717
"remark-cli": "^11.0.0",
1818
"remark-frontmatter": "^5.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,10 @@ ms@2.1.2:
13491349
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
13501350
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
13511351

1352-
nanoid@^3.3.16:
1353-
version "3.3.16"
1354-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.16.tgz#a04d8ec4b1f10009d2d533947aefe4293737816c"
1355-
integrity sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==
1352+
nanoid@^3.3.17:
1353+
version "3.3.18"
1354+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.18.tgz#f66a2de1199ffde0fcf21c8a5f13106b1c081913"
1355+
integrity sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==
13561356

13571357
node-releases@^2.0.36:
13581358
version "2.0.37"
@@ -1486,12 +1486,12 @@ postcss-value-parser@^4.2.0:
14861486
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
14871487
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
14881488

1489-
postcss@^8.5.25:
1490-
version "8.5.25"
1491-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.25.tgz#5012a598eaaa897f21bbe8553be3cb7bd2bd78cb"
1492-
integrity sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==
1489+
postcss@^8.5.26:
1490+
version "8.5.26"
1491+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.26.tgz#6e75135780c7e10df3433bf2266c552d35c8c620"
1492+
integrity sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==
14931493
dependencies:
1494-
nanoid "^3.3.16"
1494+
nanoid "^3.3.17"
14951495
picocolors "^1.1.1"
14961496
source-map-js "^1.2.1"
14971497

0 commit comments

Comments
 (0)