diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 3a7cbd2b63859..f9c7c9660d364 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -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" }, diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index cf53d23e5a7bb..98784630a1c8a 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -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" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 247420c4c829b..095cb1ed8ca5f 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -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", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 06c16e5008db9..cc64ae8c28647 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 768c35a1b592d..3225cb7f5c915 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"