From 97f5640932bda75334072aaa50bd76e6abec3054 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 01:20:46 +0000 Subject: [PATCH] fix: upgrade diff2html from 3.4.51 to 3.4.52 Snyk has created this PR to upgrade diff2html from 3.4.51 to 3.4.52. See this package in npm: diff2html See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/54dc749d-3995-457c-a455-14764293d935?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b768e6a..3312160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/tmp": "^0.2.6", "axios": "^1.8.4", "cli-ux": "^6.0.9", - "diff2html": "^3.4.51", + "diff2html": "^3.4.52", "git-diff": "^2.0.6", "moment": "^2.30.1", "node-graphviz": "^0.1.1", @@ -7233,9 +7233,9 @@ } }, "node_modules/diff2html": { - "version": "3.4.51", - "resolved": "https://registry.npmjs.org/diff2html/-/diff2html-3.4.51.tgz", - "integrity": "sha512-/rVCSDyokkzSCEGaGjkkElXtIRwyNDRzIa3S8VUhR6pjk25p6+AMnb1s2zGmhjl66D5m/HnV3IeZoxnWsvTy+w==", + "version": "3.4.52", + "resolved": "https://registry.npmjs.org/diff2html/-/diff2html-3.4.52.tgz", + "integrity": "sha512-qhMg8/I3sZ4zm/6R/Kh0xd6qG6Vm86w6M+C9W+DuH1V8ACz+1cgEC8/k0ucjv6AGqZWzHm/8G1gh7IlrUqCMhg==", "license": "MIT", "dependencies": { "diff": "^7.0.0", diff --git a/package.json b/package.json index 8fed5c6..d7cb649 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@types/tmp": "^0.2.6", "axios": "^1.8.4", "cli-ux": "^6.0.9", - "diff2html": "^3.4.51", + "diff2html": "^3.4.52", "git-diff": "^2.0.6", "moment": "^2.30.1", "node-graphviz": "^0.1.1",