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": { "gatsby-plugin-remove-trailing-slashes": {
"version": "2.1.22", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.22.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.3.2.tgz",
"integrity": "sha512-/D76N22VPAPOIEgeeEAI1jYb+L3WSgVjAEHlWH+TdvmXCm200thw4Zct4YVbmeTeU7cRy+qNr48E4+IyCBGcug==", "integrity": "sha512-JAv8mOuPhZUeeKBFU66wtc4LALQU7gJv3TGcEgE3FUFqGYR6Z7sWQr69EM8yrjjA94lEvRf9aqIIj1XNziiFxA==",
"dev": true, "dev": true,
"requires": { "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": { "gatsby-plugin-sharp": {
+1 -1
View File
@@ -73,7 +73,7 @@
"@types/styled-components": "^5.1.0", "@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.10.7", "babel-plugin-styled-components": "^1.10.7",
"discord.js": "^12.2.0", "discord.js": "^12.2.0",
"gatsby-plugin-remove-trailing-slashes": "^2.1.22", "gatsby-plugin-remove-trailing-slashes": "^2.3.2",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"tslint": "^6.0.0", "tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",