From 69f38986f13d9560dd7c47cf33da02cb5a3e672a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 19 Jan 2022 12:30:41 +0000 Subject: [PATCH] fix(deps): update dependency webpack-assets-manifest to v5.1.0 --- .github/workflows/release-please.yml | 10 +++++----- yarn.lock | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b46aae91..c6efe53d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,20 +12,20 @@ jobs: with: private-key: ${{ secrets.TOKENS_PRIVATE_KEY }} app-id: ${{ secrets.TOKENS_APP_ID }} - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: token: ${{ steps.get-token.outputs.token }} release-type: node - package-name: "gatsby-plugin-netlify" + package-name: 'gatsby-plugin-netlify' - uses: actions/checkout@v2 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v2 with: - node-version: "*" - cache: "npm" + node-version: '*' + cache: 'npm' check-latest: true - registry-url: "https://registry.npmjs.org" + registry-url: 'https://registry.npmjs.org' if: ${{ steps.release.outputs.release_created }} - run: npm publish if: ${{ steps.release.outputs.release_created }} diff --git a/yarn.lock b/yarn.lock index e4180a16..bcfa41a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11197,9 +11197,9 @@ webidl-conversions@^6.1.0: integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== webpack-assets-manifest@^5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6.tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88" - integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg== + version "5.1.0" + resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.1.0.tgz#5af328f6c8fa760cb9a62af631a83da2b478b791" + integrity sha512-kPuTMEjBrqZQVJ5M6yXNBCEdFbQQn7p+loNXt8NOeDFaAbsNFWqqwR0YL1mfG5LbwhK5FLXWXpuK3GuIIZ46rg== dependencies: chalk "^4.0" deepmerge "^4.0"