From 076a222ff8b8fae2aa50ea3e484c5d3a531597ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 02:09:33 +0000 Subject: [PATCH] fix: upgrade @types/diff2html from 3.0.0 to 3.0.3 Snyk has created this PR to upgrade @types/diff2html from 3.0.0 to 3.0.3. See this package in npm: @types/diff2html See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/288f9035-f981-4b3a-b17f-3b7d9072e133?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e40d9b..4d1fa6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@contentstack/cli-command": "^1.2.19", "@contentstack/cli-utilities": "^1.6.2", - "@types/diff2html": "^3.0.0", + "@types/diff2html": "^3.0.3", "@types/git-diff": "^2.0.7", "@types/hogan.js": "^3.0.0", "@types/table": "^6.3.2", @@ -2448,10 +2448,11 @@ } }, "node_modules/@types/diff2html": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/diff2html/-/diff2html-3.0.0.tgz", - "integrity": "sha512-tf9gkVAPBHsNwr+ixA3nW8uJYbPDQu60mXxHaY/o9yxKHKoGiTDBrOWDmjcTYargh0O1H4DIoJYhq1+ccAPpiw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/diff2html/-/diff2html-3.0.3.tgz", + "integrity": "sha512-OK24YkD996hEnHkrV4to/cBCk1jPaKlcN9UU/kTXkfQCbsKpb2/XJHrn+6MQDvdeMKINOK7rXjZHJ8T76QIOKA==", "deprecated": "This is a stub types definition. diff2html provides its own type definitions, so you do not need this installed.", + "license": "MIT", "dependencies": { "diff2html": "*" } diff --git a/package.json b/package.json index c2abac5..3f8ba94 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@contentstack/cli-command": "^1.2.19", "@contentstack/cli-utilities": "^1.6.2", - "@types/diff2html": "^3.0.0", + "@types/diff2html": "^3.0.3", "@types/git-diff": "^2.0.7", "@types/hogan.js": "^3.0.0", "@types/table": "^6.3.2",