From d7b555af422e9300321d3363817de9d7cb031575 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Apr 2023 03:13:55 +0000 Subject: [PATCH] fix: upgrade diff2html from 3.4.19 to 3.4.33 Snyk has created this PR to upgrade diff2html from 3.4.19 to 3.4.33. See this package in npm: 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 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 89c7f82..00fbfdb 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ }, "dependencies": { "clipboardy": "^2.3.0", - "diff2html": "^3.4.19", + "diff2html": "^3.4.33", "node-fetch": "^2.6.7", "open": "^8.4.0", "yargs": "^17.6.0" diff --git a/yarn.lock b/yarn.lock index 1e05eca..03a2279 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1388,10 +1388,10 @@ diff-sequences@^29.2.0: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.2.0.tgz#4c55b5b40706c7b5d2c5c75999a50c56d214e8f6" integrity sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw== -diff2html@^3.4.19: - version "3.4.19" - resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.19.tgz#6150ed253957e22f38f078a5fb1b70d27eb9ce6c" - integrity sha512-23tBeyRxcw31p/XlEn9ZGYP9mRQRL3cB25aigrWV29UUUmEnlHnmUpFWGKVSiCJXoize+31SV412BYmdilRqEw== +diff2html@^3.4.33: + version "3.4.34" + resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.34.tgz#853dbea78297f1475ae005807b13166a54593317" + integrity sha512-lHWZdusoYg/E9bT7BbmQKv6xGN7yCDx/OysZTQbtGBtHLu2y5SHlhO1zkzh1AjH7V909TXyPZGUeS6Ce9xPh/Q== dependencies: diff "5.1.0" hogan.js "3.0.2"