Bump @types/react-syntax-highlighter from 15.5.4 to 15.5.5 (#346)

This commit is contained in:
dependabot[bot] 2022-09-03 14:26:32 +00:00 committed by GitHub
parent 0536bd65a6
commit a5f50acc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -30,7 +30,7 @@
"@types/react-blockies": "^1.4.1", "@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/react-highlight": "^0.12.5", "@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", "chart.js": "^3.9.1",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"highlightjs-solidity": "^2.0.5", "highlightjs-solidity": "^2.0.5",
@ -1740,9 +1740,9 @@
} }
}, },
"node_modules/@types/react-syntax-highlighter": { "node_modules/@types/react-syntax-highlighter": {
"version": "15.5.4", "version": "15.5.5",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz",
"integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==", "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@ -5667,9 +5667,9 @@
} }
}, },
"@types/react-syntax-highlighter": { "@types/react-syntax-highlighter": {
"version": "15.5.4", "version": "15.5.5",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz",
"integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==", "integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View File

@ -25,7 +25,7 @@
"@types/react-blockies": "^1.4.1", "@types/react-blockies": "^1.4.1",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/react-highlight": "^0.12.5", "@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", "chart.js": "^3.9.1",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"highlightjs-solidity": "^2.0.5", "highlightjs-solidity": "^2.0.5",