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",