From 98ddb26210db2eb81cb74bcef55d0481bafe7ace Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:35:14 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-remove-trailing-slashes (#4001) Bumps [gatsby-plugin-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes) from 2.1.2 to 2.1.6. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.1.6/packages/gatsby-plugin-remove-trailing-slashes) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 25 +++++++++++++++++++++---- package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) 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",