From f231cfcb846f43f25db6c5bf53c65935d7d306fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:59:44 +0000 Subject: [PATCH] Bump diff2html-cli from 5.2.4 to 5.2.5 Bumps [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli) from 5.2.4 to 5.2.5. - [Release notes](https://github.com/rtfpessoa/diff2html-cli/releases) - [Commits](https://github.com/rtfpessoa/diff2html-cli/compare/5.2.4...5.2.5) --- updated-dependencies: - dependency-name: diff2html-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d081d9a0d1..fff4d72daa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "bootstrap-scss": "^4.6.1", - "diff2html-cli": "^5.2.4", + "diff2html-cli": "^5.2.5", "firebase-tools": "^v11.1.0", "font-awesome": "^4.7.0", "superstatic": "^8.0.0" @@ -777,9 +777,9 @@ } }, "node_modules/diff2html-cli": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/diff2html-cli/-/diff2html-cli-5.2.4.tgz", - "integrity": "sha512-hQbU40VgPF08KkVDCNMa+PYfCLCdxXqQ4pGpazP99ZB48xQ+482cEilCwJOo9R5HojatGnW4JEyGvJ5SYd6pCw==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/diff2html-cli/-/diff2html-cli-5.2.5.tgz", + "integrity": "sha512-IwY04uXNa4Aodf7ryr0YzCJWVCjhEJzGeqIwk+qoyUde0M1Q4rQFZ6MLGeKLG+VCehQ0XYTuf8oj5rcQCx+IAw==", "dependencies": { "clipboardy": "^2.3.0", "diff2html": "^3.4.14", @@ -10435,9 +10435,9 @@ } }, "diff2html-cli": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/diff2html-cli/-/diff2html-cli-5.2.4.tgz", - "integrity": "sha512-hQbU40VgPF08KkVDCNMa+PYfCLCdxXqQ4pGpazP99ZB48xQ+482cEilCwJOo9R5HojatGnW4JEyGvJ5SYd6pCw==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/diff2html-cli/-/diff2html-cli-5.2.5.tgz", + "integrity": "sha512-IwY04uXNa4Aodf7ryr0YzCJWVCjhEJzGeqIwk+qoyUde0M1Q4rQFZ6MLGeKLG+VCehQ0XYTuf8oj5rcQCx+IAw==", "requires": { "clipboardy": "^2.3.0", "diff2html": "^3.4.14", diff --git a/package.json b/package.json index 5393d6848d5..cbce6c31fe5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "bootstrap-scss": "^4.6.1", - "diff2html-cli": "^5.2.4", + "diff2html-cli": "^5.2.5", "font-awesome": "^4.7.0", "superstatic": "^8.0.0", "firebase-tools": "^v11.1.0"