Skip to content

Commit d7461c2

Browse files
chore(deps): update devdeps to v7.24.0
1 parent 030f492 commit d7461c2

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
]
8181
},
8282
"devDependencies": {
83-
"@babel/core": "7.23.9",
84-
"@babel/preset-env": "7.23.9",
83+
"@babel/core": "7.24.0",
84+
"@babel/preset-env": "7.24.0",
8585
"@babel/preset-typescript": "7.23.3",
8686
"@ethers-ext/provider-ganache": "6.0.0-beta.2",
8787
"@semantic-release/changelog": "6.0.3",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -66,31 +66,26 @@
6666
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
6767
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
6868

69-
"@babel/compat-data@^7.23.3":
70-
version "7.23.3"
71-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
72-
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
73-
7469
"@babel/compat-data@^7.23.5":
7570
version "7.23.5"
7671
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
7772
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
7873

79-
"@babel/core@7.23.9":
80-
version "7.23.9"
81-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
82-
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
74+
"@babel/core@7.24.0":
75+
version "7.24.0"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
77+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
8378
dependencies:
8479
"@ampproject/remapping" "^2.2.0"
8580
"@babel/code-frame" "^7.23.5"
8681
"@babel/generator" "^7.23.6"
8782
"@babel/helper-compilation-targets" "^7.23.6"
8883
"@babel/helper-module-transforms" "^7.23.3"
89-
"@babel/helpers" "^7.23.9"
90-
"@babel/parser" "^7.23.9"
91-
"@babel/template" "^7.23.9"
92-
"@babel/traverse" "^7.23.9"
93-
"@babel/types" "^7.23.9"
84+
"@babel/helpers" "^7.24.0"
85+
"@babel/parser" "^7.24.0"
86+
"@babel/template" "^7.24.0"
87+
"@babel/traverse" "^7.24.0"
88+
"@babel/types" "^7.24.0"
9489
convert-source-map "^2.0.0"
9590
debug "^4.1.0"
9691
gensync "^1.0.0-beta.2"
@@ -451,6 +446,11 @@
451446
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
452447
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
453448

449+
"@babel/helper-plugin-utils@^7.24.0":
450+
version "7.24.0"
451+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
452+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
453+
454454
"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
455455
version "7.18.9"
456456
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz"
@@ -625,14 +625,14 @@
625625
"@babel/traverse" "^7.20.1"
626626
"@babel/types" "^7.20.0"
627627

628-
"@babel/helpers@^7.23.9":
629-
version "7.23.9"
630-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
631-
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
628+
"@babel/helpers@^7.24.0":
629+
version "7.24.0"
630+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
631+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
632632
dependencies:
633-
"@babel/template" "^7.23.9"
634-
"@babel/traverse" "^7.23.9"
635-
"@babel/types" "^7.23.9"
633+
"@babel/template" "^7.24.0"
634+
"@babel/traverse" "^7.24.0"
635+
"@babel/types" "^7.24.0"
636636

637637
"@babel/highlight@^7.18.6":
638638
version "7.18.6"
@@ -681,10 +681,10 @@
681681
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
682682
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
683683

684-
"@babel/parser@^7.23.9":
685-
version "7.23.9"
686-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
687-
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
684+
"@babel/parser@^7.24.0":
685+
version "7.24.0"
686+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
687+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
688688

689689
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
690690
version "7.18.6"
@@ -1452,14 +1452,14 @@
14521452
"@babel/helper-plugin-utils" "^7.22.5"
14531453
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
14541454

1455-
"@babel/plugin-transform-object-rest-spread@^7.23.4":
1456-
version "7.23.4"
1457-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
1458-
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
1455+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
1456+
version "7.24.0"
1457+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
1458+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
14591459
dependencies:
1460-
"@babel/compat-data" "^7.23.3"
1461-
"@babel/helper-compilation-targets" "^7.22.15"
1462-
"@babel/helper-plugin-utils" "^7.22.5"
1460+
"@babel/compat-data" "^7.23.5"
1461+
"@babel/helper-compilation-targets" "^7.23.6"
1462+
"@babel/helper-plugin-utils" "^7.24.0"
14631463
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
14641464
"@babel/plugin-transform-parameters" "^7.23.3"
14651465

@@ -1742,14 +1742,14 @@
17421742
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
17431743
"@babel/helper-plugin-utils" "^7.22.5"
17441744

1745-
"@babel/preset-env@7.23.9":
1746-
version "7.23.9"
1747-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1748-
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
1745+
"@babel/preset-env@7.24.0":
1746+
version "7.24.0"
1747+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
1748+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
17491749
dependencies:
17501750
"@babel/compat-data" "^7.23.5"
17511751
"@babel/helper-compilation-targets" "^7.23.6"
1752-
"@babel/helper-plugin-utils" "^7.22.5"
1752+
"@babel/helper-plugin-utils" "^7.24.0"
17531753
"@babel/helper-validator-option" "^7.23.5"
17541754
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
17551755
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
@@ -1802,7 +1802,7 @@
18021802
"@babel/plugin-transform-new-target" "^7.23.3"
18031803
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
18041804
"@babel/plugin-transform-numeric-separator" "^7.23.4"
1805-
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
1805+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
18061806
"@babel/plugin-transform-object-super" "^7.23.3"
18071807
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
18081808
"@babel/plugin-transform-optional-chaining" "^7.23.4"
@@ -1991,14 +1991,14 @@
19911991
"@babel/parser" "^7.22.15"
19921992
"@babel/types" "^7.22.15"
19931993

1994-
"@babel/template@^7.23.9":
1995-
version "7.23.9"
1996-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
1997-
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
1994+
"@babel/template@^7.24.0":
1995+
version "7.24.0"
1996+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1997+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
19981998
dependencies:
19991999
"@babel/code-frame" "^7.23.5"
2000-
"@babel/parser" "^7.23.9"
2001-
"@babel/types" "^7.23.9"
2000+
"@babel/parser" "^7.24.0"
2001+
"@babel/types" "^7.24.0"
20022002

20032003
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0":
20042004
version "7.19.3"
@@ -2048,19 +2048,19 @@
20482048
debug "^4.1.0"
20492049
globals "^11.1.0"
20502050

2051-
"@babel/traverse@^7.23.9":
2052-
version "7.23.9"
2053-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
2054-
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
2051+
"@babel/traverse@^7.24.0":
2052+
version "7.24.0"
2053+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
2054+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
20552055
dependencies:
20562056
"@babel/code-frame" "^7.23.5"
20572057
"@babel/generator" "^7.23.6"
20582058
"@babel/helper-environment-visitor" "^7.22.20"
20592059
"@babel/helper-function-name" "^7.23.0"
20602060
"@babel/helper-hoist-variables" "^7.22.5"
20612061
"@babel/helper-split-export-declaration" "^7.22.6"
2062-
"@babel/parser" "^7.23.9"
2063-
"@babel/types" "^7.23.9"
2062+
"@babel/parser" "^7.24.0"
2063+
"@babel/types" "^7.24.0"
20642064
debug "^4.3.1"
20652065
globals "^11.1.0"
20662066

@@ -2100,10 +2100,10 @@
21002100
"@babel/helper-validator-identifier" "^7.22.20"
21012101
to-fast-properties "^2.0.0"
21022102

2103-
"@babel/types@^7.23.9":
2104-
version "7.23.9"
2105-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
2106-
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
2103+
"@babel/types@^7.24.0":
2104+
version "7.24.0"
2105+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
2106+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
21072107
dependencies:
21082108
"@babel/helper-string-parser" "^7.23.4"
21092109
"@babel/helper-validator-identifier" "^7.22.20"

0 commit comments

Comments
 (0)