Skip to content

Commit

Permalink
Merge pull request #232 from stefanvermaas/dependabot/npm_and_yarn/po…
Browse files Browse the repository at this point in the history
…stcss-load-config-6.0.1

Bump postcss-load-config from 5.1.0 to 6.0.1
  • Loading branch information
stefanvermaas authored Jun 3, 2024
2 parents 8d42053 + 275d563 commit 0972efd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"postcss": "^8.4.36",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.0.1",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^9.5.14"
}
}
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,13 +861,12 @@ postcss-lab-function@^6.0.16:
"@csstools/postcss-progressive-custom-properties" "^3.2.0"
"@csstools/utilities" "^1.0.0"

postcss-load-config@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-5.1.0.tgz#4ded23410da973e05edae9d41fa99bb5c1d5477f"
integrity sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==
postcss-load-config@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-6.0.1.tgz#6fd7dcd8ae89badcf1b2d644489cbabf83aa8096"
integrity sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==
dependencies:
lilconfig "^3.1.1"
yaml "^2.4.2"

postcss-logical@^7.0.1:
version "7.0.1"
Expand Down Expand Up @@ -1152,8 +1151,3 @@ wrap-ansi@^8.1.0:
ansi-styles "^6.1.0"
string-width "^5.0.1"
strip-ansi "^7.0.1"

yaml@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362"
integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==

0 comments on commit 0972efd

Please sign in to comment.