chore(deps): bump gatsby-plugin-remove-trailing-slashes to 2.3.2

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:15:43 -04:00
parent 779e5b45dd
commit 6228b216da
2 changed files with 16 additions and 5 deletions
+15 -4
View File
@@ -11513,12 +11513,23 @@
}
},
"gatsby-plugin-remove-trailing-slashes": {
"version": "2.1.22",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.22.tgz",
"integrity": "sha512-/D76N22VPAPOIEgeeEAI1jYb+L3WSgVjAEHlWH+TdvmXCm200thw4Zct4YVbmeTeU7cRy+qNr48E4+IyCBGcug==",
"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==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.9.6"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-sharp": {