chore(deps-dev): bump gatsby-plugin-page-creator from 4.21.0 to 4.22.0 (#8364)
Bumps [gatsby-plugin-page-creator](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-page-creator) from 4.21.0 to 4.22.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.22.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
125
package-lock.json
generated
125
package-lock.json
generated
@@ -107,7 +107,7 @@
|
||||
"form-data": "^4.0.0",
|
||||
"gatsby": "4.21.1",
|
||||
"gatsby-plugin-catch-links": "^4.19.0",
|
||||
"gatsby-plugin-page-creator": "^4.7.0",
|
||||
"gatsby-plugin-page-creator": "^4.22.0",
|
||||
"gatsby-plugin-react-helmet": "^5.22.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^4.9.0",
|
||||
"gatsby-plugin-styled-components": "^5.19.0",
|
||||
@@ -7280,12 +7280,6 @@
|
||||
"retry": "0.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/async-retry-ng": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/async-retry-ng/-/async-retry-ng-2.0.1.tgz",
|
||||
"integrity": "sha512-iitlc2murdQ3/A5Re3CcplQBEf7vOmFrFQ6RFn3+/+zZUyIHYkZnnEziMSa6YIb2Bs2EJEPZWReTxjHqvQbDbw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/asynckit": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
||||
@@ -15487,16 +15481,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-page-utils": {
|
||||
"version": "2.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.21.0.tgz",
|
||||
"integrity": "sha512-Oxw2Kq0xkjKLeBVPav5Vw+XHEorn/0koy3TSyCOxH3XedrV7Y6Xk1K8IbHqDbguNiK+wxRaKnMl0eyVwxUVC7Q==",
|
||||
"version": "2.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.22.0.tgz",
|
||||
"integrity": "sha512-bmIy2buF4w+Cyp+b4gDiS/qox6/KcEpzy/SU9Oh5iflb7YIR+CHIO0YcxcmhY44I1BqKnaYH95IHRurqPXuZvg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.5"
|
||||
@@ -15594,9 +15588,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-page-creator": {
|
||||
"version": "4.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.21.0.tgz",
|
||||
"integrity": "sha512-lgeEdzP/JiCjdRbLgZyhhOEishNPXd/m65FBSh+54UkmlsrK1J8NJf4Zmjv1OL+O07aNDS/GQ8+h0tC4Tv1tNw==",
|
||||
"version": "4.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.22.0.tgz",
|
||||
"integrity": "sha512-9Vv0tsAINxzZLzDbqI5DcIWIEDU6yj99qyS21ayYoZHaYPhGWO8bsgmQi37bhXrGYz2xFg85BCvg6NPzs2EyVA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
@@ -15605,10 +15599,10 @@
|
||||
"chokidar": "^3.5.3",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-page-utils": "^2.21.0",
|
||||
"gatsby-plugin-utils": "^3.15.0",
|
||||
"gatsby-telemetry": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"gatsby-page-utils": "^2.22.0",
|
||||
"gatsby-plugin-utils": "^3.16.0",
|
||||
"gatsby-telemetry": "^3.22.0",
|
||||
"globby": "^11.1.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -15726,17 +15720,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-utils": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.15.0.tgz",
|
||||
"integrity": "sha512-O4dm4ntakCoQZnnnS4oGihtT48Rrh888fMpcxj0zWu/6/8Uyz8IgagJyJAz0MMdcfhrLIE+X8Rszjk8hINDQhA==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.16.0.tgz",
|
||||
"integrity": "sha512-GemN7/f+yxQQuOPeq+Q7hoVY9TTeN3LdL8b8q+a4qBBjHBwp4w+hcYR4j+pPYUFMya9dvOyMZcc3pkfhMGUaRw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@gatsbyjs/potrace": "^2.2.0",
|
||||
"@gatsbyjs/potrace": "^2.3.0",
|
||||
"fastq": "^1.13.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-sharp": "^0.15.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"gatsby-sharp": "^0.16.0",
|
||||
"graphql-compose": "^9.0.7",
|
||||
"import-from": "^4.0.0",
|
||||
"joi": "^17.4.2",
|
||||
@@ -15766,6 +15760,19 @@
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-utils/node_modules/gatsby-sharp": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.16.0.tgz",
|
||||
"integrity": "sha512-ApkxUe04waBzqyTE1x9OcP/ZzIbFBYxkjsrBoK+Fl2CZrQgBk7433kVVufy7FVW4o69StQmztrwaNEh2t5miTQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/sharp": "^0.30.5",
|
||||
"sharp": "^0.30.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.15.0"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-utils/node_modules/import-from": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz",
|
||||
@@ -15848,6 +15855,7 @@
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.15.0.tgz",
|
||||
"integrity": "sha512-JtW6lLW5GmuQSyZ5l64Cg1qjXhFsMDAf9nzc2RC8srf6hsr2ifI0vTCHh0jImFXQqseaQ3HVlbCKYMbDtXXCIg==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@types/sharp": "^0.30.5",
|
||||
"sharp": "^0.30.7"
|
||||
@@ -15857,9 +15865,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-telemetry": {
|
||||
"version": "3.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.21.0.tgz",
|
||||
"integrity": "sha512-nIGfmwSEPUVpPOYKEitk5c6XER1Gy2fEnJIBJr0S+ot9MydLGq1NCIbRmZk/00FRiWxY5EyeOQXy4YYvg7VrWg==",
|
||||
"version": "3.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.22.0.tgz",
|
||||
"integrity": "sha512-ZQIbPj0CVmElSc/XNGDru34MDFBkqYq9XtQgugqeiZErfdfDw8ukuJ2EUYafeSSfw+0BFTON+uSq96ixL88coQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@@ -15867,11 +15875,10 @@
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@turist/fetch": "^7.2.0",
|
||||
"@turist/time": "^0.0.2",
|
||||
"async-retry-ng": "^2.0.1",
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"git-up": "^6.0.0",
|
||||
"is-docker": "^2.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -36194,12 +36201,6 @@
|
||||
"retry": "0.12.0"
|
||||
}
|
||||
},
|
||||
"async-retry-ng": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/async-retry-ng/-/async-retry-ng-2.0.1.tgz",
|
||||
"integrity": "sha512-iitlc2murdQ3/A5Re3CcplQBEf7vOmFrFQ6RFn3+/+zZUyIHYkZnnEziMSa6YIb2Bs2EJEPZWReTxjHqvQbDbw==",
|
||||
"dev": true
|
||||
},
|
||||
"asynckit": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
||||
@@ -43137,16 +43138,16 @@
|
||||
}
|
||||
},
|
||||
"gatsby-page-utils": {
|
||||
"version": "2.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.21.0.tgz",
|
||||
"integrity": "sha512-Oxw2Kq0xkjKLeBVPav5Vw+XHEorn/0koy3TSyCOxH3XedrV7Y6Xk1K8IbHqDbguNiK+wxRaKnMl0eyVwxUVC7Q==",
|
||||
"version": "2.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.22.0.tgz",
|
||||
"integrity": "sha512-bmIy2buF4w+Cyp+b4gDiS/qox6/KcEpzy/SU9Oh5iflb7YIR+CHIO0YcxcmhY44I1BqKnaYH95IHRurqPXuZvg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"bluebird": "^3.7.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"glob": "^7.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"micromatch": "^4.0.5"
|
||||
@@ -43221,9 +43222,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-page-creator": {
|
||||
"version": "4.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.21.0.tgz",
|
||||
"integrity": "sha512-lgeEdzP/JiCjdRbLgZyhhOEishNPXd/m65FBSh+54UkmlsrK1J8NJf4Zmjv1OL+O07aNDS/GQ8+h0tC4Tv1tNw==",
|
||||
"version": "4.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.22.0.tgz",
|
||||
"integrity": "sha512-9Vv0tsAINxzZLzDbqI5DcIWIEDU6yj99qyS21ayYoZHaYPhGWO8bsgmQi37bhXrGYz2xFg85BCvg6NPzs2EyVA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
@@ -43232,10 +43233,10 @@
|
||||
"chokidar": "^3.5.3",
|
||||
"fs-exists-cached": "^1.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-page-utils": "^2.21.0",
|
||||
"gatsby-plugin-utils": "^3.15.0",
|
||||
"gatsby-telemetry": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"gatsby-page-utils": "^2.22.0",
|
||||
"gatsby-plugin-utils": "^3.16.0",
|
||||
"gatsby-telemetry": "^3.22.0",
|
||||
"globby": "^11.1.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
@@ -43312,17 +43313,17 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-utils": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.15.0.tgz",
|
||||
"integrity": "sha512-O4dm4ntakCoQZnnnS4oGihtT48Rrh888fMpcxj0zWu/6/8Uyz8IgagJyJAz0MMdcfhrLIE+X8Rszjk8hINDQhA==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.16.0.tgz",
|
||||
"integrity": "sha512-GemN7/f+yxQQuOPeq+Q7hoVY9TTeN3LdL8b8q+a4qBBjHBwp4w+hcYR4j+pPYUFMya9dvOyMZcc3pkfhMGUaRw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@gatsbyjs/potrace": "^2.2.0",
|
||||
"@gatsbyjs/potrace": "^2.3.0",
|
||||
"fastq": "^1.13.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-sharp": "^0.15.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"gatsby-sharp": "^0.16.0",
|
||||
"graphql-compose": "^9.0.7",
|
||||
"import-from": "^4.0.0",
|
||||
"joi": "^17.4.2",
|
||||
@@ -43342,6 +43343,16 @@
|
||||
"universalify": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"gatsby-sharp": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.16.0.tgz",
|
||||
"integrity": "sha512-ApkxUe04waBzqyTE1x9OcP/ZzIbFBYxkjsrBoK+Fl2CZrQgBk7433kVVufy7FVW4o69StQmztrwaNEh2t5miTQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/sharp": "^0.30.5",
|
||||
"sharp": "^0.30.7"
|
||||
}
|
||||
},
|
||||
"import-from": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz",
|
||||
@@ -43394,26 +43405,26 @@
|
||||
"resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.15.0.tgz",
|
||||
"integrity": "sha512-JtW6lLW5GmuQSyZ5l64Cg1qjXhFsMDAf9nzc2RC8srf6hsr2ifI0vTCHh0jImFXQqseaQ3HVlbCKYMbDtXXCIg==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"@types/sharp": "^0.30.5",
|
||||
"sharp": "^0.30.7"
|
||||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "3.21.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.21.0.tgz",
|
||||
"integrity": "sha512-nIGfmwSEPUVpPOYKEitk5c6XER1Gy2fEnJIBJr0S+ot9MydLGq1NCIbRmZk/00FRiWxY5EyeOQXy4YYvg7VrWg==",
|
||||
"version": "3.22.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.22.0.tgz",
|
||||
"integrity": "sha512-ZQIbPj0CVmElSc/XNGDru34MDFBkqYq9XtQgugqeiZErfdfDw8ukuJ2EUYafeSSfw+0BFTON+uSq96ixL88coQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@turist/fetch": "^7.2.0",
|
||||
"@turist/time": "^0.0.2",
|
||||
"async-retry-ng": "^2.0.1",
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"gatsby-core-utils": "^3.21.0",
|
||||
"gatsby-core-utils": "^3.22.0",
|
||||
"git-up": "^6.0.0",
|
||||
"is-docker": "^2.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
"form-data": "^4.0.0",
|
||||
"gatsby": "4.21.1",
|
||||
"gatsby-plugin-catch-links": "^4.19.0",
|
||||
"gatsby-plugin-page-creator": "^4.7.0",
|
||||
"gatsby-plugin-page-creator": "^4.22.0",
|
||||
"gatsby-plugin-react-helmet": "^5.22.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^4.9.0",
|
||||
"gatsby-plugin-styled-components": "^5.19.0",
|
||||
|
||||
Reference in New Issue
Block a user