Skip to content

Commit

Permalink
glob
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 4, 2023
1 parent d9fc2a9 commit d5341cb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^4.4.0-next.2",
"glob": "^7.2.3",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"micromatch": "^4.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.20.7",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^4.4.0-next.2",
"glob": "^7.2.3",
"glob": "^8.0.3",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
"workbox-build": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gatsby-plugin-catch-links": "^5.4.0-next.1",
"gatsby-plugin-utils": "^4.4.0-next.2",
"gatsby-source-filesystem": "^5.4.0-next.2",
"glob": "^7.2.3",
"glob": "^8.0.3",
"got": "^11.8.6",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"gatsby-script": "^2.4.0-next.0",
"gatsby-telemetry": "^4.4.0-next.2",
"gatsby-worker": "^2.4.0-next.1",
"glob": "^7.2.3",
"glob": "^8.0.3",
"globby": "^11.1.0",
"got": "^11.8.6",
"graphql": "^16.6.0",
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11829,6 +11829,17 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, gl
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"

global-dirs@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
Expand Down Expand Up @@ -16805,6 +16816,13 @@ minimatch@5.1.1:
dependencies:
brace-expansion "^2.0.1"

minimatch@^5.0.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.2.tgz#0939d7d6f0898acbd1508abe534d1929368a8fff"
integrity sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==
dependencies:
brace-expansion "^2.0.1"

minimist-options@4.1.0, minimist-options@^4.0.2:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
Expand Down

0 comments on commit d5341cb

Please sign in to comment.