Build(deps-dev): bump gatsby-plugin-page-creator from 3.7.1 to 3.8.0 (#6673)
Bumps [gatsby-plugin-page-creator](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-page-creator) from 3.7.1 to 3.8.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.8.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
5850e1f10a
commit
8bdc80c988
70
package-lock.json
generated
70
package-lock.json
generated
@@ -103,7 +103,7 @@
|
||||
"form-data": "^4.0.0",
|
||||
"gatsby": "3.7.2",
|
||||
"gatsby-plugin-catch-links": "^3.1.0",
|
||||
"gatsby-plugin-page-creator": "^3.7.1",
|
||||
"gatsby-plugin-page-creator": "^3.8.0",
|
||||
"gatsby-plugin-react-helmet": "^4.1.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
|
||||
"gatsby-plugin-styled-components": "^4.6.0",
|
||||
@@ -13698,9 +13698,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-core-utils": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.1.tgz",
|
||||
"integrity": "sha512-ofiAzLMeLjkS9huo0JQRbNzOfwCCxzPg7mSXeEhZhHGfbXoqZ9ZufmlTTgSYLc5v6agoM4yi4rHqdMOXu4qXAw==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz",
|
||||
"integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"ci-info": "2.0.0",
|
||||
@@ -13798,16 +13798,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-page-utils": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz",
|
||||
"integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz",
|
||||
"integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"glob": "^7.1.6",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.2"
|
||||
@@ -13900,18 +13900,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-page-creator": {
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz",
|
||||
"integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz",
|
||||
"integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"@sindresorhus/slugify": "^1.1.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-page-utils": "^1.7.1",
|
||||
"gatsby-telemetry": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"gatsby-page-utils": "^1.8.0",
|
||||
"gatsby-telemetry": "^2.8.0",
|
||||
"globby": "^11.0.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -14404,9 +14404,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-telemetry": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.1.tgz",
|
||||
"integrity": "sha512-nZgM5SYkS7AWE4NJ/HGrQkUBn7B1k8d6KuRVgv1HanHQxnKUBaWL/6ej/ZBYcvfRBWMCi2mX0QJYlSKVx45XOw==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.8.0.tgz",
|
||||
"integrity": "sha512-MlV9Lbminhsz1MUiWJJvZ+8VVhIYBl2AsxJylckGoUp+skGfNq5d3pWSv+u/nU4zVP8T1HUWc1c7KSVq6ggrbw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@@ -14418,7 +14418,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"git-up": "^4.0.2",
|
||||
"is-docker": "^2.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -43035,9 +43035,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.1.tgz",
|
||||
"integrity": "sha512-ofiAzLMeLjkS9huo0JQRbNzOfwCCxzPg7mSXeEhZhHGfbXoqZ9ZufmlTTgSYLc5v6agoM4yi4rHqdMOXu4qXAw==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz",
|
||||
"integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ci-info": "2.0.0",
|
||||
@@ -43112,16 +43112,16 @@
|
||||
}
|
||||
},
|
||||
"gatsby-page-utils": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz",
|
||||
"integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==",
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz",
|
||||
"integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"glob": "^7.1.6",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.2"
|
||||
@@ -43191,18 +43191,18 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-page-creator": {
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz",
|
||||
"integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz",
|
||||
"integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"@sindresorhus/slugify": "^1.1.2",
|
||||
"chokidar": "^3.5.1",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-page-utils": "^1.7.1",
|
||||
"gatsby-telemetry": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"gatsby-page-utils": "^1.8.0",
|
||||
"gatsby-telemetry": "^2.8.0",
|
||||
"globby": "^11.0.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -43555,9 +43555,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.1.tgz",
|
||||
"integrity": "sha512-nZgM5SYkS7AWE4NJ/HGrQkUBn7B1k8d6KuRVgv1HanHQxnKUBaWL/6ej/ZBYcvfRBWMCi2mX0QJYlSKVx45XOw==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.8.0.tgz",
|
||||
"integrity": "sha512-MlV9Lbminhsz1MUiWJJvZ+8VVhIYBl2AsxJylckGoUp+skGfNq5d3pWSv+u/nU4zVP8T1HUWc1c7KSVq6ggrbw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
@@ -43568,7 +43568,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"gatsby-core-utils": "^2.8.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.7.2",
|
||||
"gatsby-plugin-catch-links": "^3.1.0",
|
||||
"gatsby-plugin-page-creator": "^3.7.1",
|
||||
"gatsby-plugin-page-creator": "^3.8.0",
|
||||
"gatsby-plugin-react-helmet": "^4.1.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
|
||||
"gatsby-plugin-styled-components": "^4.6.0",
|
||||
|
||||
Reference in New Issue
Block a user