diff --git a/package-lock.json b/package-lock.json index 9f76088efc..fe61609adf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15753,19 +15753,19 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.28", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.28.tgz", - "integrity": "sha512-3cemo2r4Q1JcJEVqOfWhXcrNXgocoaDSEV1c2gogGemZcWIHLbq2dh0zRABu/QKZ4p6nb8uTgh8DHFugZ1zbdg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.0.tgz", + "integrity": "sha512-Neoa6ijOG0+EeMH1SudOX9s8qKimguOmtxPgbr9WvbXEbY1zjz4Pi3iE3Np1sLodXTiHdjlPuHewv3NUnaFflg==", "dev": true, "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "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==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index e37ee0a96f..c88f31bfbe 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "form-data": "^3.0.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.19.41", - "gatsby-plugin-catch-links": "^2.1.28", + "gatsby-plugin-catch-links": "^2.3.0", "gatsby-plugin-page-creator": "^2.1.46", "gatsby-plugin-react-helmet": "^3.1.24", "gatsby-plugin-remove-trailing-slashes": "^2.3.0",