From 5416979612af209cf52be1192f1b8bead9a13523 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:41:38 +0000 Subject: [PATCH] build(deps-dev): bump replace-in-file from 6.0.0 to 6.1.0 Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/adamreisnz/replace-in-file/releases) - [Changelog](https://github.com/adamreisnz/replace-in-file/blob/master/CHANGELOG.md) - [Commits](https://github.com/adamreisnz/replace-in-file/compare/v6.0.0...v6.1.0) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index a148fb948f..dadc92aa71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3161,9 +3161,9 @@ repeat-string@^1.6.1: integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= replace-in-file@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.0.0.tgz#a583be911c4af3ecbf709ca97c48f3f9e7f2b626" - integrity sha512-vMmJekpRgju0GA0UvRxauDbQ645wGXxasVZfw5l5HKk58OlAI1tMmXNcV+YAUKrS/XFdBPla5qgvjI5Tqvshvg== + version "6.1.0" + resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.1.0.tgz#9f9ddd7bb70d6ad231d2ad692e1b646e73d06647" + integrity sha512-URzjyF3nucvejuY13HFd7O+Q6tFJRLKGHLYVvSh+LiZj3gFXzSYGnIkQflnJJulCAI2/RTZaZkpOtdVdW0EhQA== dependencies: chalk "^4.0.0" glob "^7.1.6"