From 5eea99aee50c2bc821b1aea605d690327507dfeb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 18:19:22 -0500 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-remove-trailing-slashes (#3842) Bumps [gatsby-plugin-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes) from 2.1.0 to 2.1.2. - [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.2/packages/gatsby-plugin-remove-trailing-slashes) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ffa340930..d6ad316cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12186,9 +12186,9 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.0.tgz", - "integrity": "sha512-loOVqen2bdc2eeC3nnB6zuqEckItHOoIcSXiUuTMLwWWTbhmxSKKGBux+2wMkfdxWlzP0Bnxur1MOpaz9FMN2w==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.0.0" diff --git a/package.json b/package.json index 78e44ed7e3..036df00071 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "gatsby-plugin-catch-links": "^2.1.2", "gatsby-plugin-page-creator": "^2.1.5", "gatsby-plugin-react-helmet": "^3.1.3", - "gatsby-plugin-remove-trailing-slashes": "^2.1.0", + "gatsby-plugin-remove-trailing-slashes": "^2.1.2", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-typescript": "^2.1.2", "got": "^9.6.0",