Skip to content

Commit 71ace99

Browse files
committed
fix: upgrade diff2html from 3.4.47 to 3.4.48
Snyk has created this PR to upgrade diff2html from 3.4.47 to 3.4.48. See this package in yarn: diff2html See this project in Snyk: https://app.snyk.io/org/rtfpessoa/project/4bb683ef-0fc1-4601-9b8b-af118ee99176?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 18add5d commit 71ace99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"clipboardy": "^4.0.0",
84-
"diff2html": "^3.4.47",
84+
"diff2html": "^3.4.48",
8585
"node-fetch": "^3.3.2",
8686
"open": "^10.0.3",
8787
"yargs": "^17.6.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,10 +2561,10 @@ diff-sequences@^29.6.3:
25612561
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
25622562
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
25632563

2564-
diff2html@^3.4.47:
2565-
version "3.4.47"
2566-
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.47.tgz#a9d33bb63815031981fac682eeb2a5d74a931109"
2567-
integrity sha512-2llDp8750FRUJl8n7apM0tlcqZYxbDHTw7qhzv/kGddByHRpn3Xg/sWHHIy34h492aGSpStEULydxqrITYpuoA==
2564+
diff2html@^3.4.48:
2565+
version "3.4.48"
2566+
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.48.tgz#7118f52438922ee5826d7cf16b2d7182f373b43c"
2567+
integrity sha512-1lzNSg0G0VPKZPTyi4knzV2nAWTXBy/QaWCKzDto6iEIlcuOJEG0li4bElJfpHNz+pBqPu4AcC1i9ZCo9KMUOg==
25682568
dependencies:
25692569
diff "5.1.0"
25702570
hogan.js "3.0.2"

0 commit comments

Comments
 (0)