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",