diff --git a/package-lock.json b/package-lock.json index 4cd9a20e04..e0bed97afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12292,12 +12292,27 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.5.tgz", - "integrity": "sha1-3oSr1KHcYJWO+fqeZEOLuupluKA=", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.2.1.tgz", + "integrity": "sha512-sxKYhQVh8fKcQQ6EzEuHOyWN9igNjvaVg5jGgB2b0Mft7+KgWzVkq2pNjwmP7UGMUPVsE01LLJdQFytkduSkAA==", "requires": { - "@babel/runtime": "^7.5.5", + "@babel/runtime": "^7.8.7", "escape-string-regexp": "^1.0.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } } }, "gatsby-plugin-emotion": { diff --git a/package.json b/package.json index fd4e41ec6c..7177f6e9ff 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "emotion-server": "^10.0.27", "gatsby": "^2.20.14", "gatsby-plugin-canonical-urls": "^2.2.1", - "gatsby-plugin-catch-links": "^2.0.9", + "gatsby-plugin-catch-links": "^2.2.1", "gatsby-plugin-emotion": "^4.2.1", "gatsby-plugin-manifest": "^2.3.3", "gatsby-plugin-offline": "^3.1.2",