diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 081e845d..b7e21a4c 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: chrnorm/deployment-action@v1 + - uses: chrnorm/deployment-action@v1.2.0 name: Create GitHub deployment id: deployment with: @@ -34,7 +34,7 @@ jobs: - name: Update deployment status (success) if: success() - uses: chrnorm/deployment-status@v1 + uses: chrnorm/deployment-status@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} environment_url: ${{ steps.vercel-action.outputs.preview-url }} @@ -43,7 +43,7 @@ jobs: - name: Update deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v1 + uses: chrnorm/deployment-status@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} state: "failure" diff --git a/package.json b/package.json index d4c590d4..0ae6f516 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "node-fetch": "2.6.1", "postcss": "7.0.32", "postcss-import": "^12.0.1", - "postcss-load-config": "2.1.0", + "postcss-load-config": "3.0.1", "postcss-loader": "^3.0.0", "postcss-node-sass": "2.1.8", "postcss-scss": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 63b78508..3f496ad3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -569,7 +569,7 @@ "@github/prettier-config@0.0.4": version "0.0.4" - resolved "https://npm.pkg.github.com/download/@github/prettier-config/0.0.4/69d843b9d8cba082ce7977ef0fe3367716462384a6857e7e9ef6b40d5868d98b#cbfddb36a7f29a81c5af155dc5827e95b23b9ccd" + resolved "https://registry.yarnpkg.com/@github/prettier-config/-/prettier-config-0.0.4.tgz#cbfddb36a7f29a81c5af155dc5827e95b23b9ccd" integrity sha512-ZOJ+U771Mw68qp2GPbcqPt2Xg0LEl0YwiIFHXwVLAFm2TgDnsgcCHhXO8PIxOWPqSFO4S7xIMD9CBobfaWGASA== "@istanbuljs/load-nyc-config@^1.0.0": @@ -3533,6 +3533,13 @@ import-cwd@^2.0.0: dependencies: import-from "^2.1.0" +import-cwd@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92" + integrity sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== + dependencies: + import-from "^3.0.0" + import-fresh@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" @@ -3556,6 +3563,13 @@ import-from@^2.1.0: dependencies: resolve-from "^3.0.0" +import-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" + integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== + dependencies: + resolve-from "^5.0.0" + import-lazy@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" @@ -5676,13 +5690,13 @@ postcss-less@^3.1.4: dependencies: postcss "^7.0.14" -postcss-load-config@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== +postcss-load-config@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.0.1.tgz#d214bf9cfec1608ffaf0f4161b3ba20664ab64b9" + integrity sha512-/pDHe30UYZUD11IeG8GWx9lNtu1ToyTsZHnyy45B4Mrwr/Kb6NgYl7k753+05CJNKnjbwh4975amoPJ+TEjHNQ== dependencies: - cosmiconfig "^5.0.0" - import-cwd "^2.0.0" + cosmiconfig "^7.0.0" + import-cwd "^3.0.0" postcss-load-config@^2.0.0: version "2.1.2"