diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index 5f4e148..1022d91 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -26,7 +26,7 @@ "hhmmss": "^1.0.0", "react-helmet": "^5.2.1", "remark-emoji": "^2.0.2", - "remark-images": "^1.0.0", + "remark-images": "^2.0.0", "remark-unwrap-images": "^2.0.0", "theme-ui": "^0.3.0-alpha.6" }, diff --git a/yarn.lock b/yarn.lock index f1de80a..1120e54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13904,14 +13904,14 @@ remark-emoji@^2.0.2: node-emoji "^1.8.1" unist-util-visit "^1.4.0" -remark-images@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/remark-images/-/remark-images-1.0.0.tgz#ea3c4b1e6c3715dc9036fd6de0a1aa05c07fbac3" - integrity sha512-lZyV1rRKA1W3BiTyJlQOTLRuGz/jJhUoxQIA3qjprZSNbQ2S+H3vrgpQ49kILeKDECoA+2rvxVeGuXGuzsFrLw== +remark-images@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/remark-images/-/remark-images-2.0.0.tgz#7621a406364c3a0a6e4250c3ee63909cc14a2388" + integrity sha512-1X6XTBQZW489HSwU0k+aU3xAlVe3TyPll6N2Mt1onwINTIqcTk9QTC57937Z8NQDJ8h7gKGXy9d4TJug2dm8lg== dependencies: is-url "^1.2.2" - unist-util-is "^3.0.0" - unist-util-visit-parents "^2.1.0" + unist-util-is "^4.0.0" + unist-util-visit-parents "^3.0.0" remark-mdx@^1.5.8: version "1.5.8" @@ -16148,7 +16148,7 @@ unist-util-visit-children@^1.0.0: resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.3.tgz#92ba5807e3f54637be5de950263f9468942e7503" integrity sha512-/GQ8KNRrG+qD30H76FZNc6Ok+8XTu8lxJByN5LnQ4eQfqxda2gP0CPsCX63BRB26ZRMNf6i1c+jlvNlqysEoFg== -unist-util-visit-parents@^2.0.0, unist-util-visit-parents@^2.1.0: +unist-util-visit-parents@^2.0.0: version "2.1.2" resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9" integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==