Skip to content

Commit

Permalink
fix(gatsby-plugin-sharp): Upgrade probe-image-size to fix memory le…
Browse files Browse the repository at this point in the history
…ak warning (#35009)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
jonohewitt and wardpeet committed Mar 7, 2022
1 parent 2e2f417 commit f98c9ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.3",
"potrace": "^2.1.8",
"probe-image-size": "^6.0.0",
"probe-image-size": "^7.0.0",
"progress": "^2.0.3",
"semver": "^7.3.5",
"sharp": "^0.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"path-is-inside": "^1.0.2",
"probe-image-size": "^6.0.0",
"probe-image-size": "^7.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"potrace": "^2.1.8",
"probe-image-size": "^6.0.0",
"probe-image-size": "^7.0.0",
"semver": "^7.3.5",
"sharp": "^0.30.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8915,7 +8915,7 @@ deepmerge@^1.3.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753"

deepmerge@^4.0, deepmerge@^4.0.0, deepmerge@^4.2.2:
deepmerge@^4.0, deepmerge@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
Expand Down Expand Up @@ -19249,12 +19249,12 @@ private@^0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"

probe-image-size@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/probe-image-size/-/probe-image-size-6.0.0.tgz#4a85b19d5af4e29a8de7d53a9aa036f6fd02f5f4"
integrity sha512-99PZ5+RU4gqiTfK5ZDMDkZtn6eL4WlKfFyVJV7lFQvH3iGmQ85DqMTOdxorERO26LHkevR2qsxnHp0x/2UDJPA==
probe-image-size@^7.0.0:
version "7.2.3"
resolved "https://registry.yarnpkg.com/probe-image-size/-/probe-image-size-7.2.3.tgz#d49c64be540ec8edea538f6f585f65a9b3ab4309"
integrity sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==
dependencies:
deepmerge "^4.0.0"
lodash.merge "^4.6.2"
needle "^2.5.2"
stream-parser "~0.3.1"

Expand Down

0 comments on commit f98c9ba

Please sign in to comment.