Skip to content

Commit

Permalink
fix: upgrade jssha from 2.4.0 to 2.4.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Feb 22, 2024
1 parent 6b7bb92 commit b759a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"bluebird-retry": "^0.11.0",
"dotenv": "^8.1.0",
"es6-promise-pool": "^2.5.0",
"jssha": "^2.1.0",
"jssha": "^2.4.2",
"regenerator-runtime": "^0.13.1",
"request": "^2.87.0",
"request-promise": "^4.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2967,10 +2967,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

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

just-extend@^4.0.2:
version "4.0.2"
Expand Down

0 comments on commit b759a86

Please sign in to comment.