Skip to content

Commit 87d32b1

Browse files
fix(deps): update minor and patch for gatsby-plugin-postcss (#28831)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 22eb89c commit 87d32b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-plugin-postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
11-
"postcss-loader": "^4.0.4"
11+
"postcss-loader": "^4.1.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.12.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19322,10 +19322,10 @@ postcss-loader@^3.0.0:
1932219322
postcss-load-config "^2.0.0"
1932319323
schema-utils "^1.0.0"
1932419324

19325-
postcss-loader@^4.0.4:
19326-
version "4.0.4"
19327-
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.0.4.tgz#b2d005b52e008a44991cf8123bee207e635eb53e"
19328-
integrity sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw==
19325+
postcss-loader@^4.1.0:
19326+
version "4.1.0"
19327+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.1.0.tgz#4647a6c8dad3cb6b253fbfaa21d62201086f6e39"
19328+
integrity sha512-vbCkP70F3Q9PIk6d47aBwjqAMI4LfkXCoyxj+7NPNuVIwfTGdzv2KVQes59/RuxMniIgsYQCFSY42P3+ykJfaw==
1932919329
dependencies:
1933019330
cosmiconfig "^7.0.0"
1933119331
klona "^2.0.4"

0 commit comments

Comments
 (0)