Skip to content

Commit 04b1239

Browse files
chore(deps): bump cipher-base from 1.0.4 to 1.0.7 in /examples/me/client
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] <support@github.com>
1 parent e253ebc commit 04b1239

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

examples/me/client/yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,12 +2107,13 @@ chrome-trace-event@^1.0.2:
21072107
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
21082108

21092109
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
2110-
version "1.0.4"
2111-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
2112-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
2110+
version "1.0.7"
2111+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
2112+
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==
21132113
dependencies:
2114-
inherits "^2.0.1"
2115-
safe-buffer "^5.0.1"
2114+
inherits "^2.0.4"
2115+
safe-buffer "^5.2.1"
2116+
to-buffer "^1.2.2"
21162117

21172118
classnames@^2.3.1:
21182119
version "2.3.2"
@@ -5166,6 +5167,15 @@ to-buffer@^1.2.0:
51665167
safe-buffer "^5.2.1"
51675168
typed-array-buffer "^1.0.3"
51685169

5170+
to-buffer@^1.2.2:
5171+
version "1.2.2"
5172+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
5173+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
5174+
dependencies:
5175+
isarray "^2.0.5"
5176+
safe-buffer "^5.2.1"
5177+
typed-array-buffer "^1.0.3"
5178+
51695179
to-fast-properties@^2.0.0:
51705180
version "2.0.0"
51715181
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)