Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit aff3418

Browse files
Bump elliptic from 6.4.1 to 6.5.4 in /poi
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44015dc commit aff3418

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

‎poi/yarn.lock‎

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,9 +1190,9 @@ bluebird@^3.1.1, bluebird@^3.5.1:
11901190
version "3.5.2"
11911191
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"
11921192

1193-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1194-
version "4.11.8"
1195-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1193+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1194+
version "4.12.0"
1195+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
11961196

11971197
body-parser@1.18.3:
11981198
version "1.18.3"
@@ -1258,7 +1258,7 @@ braces@^2.3.0, braces@^2.3.1:
12581258
split-string "^3.0.2"
12591259
to-regex "^3.0.1"
12601260

1261-
brorand@^1.0.1:
1261+
brorand@^1.0.1, brorand@^1.1.0:
12621262
version "1.1.0"
12631263
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
12641264

@@ -2341,16 +2341,16 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.80:
23412341
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.80.tgz#e99ec7efe64c2c6a269d3885ff411ea88852fa53"
23422342

23432343
elliptic@^6.0.0:
2344-
version "6.4.1"
2345-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
2344+
version "6.5.4"
2345+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
23462346
dependencies:
2347-
bn.js "^4.4.0"
2348-
brorand "^1.0.1"
2347+
bn.js "^4.11.9"
2348+
brorand "^1.1.0"
23492349
hash.js "^1.0.0"
2350-
hmac-drbg "^1.0.0"
2351-
inherits "^2.0.1"
2352-
minimalistic-assert "^1.0.0"
2353-
minimalistic-crypto-utils "^1.0.0"
2350+
hmac-drbg "^1.0.1"
2351+
inherits "^2.0.4"
2352+
minimalistic-assert "^1.0.1"
2353+
minimalistic-crypto-utils "^1.0.1"
23542354

23552355
emojis-list@^2.0.0:
23562356
version "2.1.0"
@@ -3166,8 +3166,8 @@ hash-sum@^1.0.2:
31663166
resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04"
31673167

31683168
hash.js@^1.0.0, hash.js@^1.0.3:
3169-
version "1.1.5"
3170-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.5.tgz#e38ab4b85dfb1e0c40fe9265c0e9b54854c23812"
3169+
version "1.1.7"
3170+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
31713171
dependencies:
31723172
inherits "^2.0.3"
31733173
minimalistic-assert "^1.0.1"
@@ -3180,7 +3180,7 @@ he@^1.1.0:
31803180
version "1.2.0"
31813181
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
31823182

3183-
hmac-drbg@^1.0.0:
3183+
hmac-drbg@^1.0.1:
31843184
version "1.0.1"
31853185
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
31863186
dependencies:
@@ -3410,14 +3410,18 @@ inflight@^1.0.4:
34103410
once "^1.3.0"
34113411
wrappy "1"
34123412

3413-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3414-
version "2.0.3"
3415-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3413+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
3414+
version "2.0.4"
3415+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
34163416

34173417
inherits@2.0.1:
34183418
version "2.0.1"
34193419
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
34203420

3421+
inherits@2.0.3:
3422+
version "2.0.3"
3423+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3424+
34213425
ini@^1.3.4, ini@~1.3.0:
34223426
version "1.3.5"
34233427
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
@@ -4186,7 +4190,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
41864190
version "1.0.1"
41874191
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
41884192

4189-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
4193+
minimalistic-crypto-utils@^1.0.1:
41904194
version "1.0.1"
41914195
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
41924196

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /