From 0242c4fa0aae2bab04f829c9f68c453a34e759dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 18:57:32 +0000 Subject: [PATCH] Bump @types/react-highlight from 0.12.3 to 0.12.4 (#76) --- 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 70ae1f0..839ef62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/react": "^17.0.24", "@types/react-blockies": "^1.4.1", "@types/react-dom": "^17.0.9", - "@types/react-highlight": "^0.12.3", + "@types/react-highlight": "^0.12.4", "@types/react-router-dom": "^5.3.0", "@types/react-syntax-highlighter": "^13.5.2", "chart.js": "^3.5.1", @@ -3116,9 +3116,9 @@ } }, "node_modules/@types/react-highlight": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/@types/react-highlight/-/react-highlight-0.12.3.tgz", - "integrity": "sha512-mfhuHdE3dUjvRv1lvZIvda2B+VW7rkG1ufnFLKbDcRUp/L73bGUmEuEfpnjgdLgeWYho88ahQZRcMSh9GsZA0g==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@types/react-highlight/-/react-highlight-0.12.4.tgz", + "integrity": "sha512-eq+1LUJYDTpZMx31KD3e8K0OJcfUlgWaxYGldKfD7uMkmg04x6O2+h6kG7Rm0SY1+XkeBWYhg2lyIFv8WpGrLQ==", "dependencies": { "@types/react": "*" } @@ -21684,9 +21684,9 @@ } }, "@types/react-highlight": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/@types/react-highlight/-/react-highlight-0.12.3.tgz", - "integrity": "sha512-mfhuHdE3dUjvRv1lvZIvda2B+VW7rkG1ufnFLKbDcRUp/L73bGUmEuEfpnjgdLgeWYho88ahQZRcMSh9GsZA0g==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@types/react-highlight/-/react-highlight-0.12.4.tgz", + "integrity": "sha512-eq+1LUJYDTpZMx31KD3e8K0OJcfUlgWaxYGldKfD7uMkmg04x6O2+h6kG7Rm0SY1+XkeBWYhg2lyIFv8WpGrLQ==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index 1bd82e8..3c1e0b6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/react": "^17.0.24", "@types/react-blockies": "^1.4.1", "@types/react-dom": "^17.0.9", - "@types/react-highlight": "^0.12.3", + "@types/react-highlight": "^0.12.4", "@types/react-router-dom": "^5.3.0", "@types/react-syntax-highlighter": "^13.5.2", "chart.js": "^3.5.1",