Skip to content

Commit 7d18c8f

Browse files
authored
Merge pull request #270 from sunrise-stake/develop
Upgrade to node 18 - fix bigint issues
2 parents adbef2b + 4d0b472 commit 7d18c8f

5 files changed

Lines changed: 89 additions & 75 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: '16'
27+
node-version: '18'
2828

2929
- name: Cache node dependencies
3030
uses: actions/cache@v3
@@ -77,7 +77,7 @@ jobs:
7777
- name: Use Node ${{ matrix.node }}
7878
uses: actions/setup-node@v3
7979
with:
80-
node-version: '16'
80+
node-version: '18'
8181

8282
- name: Cache node dependencies
8383
uses: actions/cache@v3
@@ -103,7 +103,7 @@ jobs:
103103
- name: Use Node ${{ matrix.node }}
104104
uses: actions/setup-node@v3
105105
with:
106-
node-version: '16'
106+
node-version: '18'
107107

108108
- name: Cache node dependencies
109109
uses: actions/cache@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/hydrogen

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Until sufficient liquidity is present on Solana for NCT, Sunrise is maintaining
120120

121121
Install [solana](https://docs.solana.com/cli/install-solana-cli-tools).
122122

123-
This project uses node v16.18 and yarn v1
123+
This project uses node v18 and yarn v1
124124
If you have [nvm](https://github.com/nvm-sh/nvm) installed,
125125
you can run `nvm use` to switch to the correct version, and `nvm install` to install it.
126126

packages/app/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@
7575
},
7676
"browserslist": {
7777
"production": [
78-
">0.2%",
79-
"not dead",
80-
"not op_mini all"
78+
"chrome >= 67",
79+
"edge >= 79",
80+
"firefox >= 68",
81+
"opera >= 54",
82+
"safari >= 14"
8183
],
8284
"development": [
8385
"last 1 chrome version",

yarn.lock

Lines changed: 79 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@
367367
"@babel/helper-plugin-utils" "^7.18.6"
368368

369369
"@babel/plugin-proposal-private-property-in-object@^7.21.0":
370-
version "7.21.0"
371-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc"
372-
integrity sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==
370+
version "7.21.10"
371+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.10.tgz#861ab9c7d152291c47d27838867f27c560f562c4"
372+
integrity sha512-3YybmT8FN4sZFXp0kTr9Gbu90wAIhC3feNung+qcRQ1wALGoSHgOz1c+fR3ZLGZ0LXqIpYmtE6Faua6tMDarUg==
373373
dependencies:
374374
"@babel/helper-annotate-as-pure" "^7.18.6"
375375
"@babel/helper-create-class-features-plugin" "^7.21.0"
@@ -1633,10 +1633,10 @@
16331633
minimatch "^3.1.2"
16341634
strip-json-comments "^3.1.1"
16351635

1636-
"@eslint/js@8.41.0":
1637-
version "8.41.0"
1638-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1639-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
1636+
"@eslint/js@8.42.0":
1637+
version "8.42.0"
1638+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1639+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
16401640

16411641
"@ethereumjs/rlp@^4.0.1":
16421642
version "4.0.1"
@@ -2026,7 +2026,7 @@
20262026
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1"
20272027
integrity sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==
20282028

2029-
"@humanwhocodes/config-array@^0.11.8":
2029+
"@humanwhocodes/config-array@^0.11.10":
20302030
version "0.11.10"
20312031
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
20322032
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
@@ -2827,23 +2827,35 @@
28272827
dependencies:
28282828
eslint-scope "5.1.1"
28292829

2830-
"@noble/curves@1.0.0", "@noble/curves@^1.0.0", "@noble/curves@~1.0.0":
2830+
"@noble/curves@1.0.0", "@noble/curves@~1.0.0":
28312831
version "1.0.0"
28322832
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.0.0.tgz#e40be8c7daf088aaf291887cbc73f43464a92932"
28332833
integrity sha512-2upgEu0iLiDVDZkNLeFV2+ht0BAVgQnEmCk6JsOch9Rp8xfkMCbvbAZlA2pBHQc73dbl+vFOXfqkf4uemdn0bw==
28342834
dependencies:
28352835
"@noble/hashes" "1.3.0"
28362836

2837+
"@noble/curves@^1.0.0":
2838+
version "1.1.0"
2839+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.1.0.tgz#f13fc667c89184bc04cccb9b11e8e7bae27d8c3d"
2840+
integrity sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA==
2841+
dependencies:
2842+
"@noble/hashes" "1.3.1"
2843+
28372844
"@noble/ed25519@^1.6.1", "@noble/ed25519@^1.7.1":
28382845
version "1.7.3"
28392846
resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.3.tgz#57e1677bf6885354b466c38e2b620c62f45a7123"
28402847
integrity sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==
28412848

2842-
"@noble/hashes@1.3.0", "@noble/hashes@^1.1.3", "@noble/hashes@^1.3.0", "@noble/hashes@~1.3.0":
2849+
"@noble/hashes@1.3.0":
28432850
version "1.3.0"
28442851
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
28452852
integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
28462853

2854+
"@noble/hashes@1.3.1", "@noble/hashes@^1.1.3", "@noble/hashes@^1.3.0", "@noble/hashes@~1.3.0":
2855+
version "1.3.1"
2856+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9"
2857+
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
2858+
28472859
"@nodelib/fs.scandir@2.1.5":
28482860
version "2.1.5"
28492861
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -4501,18 +4513,18 @@
45014513
readable-stream "^3.6.2"
45024514

45034515
"@toruslabs/openlogin-jrpc@^4.0.0":
4504-
version "4.5.0"
4505-
resolved "https://registry.yarnpkg.com/@toruslabs/openlogin-jrpc/-/openlogin-jrpc-4.5.0.tgz#1930e0c18b2d88b8f57cd8188a5ad7e15ac3ecec"
4506-
integrity sha512-5ZvP52X67xRYldVTBRs/WRrUvQaqnZ1R6Kega4M6l1s2HjQSXw3hyHjPJ8xLP+ewdDTU3JLTFyW1joLuZqqc4g==
4516+
version "4.5.1"
4517+
resolved "https://registry.yarnpkg.com/@toruslabs/openlogin-jrpc/-/openlogin-jrpc-4.5.1.tgz#9b3f4af1de206eb732b468c9f4abe4b3907180c7"
4518+
integrity sha512-6n2wW/yHxIT9EySNz5FRRNDtO2n+dIrRpxbwEoqJj0Cn4tw1R1cm3kEb0laxKRXP3DpKGK+vX6v/XQRiJy+PNw==
45074519
dependencies:
4508-
"@toruslabs/openlogin-utils" "^4.5.0"
4520+
"@toruslabs/openlogin-utils" "^4.5.1"
45094521
end-of-stream "^1.4.4"
45104522
eth-rpc-errors "^4.0.3"
45114523
events "^3.3.0"
45124524
fast-safe-stringify "^2.1.1"
45134525
once "^1.4.0"
45144526
pump "^3.0.0"
4515-
readable-stream "^4.3.0"
4527+
readable-stream "^4.4.0"
45164528

45174529
"@toruslabs/openlogin-utils@^3.0.0":
45184530
version "3.0.0"
@@ -4523,10 +4535,10 @@
45234535
keccak "^3.0.3"
45244536
randombytes "^2.1.0"
45254537

4526-
"@toruslabs/openlogin-utils@^4.5.0":
4527-
version "4.5.0"
4528-
resolved "https://registry.yarnpkg.com/@toruslabs/openlogin-utils/-/openlogin-utils-4.5.0.tgz#e9433b47b1de08314beeffda7d4d32f1499e6fe0"
4529-
integrity sha512-lZoiRSiuQImlV1yqb6EgJgqsZQv4dSeso8nnrljkWvb5XmHZvrqi4/U0t0Qy7+dcVqJoO3TxhfsswOHAz+tdkw==
4538+
"@toruslabs/openlogin-utils@^4.5.1":
4539+
version "4.5.1"
4540+
resolved "https://registry.yarnpkg.com/@toruslabs/openlogin-utils/-/openlogin-utils-4.5.1.tgz#01b53f50e33d96cf29cc45d9e8aa6b085c311870"
4541+
integrity sha512-LaPQkgUS7qVltNkOAakUvKs5BigO3k2AIXGzNw7MQjAMV50qax8T9fCAboBwo9jX45lP5cmR5HL1ZTbFjPgfcw==
45304542
dependencies:
45314543
base64url "^3.0.1"
45324544

@@ -5127,10 +5139,10 @@
51275139
"@walletconnect/window-metadata" "1.0.0"
51285140
detect-browser "5.2.0"
51295141

5130-
"@walletconnect/core@2.7.7":
5131-
version "2.7.7"
5132-
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.7.7.tgz#49ddaa9d8aff365cd347b951d9b4c1c39a949e83"
5133-
integrity sha512-/Tmrjx9XDG8qylsUFU2fWvMoxlDwW+zzUcCgTaebMAmssCZ8NSknbBdjAdAKiey1TaLEgFkaCxXgXfioinWNYg==
5142+
"@walletconnect/core@2.7.8":
5143+
version "2.7.8"
5144+
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.7.8.tgz#e75329379cc61dc124c85619998a65eecabe4f53"
5145+
integrity sha512-Ptp1Jo9hv5mtrQMF/iC/RF/KHmYfO79DBLj77AV4PnJ5z6J0MRYepPKXKFEirOXR4OKCT5qCrPOiRtGvtNI+sg==
51345146
dependencies:
51355147
"@walletconnect/heartbeat" "1.2.1"
51365148
"@walletconnect/jsonrpc-provider" "1.0.13"
@@ -5143,8 +5155,8 @@
51435155
"@walletconnect/relay-auth" "^1.0.4"
51445156
"@walletconnect/safe-json" "^1.0.2"
51455157
"@walletconnect/time" "^1.0.2"
5146-
"@walletconnect/types" "2.7.7"
5147-
"@walletconnect/utils" "2.7.7"
5158+
"@walletconnect/types" "2.7.8"
5159+
"@walletconnect/utils" "2.7.8"
51485160
events "^3.3.0"
51495161
lodash.isequal "4.5.0"
51505162
uint8arrays "^3.1.0"
@@ -5276,18 +5288,18 @@
52765288
tslib "1.14.1"
52775289

52785290
"@walletconnect/sign-client@^2.4.5":
5279-
version "2.7.7"
5280-
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.7.7.tgz#a2be064eaff37ab036919bd33f1cf9ddf4681fdd"
5281-
integrity sha512-lTyF8ZEp+HwPNBW/Fw5iWnMm9O5tC1qwf5YfhNczZ7+q6+UUopOoRrsAvwqftJIkgKmfC8lHT52G/XM2JGVjbQ==
5291+
version "2.7.8"
5292+
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.7.8.tgz#02a4030080d585bbc7772d77b102e3b6fa78e19b"
5293+
integrity sha512-na7VeXiOwM83w69s4kA5IeuL2SezwIbHfJsitmbtmsTLaX8Hnf7HwaJrNzrdhKpnEw8a+uG/xDTq+RYY50zf+A==
52825294
dependencies:
5283-
"@walletconnect/core" "2.7.7"
5295+
"@walletconnect/core" "2.7.8"
52845296
"@walletconnect/events" "^1.0.1"
52855297
"@walletconnect/heartbeat" "1.2.1"
52865298
"@walletconnect/jsonrpc-utils" "1.0.8"
52875299
"@walletconnect/logger" "^2.0.1"
52885300
"@walletconnect/time" "^1.0.2"
5289-
"@walletconnect/types" "2.7.7"
5290-
"@walletconnect/utils" "2.7.7"
5301+
"@walletconnect/types" "2.7.8"
5302+
"@walletconnect/utils" "2.7.8"
52915303
events "^3.3.0"
52925304

52935305
"@walletconnect/time@^1.0.2":
@@ -5297,10 +5309,10 @@
52975309
dependencies:
52985310
tslib "1.14.1"
52995311

5300-
"@walletconnect/types@2.7.7":
5301-
version "2.7.7"
5302-
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.7.7.tgz#c02831a17b6162d8594c45e3cc4668015e022f51"
5303-
integrity sha512-Z4Y+BKPX7X1UBCf7QV35mVy2QU9CS+5G+EthCaJwpieirZNHamHEwNXUjuUUb3PrYOLwlfRYUT5edeFW9wvoeQ==
5312+
"@walletconnect/types@2.7.8":
5313+
version "2.7.8"
5314+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.7.8.tgz#681bd2a3c0e80fcda877a6b6aba09567b938c7a6"
5315+
integrity sha512-1ZucKd5F4Ws+O84Yl4tCzd+hcD3A9vnaimKyC753b7Jdtwg2dm21E6H9t34kOVsFjVdKt9qFrZ1LaVL7SZp59g==
53045316
dependencies:
53055317
"@walletconnect/events" "^1.0.1"
53065318
"@walletconnect/heartbeat" "1.2.1"
@@ -5314,10 +5326,10 @@
53145326
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-1.8.0.tgz#3f5e85b2d6b149337f727ab8a71b8471d8d9a195"
53155327
integrity sha512-Cn+3I0V0vT9ghMuzh1KzZvCkiAxTq+1TR2eSqw5E5AVWfmCtECFkVZBP6uUJZ8YjwLqXheI+rnjqPy7sVM4Fyg==
53165328

5317-
"@walletconnect/utils@2.7.7", "@walletconnect/utils@^2.4.5":
5318-
version "2.7.7"
5319-
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.7.7.tgz#e2d8732f8ac3ffbc1de13e923891b256eb3bbefb"
5320-
integrity sha512-ozh9gvRAdXkiu+6nOAkoDCokDVPXK/tNATrrYuOhhR+EmGDjlZU2d27HT+HiGREdza0b1HdZN4XneGm0gERV5w==
5329+
"@walletconnect/utils@2.7.8", "@walletconnect/utils@^2.4.5":
5330+
version "2.7.8"
5331+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.7.8.tgz#494647eb5ed1fa30363c6a127e1a76356e2780a5"
5332+
integrity sha512-W3GudJNZUlSdKJ7fyMqeDoM02Ffd7jmK6mxxmRGkxF6mf9ciIxEPDWl18JGkanp+EDK06PXLm4/64fraLkbJVQ==
53215333
dependencies:
53225334
"@stablelib/chacha20poly1305" "1.0.1"
53235335
"@stablelib/hkdf" "1.0.1"
@@ -5327,7 +5339,7 @@
53275339
"@walletconnect/relay-api" "^1.0.9"
53285340
"@walletconnect/safe-json" "^1.0.2"
53295341
"@walletconnect/time" "^1.0.2"
5330-
"@walletconnect/types" "2.7.7"
5342+
"@walletconnect/types" "2.7.8"
53315343
"@walletconnect/window-getters" "^1.0.1"
53325344
"@walletconnect/window-metadata" "^1.0.1"
53335345
detect-browser "5.3.0"
@@ -6809,9 +6821,9 @@ caniuse-api@^3.0.0:
68096821
lodash.uniq "^4.5.0"
68106822

68116823
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001489:
6812-
version "1.0.30001492"
6813-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz#4a06861788a52b4c81fd3344573b68cc87fe062b"
6814-
integrity sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==
6824+
version "1.0.30001494"
6825+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001494.tgz#3e56e04a48da7a79eae994559eb1ec02aaac862f"
6826+
integrity sha512-sY2B5Qyl46ZzfYDegrl8GBCzdawSLT4ThM9b9F+aDYUrAG2zCOyMbd2Tq34mS1g4ZKBfjRlzOohQMxx28x6wJg==
68156827

68166828
canonicalize@^1.0.8:
68176829
version "1.0.8"
@@ -7759,9 +7771,9 @@ dateformat@^3.0.0:
77597771
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
77607772

77617773
dayjs@^1.11.7:
7762-
version "1.11.7"
7763-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2"
7764-
integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==
7774+
version "1.11.8"
7775+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.8.tgz#4282f139c8c19dd6d0c7bd571e30c2d0ba7698ea"
7776+
integrity sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==
77657777

77667778
debug@2.6.9, debug@^2.6.0:
77677779
version "2.6.9"
@@ -8192,9 +8204,9 @@ dotenv@^10.0.0, dotenv@~10.0.0:
81928204
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
81938205

81948206
dotenv@^16.0.0:
8195-
version "16.1.3"
8196-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.3.tgz#0c67e90d0ddb48d08c570888f709b41844928210"
8197-
integrity sha512-FYssxsmCTtKL72fGBSvb1K9dRz0/VZeWqFme/vSb7r7323x4CRaHu4LvQ5JG3+s6yt2YPbBrkpiEODktfyjI9A==
8207+
version "16.1.4"
8208+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c"
8209+
integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==
81988210

81998211
duplexer@^0.1.1, duplexer@^0.1.2:
82008212
version "0.1.2"
@@ -8243,9 +8255,9 @@ ejs@^3.1.6, ejs@^3.1.7:
82438255
jake "^10.8.5"
82448256

82458257
electron-to-chromium@^1.4.411:
8246-
version "1.4.417"
8247-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.417.tgz#a0c7eb992e68287fa50c8da5a5238b01f20b9a82"
8248-
integrity sha512-8rY8HdCxuSVY8wku3i/eDac4g1b4cSbruzocenrqBlzqruAZYHjQCHIjC66dLR9DXhEHTojsC4EjhZ8KmzwXqA==
8258+
version "1.4.419"
8259+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.419.tgz#6fbea1f3abb65bf46e8ad874b5c1f0816ce2f8ce"
8260+
integrity sha512-jdie3RiEgygvDTyS2sgjq71B36q2cDSBfPlwzUyuOrfYTNoYWyBxxjGJV/HAu3A2hB0Y+HesvCVkVAFoCKwCSw==
82498261

82508262
elliptic@6.5.4, elliptic@^6.5.3, elliptic@^6.5.4:
82518263
version "6.5.4"
@@ -8803,15 +8815,15 @@ eslint-webpack-plugin@^3.1.1:
88038815
schema-utils "^4.0.0"
88048816

88058817
eslint@^8.3.0, eslint@^8.33.0:
8806-
version "8.41.0"
8807-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
8808-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
8818+
version "8.42.0"
8819+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
8820+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
88098821
dependencies:
88108822
"@eslint-community/eslint-utils" "^4.2.0"
88118823
"@eslint-community/regexpp" "^4.4.0"
88128824
"@eslint/eslintrc" "^2.0.3"
8813-
"@eslint/js" "8.41.0"
8814-
"@humanwhocodes/config-array" "^0.11.8"
8825+
"@eslint/js" "8.42.0"
8826+
"@humanwhocodes/config-array" "^0.11.10"
88158827
"@humanwhocodes/module-importer" "^1.0.1"
88168828
"@nodelib/fs.walk" "^1.2.8"
88178829
ajv "^6.10.0"
@@ -12068,9 +12080,9 @@ media-typer@0.3.0:
1206812080
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
1206912081

1207012082
memfs@^3.1.2, memfs@^3.4.3:
12071-
version "3.5.1"
12072-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.5.1.tgz#f0cd1e2bfaef58f6fe09bfb9c2288f07fea099ec"
12073-
integrity sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==
12083+
version "3.5.2"
12084+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.5.2.tgz#3367cb58940e45224a7e377015b37f55a831b3ac"
12085+
integrity sha512-4kbWXbVZ+LU4XFDS2CuA7frnwz2HxCMB/0yOXc86q7aCQrfWKkL11t6al1e2CsVC7uhnBNTQ1TfUsAxVauO9IQ==
1207412086
dependencies:
1207512087
fs-monkey "^1.0.3"
1207612088

@@ -14787,7 +14799,7 @@ readable-stream@^2.0.1, readable-stream@~2.3.6:
1478714799
string_decoder "~1.1.1"
1478814800
util-deprecate "~1.0.1"
1478914801

14790-
readable-stream@^4.1.0, readable-stream@^4.3.0:
14802+
readable-stream@^4.1.0, readable-stream@^4.4.0:
1479114803
version "4.4.0"
1479214804
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.0.tgz#55ce132d60a988c460d75c631e9ccf6a7229b468"
1479314805
integrity sha512-kDMOq0qLtxV9f/SQv522h8cxZBqNZXuXNyjyezmfAAuribMyVXziljpQ/uQhfE1XLg2/TLTW2DsnoE4VAi/krg==
@@ -15048,9 +15060,9 @@ rollup@^2.43.1:
1504815060
fsevents "~2.3.2"
1504915061

1505015062
rollup@^3.2.5:
15051-
version "3.23.0"
15052-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.23.0.tgz#b8d6146dac4bf058ee817f92820988e9b358b564"
15053-
integrity sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==
15063+
version "3.23.1"
15064+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.23.1.tgz#a6e50cb86a17fc2e3248d8ec12ff8666992b0780"
15065+
integrity sha512-ybRdFVHOoljGEFILHLd2g/qateqUdjE6YS41WXq4p3C/WwD3xtWxV4FYWETA1u9TeXQc5K8L8zHE5d/scOvrOQ==
1505415066
optionalDependencies:
1505515067
fsevents "~2.3.2"
1505615068

@@ -16408,9 +16420,9 @@ tslib@1.14.1, tslib@^1.8.1, tslib@^1.9.0:
1640816420
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1640916421

1641016422
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0:
16411-
version "2.5.2"
16412-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
16413-
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
16423+
version "2.5.3"
16424+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
16425+
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
1641416426

1641516427
tsup@^6.6.3:
1641616428
version "6.7.0"

0 commit comments

Comments
 (0)