Skip to content

Commit fd20481

Browse files
dependabot[bot]azz
authored andcommittedJun 14, 2019
fix(deps): bump diff from 3.4.0 to 3.5.0 (#66)
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v3.4.0...v3.5.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6057ce commit fd20481

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

Diff for: ‎yarn.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ arr-flatten@^1.0.1:
234234
version "1.1.0"
235235
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
236236

237+
array-differ@^2.0.3:
238+
version "2.1.0"
239+
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
240+
237241
array-equal@^1.0.0:
238242
version "1.0.0"
239243
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
@@ -246,7 +250,7 @@ array-ify@^1.0.0:
246250
version "1.0.0"
247251
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
248252

249-
array-union@^1.0.1:
253+
array-union@^1.0.1, array-union@^1.0.2:
250254
version "1.0.2"
251255
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
252256
dependencies:
@@ -1365,8 +1369,8 @@ detect-newline@^2.1.0:
13651369
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
13661370

13671371
diff@^3.2.0:
1368-
version "3.4.0"
1369-
resolved "https://registry.yarnpkg.com/diff/-/diff-3.4.0.tgz#b1d85507daf3964828de54b37d0d73ba67dda56c"
1372+
version "3.5.0"
1373+
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
13701374

13711375
dir-glob@^2.0.0:
13721376
version "2.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.