dependabot-preview[bot]
2019-11-17 07:34:10 +00:00
committed by repo-ranger[bot]
parent 3a9b55a81e
commit 9213f36a7a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14807,18 +14807,18 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.11.tgz",
"integrity": "sha512-10RgU3FcXNctDfFHpiAKQOmYBZlbeZSOfG1mqjWjz/BmYqkLoIaQfTwEMmBpH40DGf72pG2PUOGoDVDrikPKOA==",
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.13.tgz",
"integrity": "sha512-AR3uBAqEixvPoO/Y43qhMNLb/StYFrCLOwAFqngekQqaXEto8CJjEyG8S/7CFbCH+FITfDrHh19yyR1qwIuQcw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz",
"integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==",
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"

View File

@@ -206,7 +206,7 @@
"gatsby-plugin-page-creator": "^2.1.30",
"gatsby-plugin-react-helmet": "^3.1.15",
"gatsby-plugin-remove-trailing-slashes": "^2.1.14",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-plugin-typescript": "^2.1.18",
"got": "^9.6.0",
"humanize-string": "^2.1.0",