Skip to content

Commit

Permalink
Bump diff from 5.2.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [diff](https://github.com/kpdecker/jsdiff) from 5.2.0 to 7.0.0.
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v5.2.0...7.0.0)

---
updated-dependencies:
- dependency-name: diff
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 72117eb commit 7443dbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"classnames": "^2.2.4",
"commander": "^12.0.0",
"cross-env": "^7.0.0",
"diff": "^5.0.0",
"diff": "^7.0.0",
"dompurify": "^3.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-preact-pure": "^4.0.1",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6801,13 +6801,20 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:^5.0.0, diff@npm:^5.2.0":
"diff@npm:^5.2.0":
version: 5.2.0
resolution: "diff@npm:5.2.0"
checksum: 12b63ca9c36c72bafa3effa77121f0581b4015df18bc16bac1f8e263597735649f1a173c26f7eba17fb4162b073fee61788abe49610e6c70a2641fe1895443fd
languageName: node
linkType: hard

"diff@npm:^7.0.0":
version: 7.0.0
resolution: "diff@npm:7.0.0"
checksum: 5db0d339476b18dfbc8a08a7504fbcc74789eec626c8d20cf2cdd1871f1448962888128f4447c8f50a1e41a80decfe5e8489c375843b8cf1d42b7c2b611da4e1
languageName: node
linkType: hard

"dir-glob@npm:^3.0.1":
version: 3.0.1
resolution: "dir-glob@npm:3.0.1"
Expand Down Expand Up @@ -9128,7 +9135,7 @@ __metadata:
classnames: ^2.2.4
commander: ^12.0.0
cross-env: ^7.0.0
diff: ^5.0.0
diff: ^7.0.0
dompurify: ^3.0.0
enzyme: ^3.8.0
enzyme-adapter-preact-pure: ^4.0.1
Expand Down

0 comments on commit 7443dbe

Please sign in to comment.