diff --git a/package.json b/package.json index 28b006b..4d237c6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "extract-stack": "^2.0.0", "fast-safe-stringify": "^2.0.7", "js-yaml": "^3.13.1", - "replace-string": "^3.0.0", + "replace-string": "^3.1.0", "serialize-error": "^6.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ee9fadf..333e415 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3341,10 +3341,10 @@ repeat-string@^1.6.1: resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -replace-string@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/replace-string/-/replace-string-3.0.0.tgz#49deafb57839fa3bab9c11ad449b006e0d436e69" - integrity sha512-jE5X/k3p2v8p6+wxhM1Ti0Oj9lYtwPbMj0ty8iSFpAFIihkiNpl6uHgYW1De/r9DG3vA7HGIgIBMjlwJZXL02w== +replace-string@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/replace-string/-/replace-string-3.1.0.tgz#77a087d88580fbac59851237891aa4b0e283db72" + integrity sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q== request-promise-core@1.1.3: version "1.1.3"