From 49cc8313c56d74489964970480ce2acac450145e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 07:06:13 +0000 Subject: [PATCH] fix: upgrade gatsby-plugin-catch-links from 5.13.1 to 5.14.0 Snyk has created this PR to upgrade gatsby-plugin-catch-links from 5.13.1 to 5.14.0. See this package in npm: gatsby-plugin-catch-links See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 368dd5f..81fc32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "disqus-react": "^1.1.5", "gatsby": "^5.14.0", "gatsby-link": "^5.12.1", - "gatsby-plugin-catch-links": "^5.13.1", + "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.0", @@ -16185,9 +16185,10 @@ } }, "node_modules/gatsby-plugin-catch-links": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-5.13.1.tgz", - "integrity": "sha512-lU0AxsXWTEMzPhZZPSCQAAQyQkcfcrK1fVinxQ2Zc85A/d+3k76SsuH+G14LsqjhidknltwBddKtPdRE0DOSRA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-5.14.0.tgz", + "integrity": "sha512-dKMrQOHj0FCMz02FCARI50kFh5jnh1YWA4FoASzaggmhknmgm6A4JIRAwSQo2iEhxnMNgYOHN0FKLz0XSwjdTA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", "escape-string-regexp": "^1.0.5" diff --git a/package.json b/package.json index abf4ca2..81d9318 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "disqus-react": "^1.1.5", "gatsby": "^5.14.0", "gatsby-link": "^5.12.1", - "gatsby-plugin-catch-links": "^5.13.1", + "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", "gatsby-plugin-image": "^3.13.0",