Skip to content

Commit 59165a7

Browse files
gatsbybotpieh
andauthored
chore: bump glob to 7.2.3 (#35666) (#35671)
Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 4d48f5b commit 59165a7

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

benchmarks/md/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gatsby-source-filesystem": "^2.2.3",
3131
"gatsby-transformer-remark": "^2.8.7",
3232
"gatsby-transformer-sharp": "^2.4.5",
33-
"glob": "^7.1.6",
33+
"glob": "^7.2.3",
3434
"node-fetch": "^2.6.0",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0",

benchmarks/mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"gatsby-remark-images": "^3.2.3",
3333
"gatsby-source-filesystem": "^2.2.3",
3434
"gatsby-transformer-sharp": "^2.4.5",
35-
"glob": "^7.1.6",
35+
"glob": "^7.2.3",
3636
"node-fetch": "^2.6.0",
3737
"react": "^16.12.0",
3838
"react-dom": "^16.12.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-prettier": "^4.0.0",
4545
"eslint-plugin-react": "^7.29.4",
4646
"fs-extra": "^10.1.0",
47-
"glob": "^7.1.7",
47+
"glob": "^7.2.3",
4848
"husky": "3.1.0",
4949
"ignore": "^5.1.8",
5050
"jest": "^27.4.4",

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chokidar": "^3.5.2",
3232
"fs-exists-cached": "^1.0.0",
3333
"gatsby-core-utils": "^3.14.0",
34-
"glob": "^7.2.0",
34+
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"
3737
},

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"cheerio": "^1.0.0-rc.10",
1212
"gatsby-core-utils": "^3.14.0",
13-
"glob": "^7.2.0",
13+
"glob": "^7.2.3",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.21",
1616
"workbox-build": "^4.3.1"

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"gatsby-plugin-catch-links": "^4.14.0",
3333
"gatsby-plugin-utils": "^3.8.0",
3434
"gatsby-source-filesystem": "^4.14.0",
35-
"glob": "^7.2.0",
35+
"glob": "^7.2.3",
3636
"got": "^11.8.3",
3737
"lodash": "^4.17.21",
3838
"node-fetch": "^2.6.7",

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"gatsby-react-router-scroll": "^5.14.0",
9999
"gatsby-telemetry": "^3.14.0",
100100
"gatsby-worker": "^1.14.0",
101-
"glob": "^7.2.0",
101+
"glob": "^7.2.3",
102102
"globby": "^11.1.0",
103103
"got": "^11.8.2",
104104
"graphql": "^15.7.2",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -12246,15 +12246,15 @@ glob@^6.0.1:
1224612246
once "^1.3.0"
1224712247
path-is-absolute "^1.0.0"
1224812248

12249-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0:
12250-
version "7.2.0"
12251-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
12252-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
12249+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3:
12250+
version "7.2.3"
12251+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
12252+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1225312253
dependencies:
1225412254
fs.realpath "^1.0.0"
1225512255
inflight "^1.0.4"
1225612256
inherits "2"
12257-
minimatch "^3.0.4"
12257+
minimatch "^3.1.1"
1225812258
once "^1.3.0"
1225912259
path-is-absolute "^1.0.0"
1226012260

@@ -17170,7 +17170,7 @@ mini-svg-data-uri@^1.4.4:
1717017170
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939"
1717117171
integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==
1717217172

17173-
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2:
17173+
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
1717417174
version "3.1.2"
1717517175
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1717617176
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)