Skip to content

Commit

Permalink
chore(deps-dev): bump replace-in-file from 5.0.2 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 5.0.2 to 6.0.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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 27, 2020
1 parent c337458 commit 3008711
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"perfy": "^1.1.5",
"replace": "^1.2.0",
"replace-in-file": "^5.0.2",
"replace-in-file": "^6.0.0",
"replace-string": "^3.0.0",
"standard": "^14.3.3",
"standard-version": "^7.0.0",
Expand Down
22 changes: 15 additions & 7 deletions yarn.lock
Expand Up @@ -630,6 +630,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down Expand Up @@ -3210,14 +3218,14 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"

replace-in-file@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-5.0.2.tgz#bd26203b66dfb5b8112ae36a2d2cf928ea4cfe12"
integrity sha512-1Vc7Sbr/rTuHgU1PZuBb7tGsFx3D4NKdhV4BpEF2MuN/6+SoXcFtx+dZ1Zz+5Dq4k5x9js87Y+gXQYPTQ9ppkA==
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==
dependencies:
chalk "^3.0.0"
chalk "^4.0.0"
glob "^7.1.6"
yargs "^15.0.2"
yargs "^15.3.1"

replace-string@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -4271,7 +4279,7 @@ yargs@^13.2.2:
y18n "^4.0.0"
yargs-parser "^13.1.1"

yargs@^15.0.2, yargs@^15.3.1:
yargs@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
Expand Down

0 comments on commit 3008711

Please sign in to comment.