Skip to content

Commit aa40002

Browse files
fix(deps-update): bump cipher-base from 1.0.4 to 1.0.7
Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.7. - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](browserify/cipher-base@v1.0.4...v1.0.7) --- updated-dependencies: - dependency-name: cipher-base dependency-version: 1.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0390370 commit aa40002

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
@@ -13560,12 +13560,13 @@ cids@^1.0.0, cids@^1.1.5, cids@^1.1.6:
1356013560
uint8arrays "^3.0.0"
1356113561

1356213562
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
13563-
version "1.0.4"
13564-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
13565-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
13563+
version "1.0.7"
13564+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
13565+
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==
1356613566
dependencies:
13567-
inherits "^2.0.1"
13568-
safe-buffer "^5.0.1"
13567+
inherits "^2.0.4"
13568+
safe-buffer "^5.2.1"
13569+
to-buffer "^1.2.2"
1356913570

1357013571
citty@^0.1.3, citty@^0.1.4:
1357113572
version "0.1.5"
@@ -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.2:
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)