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

This commit is contained in:
Jean-Philippe Sirois
2020-12-03 14:01:32 -05:00
parent 14337c9b86
commit e9bbb32208
2 changed files with 16 additions and 5 deletions
+15 -4
View File
@@ -15132,12 +15132,23 @@
}
},
"gatsby-plugin-remove-trailing-slashes": {
"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==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.6.0.tgz",
"integrity": "sha512-Hj9vwS9cMlpcsYZoIT5k3fuzEyPz+JJk1YrKjh7zFRtW5WxL43NjK45I2bT0OuhzzLZ36CBaVTTLqD5gCqJbSA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.6"
"@babel/runtime": "^7.12.5"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-sharp": {