Merge pull request #763 from guardicore/snyk-upgrade-a73b21ca3d3b12638dce5cc24f064d49

[Snyk] Upgrade sha3 from 2.1.2 to 2.1.3
This commit is contained in:
Shay Nehmad 2020-08-10 11:51:53 +03:00 committed by GitHub
commit c4518541ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View File

@ -14638,11 +14638,22 @@
}
},
"sha3": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/sha3/-/sha3-2.1.2.tgz",
"integrity": "sha512-agYUtkzMsdFTQkM3ECyt6YW0552fyEb0tYZkl7olurS1Vg2Ms5+2SdF4VFPC1jnwtiXMb8b0fSyuAGZh+q2mAw==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/sha3/-/sha3-2.1.3.tgz",
"integrity": "sha512-Io53D4o9qOmf3Ow9p/DoGLQiQHhtuR0ulbyambvRSG+OX5yXExk2yYfvjHtb7AtOyk6K6+sPeK/qaowWc/E/GA==",
"requires": {
"buffer": "5.5.0"
"buffer": "5.6.0"
},
"dependencies": {
"buffer": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz",
"integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==",
"requires": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4"
}
}
}
},
"shallow-clone": {

View File

@ -104,7 +104,7 @@
"react-toggle": "^4.1.1",
"react-tooltip-lite": "^1.12.0",
"redux": "^4.0.4",
"sha3": "^2.0.7",
"sha3": "^2.1.3",
"snyk": "^1.362.1"
},
"snyk": true