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] <support@dependabot.com>
This commit is contained in:
committed by
repo-ranger[bot]
parent
60e09f3d03
commit
98ddb26210
Generated
+21
-4
@@ -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": {
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user