diff --git a/package.json b/package.json index 4db9f4e55..6b90ea0e3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "formidable": "^2.0.0", "graceful-fs": "^4.1.11", "helmet": "^4.5.0", - "i18n": "^0.14.0", + "i18n": "^0.15.0", "is-svg": "^4.3.1", "jsdom-nogyp": "^0.8.3", "lodash": "^4.17.20", diff --git a/yarn.lock b/yarn.lock index 4d8afa896..4319ef4bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5220,10 +5220,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -i18n@^0.14.0: - version "0.14.2" - resolved "https://registry.yarnpkg.com/i18n/-/i18n-0.14.2.tgz#a583378f21072314774f8c45ea15799705ca93f4" - integrity sha512-f/6Ns2skl6KrpumZsE0A4TaxiEoJRi3Ovko0O+NuD92Ot2sLICpw6Iy+04ph/4tfF7koAWVYElBJ4oftpyhhxw== +i18n@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/i18n/-/i18n-0.15.0.tgz#dca7a498a4371874db01f6610381a412897306eb" + integrity sha512-TUOkuFbl8Y/q7zF0tHdtpk1/TtxH0T+Drp2NFrHhmN1Qs0Sob9/0uVLS2BPVkEXNh2jZrimOiFJk+tkaOumzog== dependencies: "@messageformat/core" "^3.0.0" debug "^4.3.3"