Build(deps-dev): bump gatsby-plugin-page-creator from 3.5.0 to 3.6.0 (#6553)
Bumps [gatsby-plugin-page-creator](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-page-creator) from 3.5.0 to 3.6.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@3.6.0/packages/gatsby-plugin-page-creator) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
45bf74f8fa
commit
4fecc88c0e
70
package-lock.json
generated
70
package-lock.json
generated
@@ -103,7 +103,7 @@
|
||||
"form-data": "^4.0.0",
|
||||
"gatsby": "3.5.1",
|
||||
"gatsby-plugin-catch-links": "^3.1.0",
|
||||
"gatsby-plugin-page-creator": "^3.4.0",
|
||||
"gatsby-plugin-page-creator": "^3.6.0",
|
||||
"gatsby-plugin-react-helmet": "^4.1.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
|
||||
"gatsby-plugin-styled-components": "^4.5.0",
|
||||
@@ -13693,9 +13693,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-core-utils": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.5.0.tgz",
|
||||
"integrity": "sha512-YbKv7FLpeTCts28bv0H2lSuHrKgUxnsC1ZG1PPydOheQgPW9G8pdNlYvwZzGJmmS7rBcC/w859ss90wlvF6GEw==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz",
|
||||
"integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"ci-info": "2.0.0",
|
||||
@@ -13770,16 +13770,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-page-utils": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.5.0.tgz",
|
||||
"integrity": "sha512-hL6bY2sYuO7Nk6W6lQw9TBpunMPcZvp3LEZ9WS1YfHWfygVm6v8hKOn09Wsv0n+CSjBH/EJ3ocX5iDlSYkqbKg==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz",
|
||||
"integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.2"
|
||||
@@ -13872,18 +13872,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-page-creator": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.5.0.tgz",
|
||||
"integrity": "sha512-0rH+WWnp8sgNyyKmEtcQAt7EGcBHom6r8oZYqOaVXJsgwr+uzTjg4ncz+Qcz+rb6lMHFY6ajxStFvU/VzIMAxA==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz",
|
||||
"integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/traverse": "^7.12.5",
|
||||
"@sindresorhus/slugify": "^1.1.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-page-utils": "^1.5.0",
|
||||
"gatsby-telemetry": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-page-utils": "^1.6.0",
|
||||
"gatsby-telemetry": "^2.6.0",
|
||||
"globby": "^11.0.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -14400,9 +14400,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-telemetry": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.5.0.tgz",
|
||||
"integrity": "sha512-PbyYw74t/RLVbEWicjAdrCMttV1GSbuHZit0PsVPqqwNlL1LalJa/V7lcVMqqGrEbkB+fUoKkk1u2o+TDgvIng==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz",
|
||||
"integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@@ -14414,7 +14414,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"git-up": "^4.0.2",
|
||||
"is-docker": "^2.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -44477,9 +44477,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.5.0.tgz",
|
||||
"integrity": "sha512-YbKv7FLpeTCts28bv0H2lSuHrKgUxnsC1ZG1PPydOheQgPW9G8pdNlYvwZzGJmmS7rBcC/w859ss90wlvF6GEw==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz",
|
||||
"integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
@@ -44536,16 +44536,16 @@
|
||||
}
|
||||
},
|
||||
"gatsby-page-utils": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.5.0.tgz",
|
||||
"integrity": "sha512-hL6bY2sYuO7Nk6W6lQw9TBpunMPcZvp3LEZ9WS1YfHWfygVm6v8hKOn09Wsv0n+CSjBH/EJ3ocX5iDlSYkqbKg==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz",
|
||||
"integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"glob": "^7.1.6",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.2"
|
||||
@@ -44615,18 +44615,18 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-page-creator": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.5.0.tgz",
|
||||
"integrity": "sha512-0rH+WWnp8sgNyyKmEtcQAt7EGcBHom6r8oZYqOaVXJsgwr+uzTjg4ncz+Qcz+rb6lMHFY6ajxStFvU/VzIMAxA==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz",
|
||||
"integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/traverse": "^7.12.5",
|
||||
"@sindresorhus/slugify": "^1.1.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-page-utils": "^1.5.0",
|
||||
"gatsby-telemetry": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-page-utils": "^1.6.0",
|
||||
"gatsby-telemetry": "^2.6.0",
|
||||
"globby": "^11.0.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -44994,9 +44994,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.5.0.tgz",
|
||||
"integrity": "sha512-PbyYw74t/RLVbEWicjAdrCMttV1GSbuHZit0PsVPqqwNlL1LalJa/V7lcVMqqGrEbkB+fUoKkk1u2o+TDgvIng==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz",
|
||||
"integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
@@ -45007,7 +45007,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.5.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"git-up": "^4.0.2",
|
||||
"is-docker": "^2.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
"form-data": "^4.0.0",
|
||||
"gatsby": "3.5.1",
|
||||
"gatsby-plugin-catch-links": "^3.1.0",
|
||||
"gatsby-plugin-page-creator": "^3.4.0",
|
||||
"gatsby-plugin-page-creator": "^3.6.0",
|
||||
"gatsby-plugin-react-helmet": "^4.1.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
|
||||
"gatsby-plugin-styled-components": "^4.5.0",
|
||||
|
||||
Reference in New Issue
Block a user