Skip to content

Commit 6cb7dc6

Browse files
fix(deps): update dependency postcss-loader to ^7.3.2 for gatsby-plugin-postcss (#38160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69b71ec commit 6cb7dc6

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.20.13",
11-
"postcss-loader": "^7.3.0"
11+
"postcss-loader": "^7.3.2"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.20.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18748,10 +18748,10 @@ postcss-loader@^5.3.0:
1874818748
klona "^2.0.4"
1874918749
semver "^7.3.4"
1875018750

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

0 commit comments

Comments
 (0)