chore(deps-dev): bump gatsby-plugin-page-creator from 4.6.0 to 4.7.0 (#7589)

Bumps [gatsby-plugin-page-creator](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-page-creator) from 4.6.0 to 4.7.0.
- [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@4.7.0/packages/gatsby-plugin-page-creator)

---
updated-dependencies:
- dependency-name: gatsby-plugin-page-creator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-11 17:27:17 -06:00
committed by GitHub
parent ace5e03221
commit be1e4f639f
2 changed files with 68 additions and 40 deletions

106
package-lock.json generated
View File

@@ -105,7 +105,7 @@
"form-data": "^4.0.0",
"gatsby": "4.6.2",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-page-creator": "^4.3.0",
"gatsby-plugin-page-creator": "^4.7.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
"gatsby-plugin-styled-components": "^5.2.0",
@@ -13333,14 +13333,15 @@
}
},
"node_modules/gatsby-core-utils": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.6.0.tgz",
"integrity": "sha512-xmjtOWQfLinNbgBiDRT1KpEfDZm0Z0u6+hsf8EH8Ps5UCIhKinGrdtK+QH+RzPGCV1PUg/E/pnLVqQLCvD+tmA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
@@ -13633,16 +13634,16 @@
}
},
"node_modules/gatsby-page-utils": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.6.0.tgz",
"integrity": "sha512-rckIEZU64wITIYdY+RsbC1klLQI1izMoGD+qMMQF196+FPlMNOmoUWrCOes8LgxNChoRjSBOjRaBsR+M4Piahg==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.7.0.tgz",
"integrity": "sha512-lbg1+1EzQsH70bo1Rg6O0BYeHHyTSvLvU/6T4wJx3g5mTiRRoWqnbUpXCpTpusCgEO4gS0txGnfOErpxds2+KA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4",
"bluebird": "^3.7.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.4"
@@ -13735,9 +13736,9 @@
}
},
"node_modules/gatsby-plugin-page-creator": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.6.0.tgz",
"integrity": "sha512-AXDD2A+HaSHJuTa6HznCn5ItnVNHfayRixqJusOpiscBsYty/JwXM/6Fj8CoQvRTwVt2EYwgw9QgjBl76kOoiA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.7.0.tgz",
"integrity": "sha512-vBaCt+O1G7+ArX/KcYE0CA9Zho2kSvGey09KqBa6i6+K2vi/EAqELV7NyczpkQacuwck1WJyg/N/NjRRXVVEgw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4",
@@ -13745,10 +13746,10 @@
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-page-utils": "^2.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-telemetry": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-page-utils": "^2.7.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-telemetry": "^3.7.0",
"globby": "^11.0.4",
"lodash": "^4.17.21"
},
@@ -13759,6 +13760,22 @@
"gatsby": "^4.0.0-next"
}
},
"node_modules/gatsby-plugin-page-creator/node_modules/gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
},
"engines": {
"node": ">=14.15.0"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
}
},
"node_modules/gatsby-plugin-page-creator/node_modules/globby": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
@@ -13908,9 +13925,9 @@
}
},
"node_modules/gatsby-telemetry": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.6.0.tgz",
"integrity": "sha512-mxofrnVUtcjh+CD9QcAQloR5WskKUfBCXzGLCH4/haE5SbWKpKstLBR06ZnNI01VHc5Do0+W+n16NvNe4G8zGQ==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz",
"integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -13922,11 +13939,11 @@
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"git-up": "^4.0.5",
"is-docker": "^2.2.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.6"
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=14.15.0"
@@ -40589,14 +40606,15 @@
}
},
"gatsby-core-utils": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.6.0.tgz",
"integrity": "sha512-xmjtOWQfLinNbgBiDRT1KpEfDZm0Z0u6+hsf8EH8Ps5UCIhKinGrdtK+QH+RzPGCV1PUg/E/pnLVqQLCvD+tmA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
@@ -40813,16 +40831,16 @@
}
},
"gatsby-page-utils": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.6.0.tgz",
"integrity": "sha512-rckIEZU64wITIYdY+RsbC1klLQI1izMoGD+qMMQF196+FPlMNOmoUWrCOes8LgxNChoRjSBOjRaBsR+M4Piahg==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.7.0.tgz",
"integrity": "sha512-lbg1+1EzQsH70bo1Rg6O0BYeHHyTSvLvU/6T4wJx3g5mTiRRoWqnbUpXCpTpusCgEO4gS0txGnfOErpxds2+KA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4",
"bluebird": "^3.7.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.4"
@@ -40892,9 +40910,9 @@
}
},
"gatsby-plugin-page-creator": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.6.0.tgz",
"integrity": "sha512-AXDD2A+HaSHJuTa6HznCn5ItnVNHfayRixqJusOpiscBsYty/JwXM/6Fj8CoQvRTwVt2EYwgw9QgjBl76kOoiA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.7.0.tgz",
"integrity": "sha512-vBaCt+O1G7+ArX/KcYE0CA9Zho2kSvGey09KqBa6i6+K2vi/EAqELV7NyczpkQacuwck1WJyg/N/NjRRXVVEgw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4",
@@ -40902,14 +40920,24 @@
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-page-utils": "^2.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-telemetry": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-page-utils": "^2.7.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-telemetry": "^3.7.0",
"globby": "^11.0.4",
"lodash": "^4.17.21"
},
"dependencies": {
"gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
}
},
"globby": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
@@ -41006,9 +41034,9 @@
}
},
"gatsby-telemetry": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.6.0.tgz",
"integrity": "sha512-mxofrnVUtcjh+CD9QcAQloR5WskKUfBCXzGLCH4/haE5SbWKpKstLBR06ZnNI01VHc5Do0+W+n16NvNe4G8zGQ==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz",
"integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.14.0",
@@ -41019,11 +41047,11 @@
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"git-up": "^4.0.5",
"is-docker": "^2.2.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.6"
"node-fetch": "^2.6.7"
},
"dependencies": {
"ansi-styles": {

View File

@@ -191,7 +191,7 @@
"form-data": "^4.0.0",
"gatsby": "4.6.2",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-page-creator": "^4.3.0",
"gatsby-plugin-page-creator": "^4.7.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
"gatsby-plugin-styled-components": "^5.2.0",