Bump @types/react-syntax-highlighter from 15.5.3 to 15.5.4 (#317)

This commit is contained in:
dependabot[bot] 2022-08-01 17:26:12 +00:00 committed by GitHub
parent b4472a97fb
commit 2488192600
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

@ -31,7 +31,7 @@
"@types/react-blockies": "^1.4.1", "@types/react-blockies": "^1.4.1",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/react-highlight": "^0.12.5", "@types/react-highlight": "^0.12.5",
"@types/react-syntax-highlighter": "^15.5.3", "@types/react-syntax-highlighter": "^15.5.4",
"chart.js": "^3.7.1", "chart.js": "^3.7.1",
"ethers": "^5.6.9", "ethers": "^5.6.9",
"highlightjs-solidity": "^2.0.5", "highlightjs-solidity": "^2.0.5",
@ -3459,9 +3459,9 @@
} }
}, },
"node_modules/@types/react-syntax-highlighter": { "node_modules/@types/react-syntax-highlighter": {
"version": "15.5.3", "version": "15.5.4",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz",
"integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==", "integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@ -22019,9 +22019,9 @@
} }
}, },
"@types/react-syntax-highlighter": { "@types/react-syntax-highlighter": {
"version": "15.5.3", "version": "15.5.4",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz",
"integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==", "integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View File

@ -26,7 +26,7 @@
"@types/react-blockies": "^1.4.1", "@types/react-blockies": "^1.4.1",
"@types/react-dom": "^17.0.16", "@types/react-dom": "^17.0.16",
"@types/react-highlight": "^0.12.5", "@types/react-highlight": "^0.12.5",
"@types/react-syntax-highlighter": "^15.5.3", "@types/react-syntax-highlighter": "^15.5.4",
"chart.js": "^3.7.1", "chart.js": "^3.7.1",
"ethers": "^5.6.9", "ethers": "^5.6.9",
"highlightjs-solidity": "^2.0.5", "highlightjs-solidity": "^2.0.5",