diff --git a/package.json b/package.json index ef52038c2..b2f8da05e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "algoliasearch": "^3.26.0", - "jsx-string": "^2.0.0", + "jsx-string": "^3.0.0", "validator": "^10.0.0" }, "jest": { diff --git a/yarn.lock b/yarn.lock index e48f3b951..855890f58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3417,9 +3417,9 @@ jsx-ast-utils@^2.0.1: dependencies: array-includes "^3.0.3" -jsx-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/jsx-string/-/jsx-string-2.0.0.tgz#db09239d0a8159a23484e79199ce42f19a559e23" +jsx-string@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jsx-string/-/jsx-string-3.0.0.tgz#e8d09cda7e381388b28ba3991afa32ae06d70cc6" dependencies: escape-html "^1.0.3"