Skip to content

Commit 6a6ae34

Browse files
committed
Update diff2html
1 parent 2548722 commit 6a6ae34

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"main": "./src/main.js",
5252
"dependencies": {
5353
"copy-paste": "^1.3.0",
54-
"diff2html": "^2.3.1",
54+
"diff2html": "^2.3.2",
5555
"extend": "^3.0.1",
5656
"open": "^0.0.5",
5757
"request": "^2.83.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,13 @@ delayed-stream@~1.0.0:
409409
version "1.0.0"
410410
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
411411

412-
diff2html@^2.3.1:
413-
version "2.3.1"
414-
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-2.3.1.tgz#8bf7f351607826e217446163cab6da52c560e0ab"
412+
diff2html@^2.3.2:
413+
version "2.3.2"
414+
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-2.3.2.tgz#1c5864266d437148bc66fdd66d4ad750102d7fed"
415415
dependencies:
416416
diff "^3.3.1"
417417
hogan.js "^3.0.2"
418+
lodash "^4.17.4"
418419
whatwg-fetch "^2.0.3"
419420

420421
[email protected], diff@^3.3.1:

0 commit comments

Comments
 (0)