Bump @types/react-syntax-highlighter from 13.5.2 to 15.5.1 (#252)

This commit is contained in:
dependabot[bot] 2022-05-10 16:32:48 +00:00 committed by GitHub
parent 8d498faa7f
commit 052686b4f0
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-dom": "^17.0.16",
"@types/react-highlight": "^0.12.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-syntax-highlighter": "^15.5.1",
"chart.js": "^3.7.1",
"ethers": "^5.6.5",
"highlightjs-solidity": "^2.0.5",
@ -3267,9 +3267,9 @@
}
},
"node_modules/@types/react-syntax-highlighter": {
"version": "13.5.2",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-13.5.2.tgz",
"integrity": "sha512-sRZoKZBGKaE7CzMvTTgz+0x/aVR58ZYUTfB7HN76vC+yQnvo1FWtzNARBt0fGqcLGEVakEzMu/CtPzssmanu8Q==",
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.1.tgz",
"integrity": "sha512-+yD6D8y21JqLf89cRFEyRfptVMqo2ROHyAlysRvFwT28gT5gDo3KOiXHwGilHcq9y/OKTjlWK0f/hZUicrBFPQ==",
"dependencies": {
"@types/react": "*"
}
@ -21747,9 +21747,9 @@
}
},
"@types/react-syntax-highlighter": {
"version": "13.5.2",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-13.5.2.tgz",
"integrity": "sha512-sRZoKZBGKaE7CzMvTTgz+0x/aVR58ZYUTfB7HN76vC+yQnvo1FWtzNARBt0fGqcLGEVakEzMu/CtPzssmanu8Q==",
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.1.tgz",
"integrity": "sha512-+yD6D8y21JqLf89cRFEyRfptVMqo2ROHyAlysRvFwT28gT5gDo3KOiXHwGilHcq9y/OKTjlWK0f/hZUicrBFPQ==",
"requires": {
"@types/react": "*"
}

View File

@ -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": "^13.5.2",
"@types/react-syntax-highlighter": "^15.5.1",
"chart.js": "^3.7.1",
"ethers": "^5.6.5",
"highlightjs-solidity": "^2.0.5",