Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"custom-event-polyfill": "1.0.7",
"debounce-promise": "3.1.2",
"detect-browser": "5.3.0",
"diff": "8.0.2",
"diff": "8.0.3",
"events": "3.3.0",
"fast-diff": "1.3.0",
"file-saver": "2.0.5",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12056,13 +12056,20 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:*, diff@npm:8.0.2":
"diff@npm:*":
version: 8.0.2
resolution: "diff@npm:8.0.2"
checksum: 10c0/abfb387f033e089df3ec3be960205d17b54df8abf0924d982a7ced3a94c557a4e6cbff2e78b121f216b85f466b3d8d041673a386177c311aaea41459286cc9bc
languageName: node
linkType: hard

"diff@npm:8.0.3":
version: 8.0.3
resolution: "diff@npm:8.0.3"
checksum: 10c0/d29321c70d3545fdcb56c5fdd76028c3f04c012462779e062303d4c3c531af80d2c360c26b871e6e2b9a971d2422d47e1779a859106c4cac4b5d2d143df70e20
languageName: node
linkType: hard

"diff@npm:^4.0.1":
version: 4.0.2
resolution: "diff@npm:4.0.2"
Expand Down Expand Up @@ -21807,7 +21814,7 @@ __metadata:
custom-event-polyfill: "npm:1.0.7"
debounce-promise: "npm:3.1.2"
detect-browser: "npm:5.3.0"
diff: "npm:8.0.2"
diff: "npm:8.0.3"
eslint: "npm:9.39.1"
eslint-config-airbnb: "npm:19.0.4"
eslint-config-airbnb-base: "npm:15.0.0"
Expand Down
Loading