Skip to content

Commit 7cee510

Browse files
fix(deps-update): bump sha.js from 2.4.11 to 2.4.12
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) --- updated-dependencies: - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f67e708 commit 7cee510

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29211,12 +29211,13 @@ [email protected]:
2921129211
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
2921229212

2921329213
sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
29214-
version "2.4.11"
29215-
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
29216-
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
29214+
version "2.4.12"
29215+
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
29216+
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
2921729217
dependencies:
29218-
inherits "^2.0.1"
29219-
safe-buffer "^5.0.1"
29218+
inherits "^2.0.4"
29219+
safe-buffer "^5.2.1"
29220+
to-buffer "^1.2.0"
2922029221

2922129222
shallow-clone@^3.0.0:
2922229223
version "3.0.1"
@@ -30885,6 +30886,15 @@ [email protected]:
3088530886
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
3088630887
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
3088730888

30889+
to-buffer@^1.2.0:
30890+
version "1.2.2"
30891+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
30892+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
30893+
dependencies:
30894+
isarray "^2.0.5"
30895+
safe-buffer "^5.2.1"
30896+
typed-array-buffer "^1.0.3"
30897+
3088830898
to-fast-properties@^2.0.0:
3088930899
version "2.0.0"
3089030900
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)