Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-plugin-page-creator (#28715
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 28, 2021
1 parent c0f1b5c commit dcdc68e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Expand Up @@ -26,11 +26,11 @@
"dependencies": {
"@babel/traverse": "^7.12.5",
"@sindresorhus/slugify": "^1.1.0",
"chokidar": "^3.4.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.9.0-next.0",
"gatsby-telemetry": "^1.10.0-next.1",
"globby": "^11.0.1",
"globby": "^11.0.2",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Expand Up @@ -12138,7 +12138,7 @@ globalyzer@^0.1.0:
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.4.tgz#bc8e273afe1ac7c24eea8def5b802340c5cc534f"
integrity sha512-LeguVWaxgHN0MNbWC6YljNMzHkrCny9fzjmEUdnF1kQ7wATFD1RHFRqA1qxaX2tgxGENlcxjOflopBwj3YZiXA==

globby@11.0.1, globby@^11.0.1:
globby@11.0.1:
version "11.0.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
Expand All @@ -12164,6 +12164,18 @@ globby@^10.0.0, globby@^10.0.1, globby@^10.0.2:
merge2 "^1.2.3"
slash "^3.0.0"

globby@^11.0.1, globby@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
dependencies:
array-union "^2.1.0"
dir-glob "^3.0.1"
fast-glob "^3.1.1"
ignore "^5.1.4"
merge2 "^1.3.0"
slash "^3.0.0"

globby@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
Expand Down

0 comments on commit dcdc68e

Please sign in to comment.