Skip to content

Commit 9f16628

Browse files
chore(deps): update devdeps
1 parent 04b85c2 commit 9f16628

File tree

2 files changed

+55
-19
lines changed

2 files changed

+55
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"license": "Apache-2.0",
5050
"devDependencies": {
51-
"@babel/core": "7.28.3",
51+
"@babel/core": "7.28.4",
5252
"@babel/preset-env": "7.28.3",
5353
"@babel/preset-typescript": "7.27.1",
5454
"@ethersproject/address": "5.8.0",

yarn.lock

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0":
10+
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"
1212
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
1313
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
@@ -61,21 +61,21 @@
6161
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
6262
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
6363

64-
"@babel/core@7.28.3":
65-
version "7.28.3"
66-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
67-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
64+
"@babel/core@7.28.4":
65+
version "7.28.4"
66+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
67+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
6868
dependencies:
69-
"@ampproject/remapping" "^2.2.0"
7069
"@babel/code-frame" "^7.27.1"
7170
"@babel/generator" "^7.28.3"
7271
"@babel/helper-compilation-targets" "^7.27.2"
7372
"@babel/helper-module-transforms" "^7.28.3"
74-
"@babel/helpers" "^7.28.3"
75-
"@babel/parser" "^7.28.3"
73+
"@babel/helpers" "^7.28.4"
74+
"@babel/parser" "^7.28.4"
7675
"@babel/template" "^7.27.2"
77-
"@babel/traverse" "^7.28.3"
78-
"@babel/types" "^7.28.2"
76+
"@babel/traverse" "^7.28.4"
77+
"@babel/types" "^7.28.4"
78+
"@jridgewell/remapping" "^2.3.5"
7979
convert-source-map "^2.0.0"
8080
debug "^4.1.0"
8181
gensync "^1.0.0-beta.2"
@@ -539,13 +539,13 @@
539539
"@babel/traverse" "^7.18.9"
540540
"@babel/types" "^7.18.9"
541541

542-
"@babel/helpers@^7.28.3":
543-
version "7.28.3"
544-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
545-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
542+
"@babel/helpers@^7.28.4":
543+
version "7.28.4"
544+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
545+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
546546
dependencies:
547547
"@babel/template" "^7.27.2"
548-
"@babel/types" "^7.28.2"
548+
"@babel/types" "^7.28.4"
549549

550550
"@babel/highlight@^7.18.6":
551551
version "7.18.6"
@@ -591,6 +591,13 @@
591591
dependencies:
592592
"@babel/types" "^7.28.2"
593593

594+
"@babel/parser@^7.28.4":
595+
version "7.28.4"
596+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
597+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
598+
dependencies:
599+
"@babel/types" "^7.28.4"
600+
594601
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
595602
version "7.27.1"
596603
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1970,6 +1977,19 @@
19701977
"@babel/types" "^7.28.2"
19711978
debug "^4.3.1"
19721979

1980+
"@babel/traverse@^7.28.4":
1981+
version "7.28.4"
1982+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1983+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
1984+
dependencies:
1985+
"@babel/code-frame" "^7.27.1"
1986+
"@babel/generator" "^7.28.3"
1987+
"@babel/helper-globals" "^7.28.0"
1988+
"@babel/parser" "^7.28.4"
1989+
"@babel/template" "^7.27.2"
1990+
"@babel/types" "^7.28.4"
1991+
debug "^4.3.1"
1992+
19731993
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
19741994
version "7.18.13"
19751995
resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz"
@@ -1995,6 +2015,14 @@
19952015
"@babel/helper-string-parser" "^7.27.1"
19962016
"@babel/helper-validator-identifier" "^7.27.1"
19972017

2018+
"@babel/types@^7.28.4":
2019+
version "7.28.4"
2020+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
2021+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
2022+
dependencies:
2023+
"@babel/helper-string-parser" "^7.27.1"
2024+
"@babel/helper-validator-identifier" "^7.27.1"
2025+
19982026
"@bcoe/v8-coverage@^0.2.3":
19992027
version "0.2.3"
20002028
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -2422,6 +2450,14 @@
24222450
"@jridgewell/sourcemap-codec" "^1.4.10"
24232451
"@jridgewell/trace-mapping" "^0.3.24"
24242452

2453+
"@jridgewell/remapping@^2.3.5":
2454+
version "2.3.5"
2455+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
2456+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
2457+
dependencies:
2458+
"@jridgewell/gen-mapping" "^0.3.5"
2459+
"@jridgewell/trace-mapping" "^0.3.24"
2460+
24252461
"@jridgewell/resolve-uri@^3.0.3":
24262462
version "3.1.0"
24272463
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
@@ -3326,9 +3362,9 @@
33263362
integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==
33273363

33283364
"@types/node@^20.1.4":
3329-
version "20.19.11"
3330-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
3331-
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
3365+
version "20.19.13"
3366+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.13.tgz#b79004a05068e28fb2de281b3a44c5c993650e59"
3367+
integrity sha512-yCAeZl7a0DxgNVteXFHt9+uyFbqXGy/ShC4BlcHkoE0AfGXYv/BUiplV72DjMYXHDBXFjhvr6DD1NiRVfB4j8g==
33323368
dependencies:
33333369
undici-types "~6.21.0"
33343370

0 commit comments

Comments
 (0)