Skip to content

Commit a9c135d

Browse files
chore(deps): update dependency postcss to ^8.1.6 (#27903)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3cdf29f commit a9c135d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"do-sync": "^2.2.0",
6464
"microbundle": "^0.12.4",
6565
"npm-run-all": "^4.1.5",
66-
"postcss": "^8.1.4",
66+
"postcss": "^8.1.6",
6767
"terser": "^5.3.8",
6868
"typescript": "^3.9.5"
6969
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -16906,10 +16906,10 @@ nan@^2.10.0, nan@^2.9.2:
1690616906
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
1690716907
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
1690816908

16909-
nanoid@^3.1.15:
16910-
version "3.1.15"
16911-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.15.tgz#28e7c4ce56aff2d0c2d37814c7aef9d6c5b3e6f3"
16912-
integrity sha512-n8rXUZ8UU3lV6+43atPrSizqzh25n1/f00Wx1sCiE7R1sSHytZLTTiQl8DjC4IDLOnEZDlgJhy0yO4VsIpMxow==
16909+
nanoid@^3.1.16:
16910+
version "3.1.16"
16911+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.16.tgz#b21f0a7d031196faf75314d7c65d36352beeef64"
16912+
integrity sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==
1691316913

1691416914
nanomatch@^1.2.9:
1691516915
version "1.2.13"
@@ -19108,14 +19108,14 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.1
1910819108
source-map "^0.6.1"
1910919109
supports-color "^6.1.0"
1911019110

19111-
postcss@^8.1.4:
19112-
version "8.1.4"
19113-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.4.tgz#356dfef367a70f3d04347f74560c85846e20e4c1"
19114-
integrity sha512-LfqcwgMq9LOd8pX7K2+r2HPitlIGC5p6PoZhVELlqhh2YGDVcXKpkCseqan73Hrdik6nBd2OvoDPUaP/oMj9hQ==
19111+
postcss@^8.1.6:
19112+
version "8.1.6"
19113+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.6.tgz#b022ba2cfb8701da234d073ed3128c5a384c35ff"
19114+
integrity sha512-JuifSl4h8dJ70SiMXKjzCxhalE6p2TnMHuq9G8ftyXj2jg6SXzqCsEuxMj9RkmJoO5D+Z9YrWunNkxqpRT02qg==
1911519115
dependencies:
1911619116
colorette "^1.2.1"
1911719117
line-column "^1.0.2"
19118-
nanoid "^3.1.15"
19118+
nanoid "^3.1.16"
1911919119
source-map "^0.6.1"
1912019120

1912119121
potrace@^2.1.8:

0 commit comments

Comments
 (0)