From ff8d278dd6c1c9a52aa10154834607fea8e4e5ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 11:54:54 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-remove-trailing-slashes (#5117) Bumps [gatsby-plugin-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes) from 2.3.2 to 2.3.3. - [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.3.3/packages/gatsby-plugin-remove-trailing-slashes) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.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 fadb4b2c47..647d8a7b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14975,9 +14975,9 @@ } }, "gatsby-plugin-remove-trailing-slashes": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.2.tgz", - "integrity": "sha512-JAv8mOuPhZUeeKBFU66wtc4LALQU7gJv3TGcEgE3FUFqGYR6Z7sWQr69EM8yrjjA94lEvRf9aqIIj1XNziiFxA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.3.tgz", + "integrity": "sha512-vKVdBSE7lg0J55frWaTOs65PKHb6yQJOVA5xayvAbojWEidwOwurQvpdDxBug0b6WAVLqihYnlIN/EUnI7MWEg==", "dev": true, "requires": { "@babel/runtime": "^7.9.6" diff --git a/package.json b/package.json index cbecb53979..2da45d2a24 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "gatsby-plugin-catch-links": "^2.3.2", "gatsby-plugin-page-creator": "^2.3.7", "gatsby-plugin-react-helmet": "^3.3.2", - "gatsby-plugin-remove-trailing-slashes": "^2.3.2", + "gatsby-plugin-remove-trailing-slashes": "^2.3.3", "gatsby-plugin-styled-components": "^3.3.1", "gatsby-plugin-typescript": "^2.4.2", "got": "11.1.3",