Build(deps-dev): bump gatsby-plugin-page-creator from 2.1.37 to 2.1.38 (#4516)

Bumps [gatsby-plugin-page-creator](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-page-creator) from 2.1.37 to 2.1.38.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-page-creator/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.1.38/packages/gatsby-plugin-page-creator)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-11 14:13:16 -06:00
committed by Caleb Cartwright
parent 77bcbc52bc
commit f804db62c8
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -14612,9 +14612,9 @@
}
},
"gatsby-core-utils": {
"version": "1.0.25",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.25.tgz",
"integrity": "sha512-Pz5xueweH9qv5TIW7wwlTxI/CbyzkiE5xvgLicbHbU+InH+lCNt4VuvGP1gQcIRuHMCIbuVKSiVCC7jnxEbtrA==",
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz",
"integrity": "sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A==",
"dev": true,
"requires": {
"ci-info": "2.0.0",
@@ -14684,16 +14684,16 @@
}
},
"gatsby-page-utils": {
"version": "0.0.36",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.36.tgz",
"integrity": "sha512-W+9+PdEWKCxO5cEr8D3F0vyN2sDLeoSwROwiuO+J791HHUj+HgnDzRAt97WjBwcD4ghT+ONs5Ao2WyR+bVrIzw==",
"version": "0.0.37",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.37.tgz",
"integrity": "sha512-kAeHm8yLYLelexOncfg/43TnbDcsfYIByP8IEeTDS7hJ+PLAxbwPTo8QvPX6sXi3F5PgpSwtqPEPGSqthRqJlw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6",
"bluebird": "^3.7.2",
"chokidar": "3.3.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.0.25",
"gatsby-core-utils": "^1.0.26",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
@@ -14750,15 +14750,15 @@
}
},
"gatsby-plugin-page-creator": {
"version": "2.1.37",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.37.tgz",
"integrity": "sha512-EsHDgT4hQx9Zxqf6zUIP9qQh+0Wk1tPyiJtPRADY1jkzwu2dAidJkaUtH4XR8BExhjZ9xYB5uDliSNrGkZg7fw==",
"version": "2.1.38",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.38.tgz",
"integrity": "sha512-N/aIxHbjaJzed6O527Zj9sdeW3YjLs4aN3yt+rx/K121yIH6gs5TMzPdSfFTxEeXEGw4ZZijJ70MBIlK0UNdkQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.36",
"gatsby-page-utils": "^0.0.37",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"

View File

@@ -203,7 +203,7 @@
"fs-readfile-promise": "^3.0.1",
"gatsby": "2.18.21",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-plugin-page-creator": "^2.1.37",
"gatsby-plugin-page-creator": "^2.1.38",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-remove-trailing-slashes": "^2.1.17",
"gatsby-plugin-styled-components": "^3.1.16",