From a5f50acc0e2ed3066982bd931bdaf82d5863528b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 14:26:32 +0000 Subject: [PATCH] Bump @types/react-syntax-highlighter from 15.5.4 to 15.5.5 (#346) --- 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 489a97e..a16193f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/react-blockies": "^1.4.1", "@types/react-dom": "^18.0.6", "@types/react-highlight": "^0.12.5", - "@types/react-syntax-highlighter": "^15.5.4", + "@types/react-syntax-highlighter": "^15.5.5", "chart.js": "^3.9.1", "ethers": "^5.7.0", "highlightjs-solidity": "^2.0.5", @@ -1740,9 +1740,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.4", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz", - "integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==", + "version": "15.5.5", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz", + "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==", "dependencies": { "@types/react": "*" } @@ -5667,9 +5667,9 @@ } }, "@types/react-syntax-highlighter": { - "version": "15.5.4", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz", - "integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==", + "version": "15.5.5", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz", + "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index 886732f..84ce172 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/react-blockies": "^1.4.1", "@types/react-dom": "^18.0.6", "@types/react-highlight": "^0.12.5", - "@types/react-syntax-highlighter": "^15.5.4", + "@types/react-syntax-highlighter": "^15.5.5", "chart.js": "^3.9.1", "ethers": "^5.7.0", "highlightjs-solidity": "^2.0.5",