From f804db62c8cb7b7743f2c46f83856539b04f32cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 14:13:16 -0600 Subject: [PATCH] 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] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dd62c4f44..e4ed730ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 3a5ac5b4bc..2e0c3e1668 100644 --- a/package.json +++ b/package.json @@ -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",