chore(deps-dev): bump gatsby-plugin-catch-links from 4.2.0 to 4.5.0 (#7487)

Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 4.2.0 to 4.5.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.5.0/packages/gatsby-plugin-catch-links)

---
updated-dependencies:
- dependency-name: gatsby-plugin-catch-links
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-14 23:28:09 +00:00
committed by GitHub
parent e63234e01a
commit d418794cca
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -104,7 +104,7 @@
"fetch-ponyfill": "^7.1.0",
"form-data": "^4.0.0",
"gatsby": "4.5.2",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-page-creator": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
@@ -13331,9 +13331,9 @@
}
},
"node_modules/gatsby-plugin-catch-links": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.2.0.tgz",
"integrity": "sha512-efhOXKmxTi4b29C9pfqLIpzEOvrTNBDG0JyhhQa68SIAFOk3ELaXWSNrKj9wd8kbrGDvdi/mF2E4IkJ2T92eaA==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.5.0.tgz",
"integrity": "sha512-qxwaOHGlHYfacItT1cCDjHkGDhuY8biOdg53mNyLyZCtSMYxsAraCVL8iyDTI1hD33YuA+a6YlcFxaTDWr1mtw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4",
@@ -39917,9 +39917,9 @@
}
},
"gatsby-plugin-catch-links": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.2.0.tgz",
"integrity": "sha512-efhOXKmxTi4b29C9pfqLIpzEOvrTNBDG0JyhhQa68SIAFOk3ELaXWSNrKj9wd8kbrGDvdi/mF2E4IkJ2T92eaA==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.5.0.tgz",
"integrity": "sha512-qxwaOHGlHYfacItT1cCDjHkGDhuY8biOdg53mNyLyZCtSMYxsAraCVL8iyDTI1hD33YuA+a6YlcFxaTDWr1mtw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4",

View File

@@ -190,7 +190,7 @@
"fetch-ponyfill": "^7.1.0",
"form-data": "^4.0.0",
"gatsby": "4.5.2",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-page-creator": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",