Skip to content

Commit

Permalink
fix(deps): update dependency postcss-loader to ^7.3.2 for gatsby-plug…
Browse files Browse the repository at this point in the history
…in-postcss (#38160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 1, 2023
1 parent 69b71ec commit 6cb7dc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"postcss-loader": "^7.3.0"
"postcss-loader": "^7.3.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18748,10 +18748,10 @@ postcss-loader@^5.3.0:
klona "^2.0.4"
semver "^7.3.4"

postcss-loader@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.0.tgz#05991c1e490d8ff86ef18358d87db3b5b2dcb5f5"
integrity sha512-qLAFjvR2BFNz1H930P7mj1iuWJFjGey/nVhimfOAAQ1ZyPpcClAxP8+A55Sl8mBvM+K2a9Pjgdj10KpANWrNfw==
postcss-loader@^7.3.2:
version "7.3.2"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.2.tgz#ac3344ad1f14bb65df135744b7efae4dbdad4301"
integrity sha512-c7qDlXErX6n0VT+LUsW+nwefVtTu3ORtVvK8EXuUIDcxo+b/euYqpuHlJAvePb0Af5e8uMjR/13e0lTuYifaig==
dependencies:
cosmiconfig "^8.1.3"
jiti "^1.18.2"
Expand Down

0 comments on commit 6cb7dc6

Please sign in to comment.