dependabot-preview[bot]
2019-09-13 16:35:14 +00:00
committed by repo-ranger[bot]
parent 60e09f3d03
commit 98ddb26210
2 changed files with 22 additions and 5 deletions
+21 -4
View File
@@ -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
View File
@@ -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",