diff --git a/package-lock.json b/package-lock.json index d31b937bab..63cb864afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12418,12 +12418,29 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.2.tgz", - "integrity": "sha512-CSAsXXcfQ3gDOfs+5P/9DdC8ErFA40Z7saxzJSk56fu2tzrmvrhcKCpXptPZTdY7h7clDwZUN6xiJ2vZlpuhyA==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.6.tgz", + "integrity": "sha512-SzLr7g+fob3TRRskLFpT6RmWh7I8Z9ycORFiEGrNcVyPE9FWvCyayoAkK/FpToX7hfgBSxnuOuPKv8SC8BYyJQ==", "dev": true, "requires": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.6.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.0.tgz", + "integrity": "sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.2" + } + }, + "regenerator-runtime": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", + "dev": true + } } }, "gatsby-plugin-styled-components": { diff --git a/package.json b/package.json index bc589f7e73..63aa26280f 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "gatsby-plugin-catch-links": "^2.1.7", "gatsby-plugin-page-creator": "^2.1.17", "gatsby-plugin-react-helmet": "^3.1.7", - "gatsby-plugin-remove-trailing-slashes": "^2.1.2", + "gatsby-plugin-remove-trailing-slashes": "^2.1.6", "gatsby-plugin-styled-components": "^3.1.5", "gatsby-plugin-typescript": "^2.1.7", "got": "^9.6.0",