Skip to content

Commit 6522ba5

Browse files
chore(deps): update dependency node to v24
1 parent 0299011 commit 6522ba5

File tree

3 files changed

+45
-8
lines changed

3 files changed

+45
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 24
1717

1818
- name: Fetch deps
1919
run: yarn
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-node@v3
5151
with:
52-
node-version: 18
52+
node-version: 24
5353

5454
- name: Yarn install
5555
run: |
@@ -119,7 +119,7 @@ jobs:
119119

120120
- uses: actions/setup-node@v3
121121
with:
122-
node-version: 18
122+
node-version: 24
123123

124124
- name: Codeclimate
125125
uses: paambaati/codeclimate-action@v5.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@qiwi/npm-run-all": "^4.1.7",
5656
"@qiwi/substrate": "^2.0.3",
5757
"@types/jest": "^29.5.0",
58-
"@types/node": "^18.15.3",
58+
"@types/node": "^24.0.0",
5959
"jest": "^29.5.0",
6060
"microbundle": "^0.15.1",
6161
"mkdirp": "^3.0.0",

yarn.lock

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@
16451645
dependencies:
16461646
"@types/node" "*"
16471647

1648-
"@types/node@*", "@types/node@^18.15.3":
1648+
"@types/node@*":
16491649
version "18.15.3"
16501650
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
16511651
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
@@ -1655,6 +1655,13 @@
16551655
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
16561656
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
16571657

1658+
"@types/node@^24.0.0":
1659+
version "24.11.1"
1660+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.1.tgz#3509391e756e3786d47fb356b550272771588771"
1661+
integrity sha512-MOw3rIVR4djfMH7ft9ZJLPViaJwkZvMfrzumElas79IwMUEl8ykkuQmgL9MAMz7vO8G3vuz9b7Gu+keYZx7Xrw==
1662+
dependencies:
1663+
undici-types "~7.16.0"
1664+
16581665
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
16591666
version "2.4.1"
16601667
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -5866,7 +5873,16 @@ string-length@^4.0.1:
58665873
char-regex "^1.0.2"
58675874
strip-ansi "^6.0.0"
58685875

5869-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5876+
"string-width-cjs@npm:string-width@^4.2.0":
5877+
version "4.2.3"
5878+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5879+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5880+
dependencies:
5881+
emoji-regex "^8.0.0"
5882+
is-fullwidth-code-point "^3.0.0"
5883+
strip-ansi "^6.0.1"
5884+
5885+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
58705886
version "4.2.3"
58715887
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
58725888
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5934,7 +5950,7 @@ string.prototype.trimstart@^1.0.6:
59345950
define-properties "^1.1.4"
59355951
es-abstract "^1.20.4"
59365952

5937-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5953+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
59385954
version "6.0.1"
59395955
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
59405956
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5948,6 +5964,13 @@ strip-ansi@^3.0.0:
59485964
dependencies:
59495965
ansi-regex "^2.0.0"
59505966

5967+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5968+
version "6.0.1"
5969+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5970+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5971+
dependencies:
5972+
ansi-regex "^5.0.1"
5973+
59515974
strip-ansi@^7.0.1:
59525975
version "7.0.1"
59535976
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -6237,6 +6260,11 @@ unbox-primitive@^1.0.2:
62376260
has-symbols "^1.0.3"
62386261
which-boxed-primitive "^1.0.2"
62396262

6263+
undici-types@~7.16.0:
6264+
version "7.16.0"
6265+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
6266+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
6267+
62406268
unicode-canonical-property-names-ecmascript@^2.0.0:
62416269
version "2.0.0"
62426270
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
@@ -6361,7 +6389,16 @@ word-wrap@^1.2.3:
63616389
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
63626390
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
63636391

6364-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6392+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6393+
version "7.0.0"
6394+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6395+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6396+
dependencies:
6397+
ansi-styles "^4.0.0"
6398+
string-width "^4.1.0"
6399+
strip-ansi "^6.0.0"
6400+
6401+
wrap-ansi@^7.0.0:
63656402
version "7.0.0"
63666403
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
63676404
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)