diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-14 11:11:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 11:11:10 -0500 |
| commit | 0e91f68cef669df7f4de88662ded1c2f1fb3f4be (patch) | |
| tree | c5b348bf073cad444cc8bc9fca6f4abf1288100d | |
| parent | 2cdd0ebba2b32d6c7dae0444d0f6973e748acec6 (diff) | |
| download | submelon.dev-0e91f68cef669df7f4de88662ded1c2f1fb3f4be.tar.gz submelon.dev-0e91f68cef669df7f4de88662ded1c2f1fb3f4be.tar.bz2 submelon.dev-0e91f68cef669df7f4de88662ded1c2f1fb3f4be.zip | |
Bump gatsby-plugin-manifest from 5.3.1 to 5.4.0 (#71)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.4.0/packages/gatsby-plugin-manifest)
---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 30 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index 9064c14..a9a6749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "gatsby": "5.4.1", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.3.2", - "gatsby-plugin-manifest": "5.3.1", + "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", "gatsby-plugin-styled-components": "6.3.0", @@ -8976,15 +8976,15 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.3.1.tgz", - "integrity": "sha512-zU82docfGeTyH5guPEUQet+IRAIOzOQxUY74cgG3cJlIrLuSOEc3B/wVbYhUWysO6tCaHOuP1BX+R5OUm5YX7A==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.4.0.tgz", + "integrity": "sha512-Jw1LUJxLnIoeGdbsKies/0NpKOganfBMDpusgIbYZzBENlsNcJTtlOFWfbExJFAutc2ZStDoQrch6AkOvwujBw==", "dependencies": { - "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.3.1", - "gatsby-plugin-utils": "^4.3.1", + "@babel/runtime": "^7.20.7", + "gatsby-core-utils": "^4.4.0", + "gatsby-plugin-utils": "^4.4.0", "semver": "^7.3.8", - "sharp": "^0.31.2" + "sharp": "^0.31.3" }, "engines": { "node": ">=18.0.0" @@ -23384,15 +23384,15 @@ } }, "gatsby-plugin-manifest": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.3.1.tgz", - "integrity": "sha512-zU82docfGeTyH5guPEUQet+IRAIOzOQxUY74cgG3cJlIrLuSOEc3B/wVbYhUWysO6tCaHOuP1BX+R5OUm5YX7A==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.4.0.tgz", + "integrity": "sha512-Jw1LUJxLnIoeGdbsKies/0NpKOganfBMDpusgIbYZzBENlsNcJTtlOFWfbExJFAutc2ZStDoQrch6AkOvwujBw==", "requires": { - "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.3.1", - "gatsby-plugin-utils": "^4.3.1", + "@babel/runtime": "^7.20.7", + "gatsby-core-utils": "^4.4.0", + "gatsby-plugin-utils": "^4.4.0", "semver": "^7.3.8", - "sharp": "^0.31.2" + "sharp": "^0.31.3" } }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index bca5f80..e5dc2f6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby": "5.4.1", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.3.2", - "gatsby-plugin-manifest": "5.3.1", + "gatsby-plugin-manifest": "5.4.0", "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.3.2", "gatsby-plugin-styled-components": "6.3.0", |
