diff --git a/package-lock.json b/package-lock.json index 8ec7a97f9f5827fdf3e699ae7a41075bf560f821..d986e824f8e18e686955950dffa430d00ba687e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12650,19 +12650,19 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.12", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.12.tgz", - "integrity": "sha512-42BGcWaYNJ1fL702A2HZNsQyFL2+0FBdiJkBbizZyWRqhlo3+/YlcIqUCILICrrsCipyGdaR9RLnIlalBczRdg==", + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.15.tgz", + "integrity": "sha512-lQXmRYtaO6BN0QUOqcGD2Zt6bsfJxJ6xANdJCyVebF7DNKJuMyyHN6Y+w/7IIKormwXOUxWSM3BnfbHCgumWYQ==", "dev": true, "requires": { - "@babel/runtime": "^7.6.2", + "@babel/runtime": "^7.6.3", "escape-string-regexp": "^1.0.5" }, "dependencies": { "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", + "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 51ebc358948838eca9e8d7b128a0d7a312b885f2..706513e3b61ede5bb239759904c18a454f5c7d20 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "fetch-ponyfill": "^6.1.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.16.5", - "gatsby-plugin-catch-links": "^2.1.12", + "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-page-creator": "^2.1.27", "gatsby-plugin-react-helmet": "^3.1.11", "gatsby-plugin-remove-trailing-slashes": "^2.1.10",