Skip to content

Commit b759a86

Browse files
committed
fix: upgrade jssha from 2.4.0 to 2.4.2
Snyk has created this PR to upgrade jssha from 2.4.0 to 2.4.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/bs-sry/project/28a14b03-d87b-44aa-add8-824c667a7583?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 6b7bb92 commit b759a86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"bluebird-retry": "^0.11.0",
5555
"dotenv": "^8.1.0",
5656
"es6-promise-pool": "^2.5.0",
57-
"jssha": "^2.1.0",
57+
"jssha": "^2.4.2",
5858
"regenerator-runtime": "^0.13.1",
5959
"request": "^2.87.0",
6060
"request-promise": "^4.2.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2967,10 +2967,10 @@ jsprim@^1.2.2:
29672967
json-schema "0.2.3"
29682968
verror "1.10.0"
29692969

2970-
jssha@^2.1.0:
2971-
version "2.4.0"
2972-
resolved "https://registry.yarnpkg.com/jssha/-/jssha-2.4.0.tgz#99561b53bbf97b99ffb3342a4df3da7a64c0a71a"
2973-
integrity sha512-MlACL8dJB0SRwqenQzYxhSt/5c/ooIJykbZdP2wj+vhvhzYRAKZYnt8yDY7tXzMz8AZtrS4mS2bTmDdyt0vpBQ==
2970+
jssha@^2.4.2:
2971+
version "2.4.2"
2972+
resolved "https://registry.yarnpkg.com/jssha/-/jssha-2.4.2.tgz#d950b095634928bd6b2bda1d42da9a3a762d65e9"
2973+
integrity sha512-/jsi/9C0S70zfkT/4UlKQa5E1xKurDnXcQizcww9JSR/Fv+uIbWM2btG+bFcL3iNoK9jIGS0ls9HWLr1iw0kFg==
29742974

29752975
just-extend@^4.0.2:
29762976
version "4.0.2"

0 commit comments

Comments
 (0)