fix: upgrade sha3 from 2.1.2 to 2.1.3

Snyk has created this PR to upgrade sha3 from 2.1.2 to 2.1.3.

See this package in npm:
https://www.npmjs.com/package/sha3

See this project in Snyk:
https://app.snyk.io/org/shaynehmad/project/37aecb9c-98b4-4735-95a2-83d941303b4e?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-08-05 07:00:25 +00:00
parent d3790ee5d8
commit 50e1838ef6
2 changed files with 17 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "infection-monkey",
"version": "1.8.2",
"version": "1.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -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.361.3"
},
"snyk": true