Skip to content

Commit 1ddd753

Browse files
fix(deps): update dependency webpack-assets-manifest to v5.1.0 (#60)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 140a71d commit 1ddd753

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
with:
1313
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1414
app-id: ${{ secrets.TOKENS_APP_ID }}
15-
- uses: GoogleCloudPlatform/release-please-action@v3
15+
- uses: GoogleCloudPlatform/release-please-action@v2
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
1919
release-type: node
20-
package-name: "gatsby-plugin-netlify"
20+
package-name: 'gatsby-plugin-netlify'
2121
- uses: actions/checkout@v2
2222
if: ${{ steps.release.outputs.release_created }}
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: "*"
26-
cache: "npm"
25+
node-version: '*'
26+
cache: 'npm'
2727
check-latest: true
28-
registry-url: "https://registry.npmjs.org"
28+
registry-url: 'https://registry.npmjs.org'
2929
if: ${{ steps.release.outputs.release_created }}
3030
- run: npm publish
3131
if: ${{ steps.release.outputs.release_created }}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11197,9 +11197,9 @@ webidl-conversions@^6.1.0:
1119711197
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
1119811198

1119911199
webpack-assets-manifest@^5.0.6:
11200-
version "5.0.6"
11201-
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6.tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88"
11202-
integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg==
11200+
version "5.1.0"
11201+
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.1.0.tgz#5af328f6c8fa760cb9a62af631a83da2b478b791"
11202+
integrity sha512-kPuTMEjBrqZQVJ5M6yXNBCEdFbQQn7p+loNXt8NOeDFaAbsNFWqqwR0YL1mfG5LbwhK5FLXWXpuK3GuIIZ46rg==
1120311203
dependencies:
1120411204
chalk "^4.0"
1120511205
deepmerge "^4.0"

0 commit comments

Comments
 (0)