From e1622e800cea9244f16a8a9401cbb525eedbb11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 22:04:43 +0000 Subject: [PATCH] chore(deps-dev): bump gatsby-plugin-catch-links from 4.19.0 to 4.25.0 (#8696) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 4.19.0 to 4.25.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.25.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f01593d32d..76f780a5c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", "gatsby": "4.23.1", - "gatsby-plugin-catch-links": "^4.19.0", + "gatsby-plugin-catch-links": "^4.25.0", "gatsby-plugin-page-creator": "^4.24.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", @@ -15042,9 +15042,9 @@ } }, "node_modules/gatsby-plugin-catch-links": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.19.0.tgz", - "integrity": "sha512-3eRRobMRRQr/NPvdZt3zPXJEwgw5mRZ8XirnABdryyCOOZZW7+Vk+ejB8S4FdX7Qt/4M2zJM+MjOiT4M4iQnKw==", + "version": "4.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.25.0.tgz", + "integrity": "sha512-pfXr2Ad2J2m7B0cq+2itDjmcOLmQ/S+0oOlrRj0AgHbSoqDa04s6DhVx5yIuYA+sfkk8gXXtgl/jJLyxi85gYw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -41919,9 +41919,9 @@ } }, "gatsby-plugin-catch-links": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.19.0.tgz", - "integrity": "sha512-3eRRobMRRQr/NPvdZt3zPXJEwgw5mRZ8XirnABdryyCOOZZW7+Vk+ejB8S4FdX7Qt/4M2zJM+MjOiT4M4iQnKw==", + "version": "4.25.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.25.0.tgz", + "integrity": "sha512-pfXr2Ad2J2m7B0cq+2itDjmcOLmQ/S+0oOlrRj0AgHbSoqDa04s6DhVx5yIuYA+sfkk8gXXtgl/jJLyxi85gYw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", diff --git a/package.json b/package.json index c25e4e974d..f3332e055f 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "fetch-ponyfill": "^7.1.0", "form-data": "^4.0.0", "gatsby": "4.23.1", - "gatsby-plugin-catch-links": "^4.19.0", + "gatsby-plugin-catch-links": "^4.25.0", "gatsby-plugin-page-creator": "^4.24.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-remove-trailing-slashes": "^4.9.0", -- GitLab