Skip to content

Commit a70fe08

Browse files
build: bump diff from 3.5.0 to 5.0.0 (#22035)
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.5.0 to 5.0.0. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v3.5.0...v5.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 088a756 commit a70fe08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"zone.js": "~0.11.3"
7272
},
7373
"devDependencies": {
74-
"diff": "^3.5.0",
74+
"diff": "^5.0.0",
7575
"reflect-metadata": "^0.1.3",
7676
"@material/animation": "11.0.0-canary.3201cae47.0",
7777
"@material/auto-init": "11.0.0-canary.3201cae47.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4873,6 +4873,11 @@ diff@^4.0.1:
48734873
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
48744874
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
48754875

4876+
diff@^5.0.0:
4877+
version "5.0.0"
4878+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
4879+
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
4880+
48764881
dir-glob@^3.0.1:
48774882
version "3.0.1"
48784883
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"

0 commit comments

Comments
 (0)