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] <support@dependabot.com>

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>
This commit is contained in:
dependabot-preview[bot]
2020-05-23 11:54:54 +00:00
committed by GitHub
parent 02113acdff
commit ff8d278dd6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"

View File

@@ -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",