From f298564f72751aaf0f7678867f492731b0c8cd9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 16:02:31 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-remove-trailing-slashes (#4215) Bumps [gatsby-plugin-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes) from 2.1.10 to 2.1.12. - [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.12/packages/gatsby-plugin-remove-trailing-slashes) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- 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 d986e824f8..f7840c7469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12741,9 +12741,9 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.10.tgz", - "integrity": "sha512-bIMvR8M7/1xo+/Js/b22op/cGu7GDgYz8nnfK9kXI+pt5Iu4fCY1aY4vH8wbBEW1TP71tm1/WN20QauY93pzlQ==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.12.tgz", + "integrity": "sha512-9xhOMjzVWTxuA3JLJ/+VNgtgCXHJHgrcUC/lzrfPFr+AciDN6bUup2IesH47DBum/3zXhrJ8MzzfLAExaKqf8A==", "dev": true, "requires": { "@babel/runtime": "^7.6.3" diff --git a/package.json b/package.json index 706513e3b6..4db388bba9 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-page-creator": "^2.1.27", "gatsby-plugin-react-helmet": "^3.1.11", - "gatsby-plugin-remove-trailing-slashes": "^2.1.10", + "gatsby-plugin-remove-trailing-slashes": "^2.1.12", "gatsby-plugin-styled-components": "^3.1.11", "gatsby-plugin-typescript": "^2.1.15", "got": "^9.6.0", -- GitLab