Skip to content

Commit 8809e28

Browse files
chore(deps): 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] <support@github.com>
1 parent fff6209 commit 8809e28

File tree

1 file changed

+43
-8
lines changed

1 file changed

+43
-8
lines changed

yarn.lock

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3137,12 +3137,13 @@ ci-info@^3.2.0, ci-info@^3.6.1:
31373137
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
31383138

31393139
cipher-base@^1.0.1, cipher-base@^1.0.3:
3140-
version "1.0.4"
3141-
resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
3142-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
3140+
version "1.0.7"
3141+
resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
3142+
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==
31433143
dependencies:
3144-
inherits "^2.0.1"
3145-
safe-buffer "^5.0.1"
3144+
inherits "^2.0.4"
3145+
safe-buffer "^5.2.1"
3146+
to-buffer "^1.2.2"
31463147

31473148
cjs-module-lexer@^1.0.0:
31483149
version "1.2.3"
@@ -7818,7 +7819,16 @@ string-length@^4.0.1:
78187819
char-regex "^1.0.2"
78197820
strip-ansi "^6.0.0"
78207821

7821-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7822+
"string-width-cjs@npm:string-width@^4.2.0":
7823+
version "4.2.3"
7824+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
7825+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7826+
dependencies:
7827+
emoji-regex "^8.0.0"
7828+
is-fullwidth-code-point "^3.0.0"
7829+
strip-ansi "^6.0.1"
7830+
7831+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
78227832
version "4.2.3"
78237833
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
78247834
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7858,7 +7868,7 @@ string_decoder@~1.1.1:
78587868
dependencies:
78597869
safe-buffer "~5.1.0"
78607870

7861-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7871+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
78627872
version "6.0.1"
78637873
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
78647874
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7886,6 +7896,13 @@ strip-ansi@^5.1.0:
78867896
dependencies:
78877897
ansi-regex "^4.1.0"
78887898

7899+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7900+
version "6.0.1"
7901+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
7902+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7903+
dependencies:
7904+
ansi-regex "^5.0.1"
7905+
78897906
strip-ansi@^7.0.1:
78907907
version "7.1.0"
78917908
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -8093,6 +8110,15 @@ to-buffer@^1.2.0:
80938110
safe-buffer "^5.2.1"
80948111
typed-array-buffer "^1.0.3"
80958112

8113+
to-buffer@^1.2.2:
8114+
version "1.2.2"
8115+
resolved "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
8116+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
8117+
dependencies:
8118+
isarray "^2.0.5"
8119+
safe-buffer "^5.2.1"
8120+
typed-array-buffer "^1.0.3"
8121+
80968122
to-fast-properties@^2.0.0:
80978123
version "2.0.0"
80988124
resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"
@@ -8510,7 +8536,16 @@ wordwrap@^1.0.0:
85108536
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
85118537
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
85128538

8513-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8539+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8540+
version "7.0.0"
8541+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
8542+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8543+
dependencies:
8544+
ansi-styles "^4.0.0"
8545+
string-width "^4.1.0"
8546+
strip-ansi "^6.0.0"
8547+
8548+
wrap-ansi@^7.0.0:
85148549
version "7.0.0"
85158550
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
85168551
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)