Skip to content

Commit

Permalink
chore(deps-dev): bump replace-in-file from 4.2.0 to 5.0.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 31, 2019
1 parent 090a7a2 commit 0bb8200
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"perfy": "^1.1.5",
"replace": "^1.1.1",
"replace-in-file": "^4.1.3",
"replace-in-file": "^5.0.2",
"replace-string": "^3.0.0",
"standard": "^14.3.1",
"standard-version": "^7.0.0",
Expand Down
24 changes: 16 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,14 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
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 @@ -3306,14 +3314,14 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"

replace-in-file@^4.1.3:
version "4.2.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-4.2.0.tgz#be779f4f61a8ee1ab9f917998bd36441673680fe"
integrity sha512-9PGYDbU8iQF3W5a0Ariaf4KzYjsZSkonCYiZylwMiYOu0w5Bg9IuT4DqNnibA4zGNVxH//F7Hxh1P25TofAHGw==
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==
dependencies:
chalk "^2.4.2"
glob "^7.1.4"
yargs "^13.3.0"
chalk "^3.0.0"
glob "^7.1.6"
yargs "^15.0.2"

replace-string@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -4381,7 +4389,7 @@ yargs@14.2.0:
y18n "^4.0.0"
yargs-parser "^15.0.0"

yargs@^13.2.2, yargs@^13.3.0:
yargs@^13.2.2:
version "13.3.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
Expand Down

0 comments on commit 0bb8200

Please sign in to comment.