Skip to content

Commit f008fed

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency fs-extra to ^7.0.1 (#16878)
1 parent 10ec53b commit f008fed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"debug": "^4.0.1",
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
35-
"fs-extra": "^7.0.0",
35+
"fs-extra": "^7.0.1",
3636
"gray-matter": "^4.0.1",
3737
"json5": "^2.1.0",
3838
"loader-utils": "^1.2.3",

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"async": "^2.6.3",
1212
"bluebird": "^3.5.5",
13-
"fs-extra": "^7.0.0",
13+
"fs-extra": "^7.0.1",
1414
"gatsby-core-utils": "^1.0.5",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.0.0",

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
1111
"bluebird": "^3.5.5",
12-
"fs-extra": "^7.0.0",
12+
"fs-extra": "^7.0.1",
1313
"potrace": "^2.1.1",
1414
"probe-image-size": "^4.0.0",
1515
"semver": "^5.6.0",

0 commit comments

Comments
 (0)