From 3837f3f38ac153fe064dfa72176b7b50c1f6863a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:16:03 +0000 Subject: [PATCH] Bump @types/react-syntax-highlighter from 15.5.2 to 15.5.3 (#301) --- 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 cb94af8..948cf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/react-blockies": "^1.4.1", "@types/react-dom": "^17.0.16", "@types/react-highlight": "^0.12.5", - "@types/react-syntax-highlighter": "^15.5.2", + "@types/react-syntax-highlighter": "^15.5.3", "chart.js": "^3.7.1", "ethers": "^5.6.9", "highlightjs-solidity": "^2.0.5", @@ -3422,9 +3422,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.2.tgz", - "integrity": "sha512-cJJvwU8lQv/efGSo/LmPoaOqWi/B0AG4CNKKCn7HPUL25SqiPn1Vl+fV1JiUigJv97ruTZ8mo08+b8/0zoYufA==", + "version": "15.5.3", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz", + "integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==", "dependencies": { "@types/react": "*" } @@ -22084,9 +22084,9 @@ } }, "@types/react-syntax-highlighter": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.2.tgz", - "integrity": "sha512-cJJvwU8lQv/efGSo/LmPoaOqWi/B0AG4CNKKCn7HPUL25SqiPn1Vl+fV1JiUigJv97ruTZ8mo08+b8/0zoYufA==", + "version": "15.5.3", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz", + "integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index ba4361e..584fb22 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/react-blockies": "^1.4.1", "@types/react-dom": "^17.0.16", "@types/react-highlight": "^0.12.5", - "@types/react-syntax-highlighter": "^15.5.2", + "@types/react-syntax-highlighter": "^15.5.3", "chart.js": "^3.7.1", "ethers": "^5.6.9", "highlightjs-solidity": "^2.0.5",