diff --git a/gatsby-theme-doctocat-typescript/package.json b/gatsby-theme-doctocat-typescript/package.json index 42733ed..1872239 100644 --- a/gatsby-theme-doctocat-typescript/package.json +++ b/gatsby-theme-doctocat-typescript/package.json @@ -41,7 +41,7 @@ "framer-motion": "^11.11.11", "fuse.js": "^7.0.0", "gatsby": "^5.13.4", - "gatsby-plugin-catch-links": "^5.13.1", + "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0", diff --git a/package-lock.json b/package-lock.json index ee69b26..6d22d9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -523,7 +523,7 @@ "framer-motion": "^11.11.11", "fuse.js": "^7.0.0", "gatsby": "^5.13.4", - "gatsby-plugin-catch-links": "^5.13.1", + "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0", @@ -14499,9 +14499,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"