Skip to content

Commit 05bce7c

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 bec1e54 commit 05bce7c

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
@@ -13371,12 +13371,13 @@ cids@^1.0.0, cids@^1.1.5, cids@^1.1.6:
1337113371
uint8arrays "^3.0.0"
1337213372

1337313373
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
13374-
version "1.0.4"
13375-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
13376-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
13374+
version "1.0.7"
13375+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
13376+
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==
1337713377
dependencies:
13378-
inherits "^2.0.1"
13379-
safe-buffer "^5.0.1"
13378+
inherits "^2.0.4"
13379+
safe-buffer "^5.2.1"
13380+
to-buffer "^1.2.2"
1338013381

1338113382
citty@^0.1.3, citty@^0.1.4:
1338213383
version "0.1.5"
@@ -30609,6 +30610,15 @@ [email protected]:
3060930610
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
3061030611
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
3061130612

30613+
to-buffer@^1.2.2:
30614+
version "1.2.2"
30615+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
30616+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
30617+
dependencies:
30618+
isarray "^2.0.5"
30619+
safe-buffer "^5.2.1"
30620+
typed-array-buffer "^1.0.3"
30621+
3061230622
to-fast-properties@^2.0.0:
3061330623
version "2.0.0"
3061430624
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)