From 99fb7cfc1fa459c4f7c21df94eabc4c3abe06e27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 10:11:14 +0000 Subject: [PATCH] chore(deps-dev): bump replace-string from 3.0.0 to 3.1.0 Bumps [replace-string](https://github.com/sindresorhus/replace-string) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/sindresorhus/replace-string/releases) - [Commits](https://github.com/sindresorhus/replace-string/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f4020a..7bc792e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "perfy": "^1.1.5", "replace": "^1.2.0", "replace-in-file": "^6.0.0", - "replace-string": "^3.0.0", + "replace-string": "^3.1.0", "standard": "^14.3.3", "standard-version": "^8.0.0", "tap": "^14.10.7", diff --git a/yarn.lock b/yarn.lock index 6965e7a..ebd1768 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3227,10 +3227,10 @@ replace-in-file@^6.0.0: glob "^7.1.6" yargs "^15.3.1" -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== replace@^1.2.0: version "1.2.0"