dependabot-preview[bot]
2019-10-11 13:43:56 -05:00
committed by Caleb Cartwright
parent b7943b5b9f
commit 32f0f06a2d
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -12225,18 +12225,18 @@
}
},
"gatsby-plugin-remove-trailing-slashes": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.9.tgz",
"integrity": "sha512-BVjVxQ8ksehFHNFZI1ZzoPiGp6wkW7Mop8FA7Wa3aLP8B+47iHdQhSW+b5ZNCvv778EdDOp6U6d3Eq5BWduzDw==",
"version": "2.1.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.10.tgz",
"integrity": "sha512-bIMvR8M7/1xo+/Js/b22op/cGu7GDgYz8nnfK9kXI+pt5Iu4fCY1aY4vH8wbBEW1TP71tm1/WN20QauY93pzlQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.6.2"
"@babel/runtime": "^7.6.3"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz",
"integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
+1 -1
View File
@@ -203,7 +203,7 @@
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-page-creator": "^2.1.24",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-remove-trailing-slashes": "^2.1.9",
"gatsby-plugin-remove-trailing-slashes": "^2.1.10",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-plugin-typescript": "^2.1.11",
"got": "^9.6.0",