Skip to content

Commit a688f3f

Browse files
authored
Merge pull request #1 from transcom/dependabot/npm_and_yarn/babel/traverse-7.24.5
Bump @babel/traverse from 7.10.3 to 7.24.5
2 parents 9c74c57 + 980093d commit a688f3f

File tree

1 file changed

+134
-13
lines changed

1 file changed

+134
-13
lines changed

yarn.lock

Lines changed: 134 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.3"
1111

12+
"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
13+
version "7.24.2"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
15+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
16+
dependencies:
17+
"@babel/highlight" "^7.24.2"
18+
picocolors "^1.0.0"
19+
1220
"@babel/compat-data@^7.10.1", "@babel/compat-data@^7.10.3":
1321
version "7.10.3"
1422
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.3.tgz#9af3e033f36e8e2d6e47570db91e64a846f5d382"
@@ -50,6 +58,16 @@
5058
lodash "^4.17.13"
5159
source-map "^0.5.0"
5260

61+
"@babel/generator@^7.24.5":
62+
version "7.24.5"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
64+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
65+
dependencies:
66+
"@babel/types" "^7.24.5"
67+
"@jridgewell/gen-mapping" "^0.3.5"
68+
"@jridgewell/trace-mapping" "^0.3.25"
69+
jsesc "^2.5.1"
70+
5371
"@babel/helper-annotate-as-pure@^7.10.1":
5472
version "7.10.1"
5573
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -123,6 +141,11 @@
123141
"@babel/types" "^7.10.3"
124142
lodash "^4.17.13"
125143

144+
"@babel/helper-environment-visitor@^7.22.20":
145+
version "7.22.20"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
147+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
148+
126149
"@babel/helper-explode-assignable-expression@^7.10.3":
127150
version "7.10.3"
128151
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.3.tgz#9dc14f0cfa2833ea830a9c8a1c742b6e7461b05e"
@@ -140,6 +163,14 @@
140163
"@babel/template" "^7.10.3"
141164
"@babel/types" "^7.10.3"
142165

166+
"@babel/helper-function-name@^7.23.0":
167+
version "7.23.0"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
169+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
170+
dependencies:
171+
"@babel/template" "^7.22.15"
172+
"@babel/types" "^7.23.0"
173+
143174
"@babel/helper-get-function-arity@^7.10.1", "@babel/helper-get-function-arity@^7.10.3":
144175
version "7.10.3"
145176
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e"
@@ -154,6 +185,13 @@
154185
dependencies:
155186
"@babel/types" "^7.10.3"
156187

188+
"@babel/helper-hoist-variables@^7.22.5":
189+
version "7.22.5"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
191+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
192+
dependencies:
193+
"@babel/types" "^7.22.5"
194+
157195
"@babel/helper-member-expression-to-functions@^7.10.1", "@babel/helper-member-expression-to-functions@^7.10.3":
158196
version "7.10.3"
159197
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.3.tgz#bc3663ac81ac57c39148fef4c69bf48a77ba8dd6"
@@ -236,11 +274,28 @@
236274
dependencies:
237275
"@babel/types" "^7.10.1"
238276

277+
"@babel/helper-split-export-declaration@^7.24.5":
278+
version "7.24.5"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
280+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
281+
dependencies:
282+
"@babel/types" "^7.24.5"
283+
284+
"@babel/helper-string-parser@^7.24.1":
285+
version "7.24.1"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
287+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
288+
239289
"@babel/helper-validator-identifier@^7.10.3":
240290
version "7.10.3"
241291
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
242292
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
243293

294+
"@babel/helper-validator-identifier@^7.24.5":
295+
version "7.24.5"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
297+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
298+
244299
"@babel/helper-wrap-function@^7.10.1":
245300
version "7.10.1"
246301
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
@@ -269,11 +324,26 @@
269324
chalk "^2.0.0"
270325
js-tokens "^4.0.0"
271326

327+
"@babel/highlight@^7.24.2":
328+
version "7.24.5"
329+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
330+
integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
331+
dependencies:
332+
"@babel/helper-validator-identifier" "^7.24.5"
333+
chalk "^2.4.2"
334+
js-tokens "^4.0.0"
335+
picocolors "^1.0.0"
336+
272337
"@babel/parser@^7.1.0", "@babel/parser@^7.10.3", "@babel/parser@^7.7.0":
273338
version "7.10.3"
274339
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
275340
integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
276341

342+
"@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
343+
version "7.24.5"
344+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
345+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
346+
277347
"@babel/plugin-proposal-async-generator-functions@^7.10.3":
278348
version "7.10.3"
279349
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz#5a02453d46e5362e2073c7278beab2e53ad7d939"
@@ -896,20 +966,30 @@
896966
"@babel/parser" "^7.10.3"
897967
"@babel/types" "^7.10.3"
898968

899-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.7.0":
900-
version "7.10.3"
901-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e"
902-
integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==
969+
"@babel/template@^7.22.15":
970+
version "7.24.0"
971+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
972+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
903973
dependencies:
904-
"@babel/code-frame" "^7.10.3"
905-
"@babel/generator" "^7.10.3"
906-
"@babel/helper-function-name" "^7.10.3"
907-
"@babel/helper-split-export-declaration" "^7.10.1"
908-
"@babel/parser" "^7.10.3"
909-
"@babel/types" "^7.10.3"
910-
debug "^4.1.0"
974+
"@babel/code-frame" "^7.23.5"
975+
"@babel/parser" "^7.24.0"
976+
"@babel/types" "^7.24.0"
977+
978+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.7.0":
979+
version "7.24.5"
980+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
981+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
982+
dependencies:
983+
"@babel/code-frame" "^7.24.2"
984+
"@babel/generator" "^7.24.5"
985+
"@babel/helper-environment-visitor" "^7.22.20"
986+
"@babel/helper-function-name" "^7.23.0"
987+
"@babel/helper-hoist-variables" "^7.22.5"
988+
"@babel/helper-split-export-declaration" "^7.24.5"
989+
"@babel/parser" "^7.24.5"
990+
"@babel/types" "^7.24.5"
991+
debug "^4.3.1"
911992
globals "^11.1.0"
912-
lodash "^4.17.13"
913993

914994
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
915995
version "7.10.3"
@@ -920,6 +1000,15 @@
9201000
lodash "^4.17.13"
9211001
to-fast-properties "^2.0.0"
9221002

1003+
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5":
1004+
version "7.24.5"
1005+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1006+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1007+
dependencies:
1008+
"@babel/helper-string-parser" "^7.24.1"
1009+
"@babel/helper-validator-identifier" "^7.24.5"
1010+
to-fast-properties "^2.0.0"
1011+
9231012
"@bcoe/v8-coverage@^0.2.3":
9241013
version "0.2.3"
9251014
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1129,16 +1218,35 @@
11291218
"@jridgewell/sourcemap-codec" "^1.4.10"
11301219
"@jridgewell/trace-mapping" "^0.3.9"
11311220

1221+
"@jridgewell/gen-mapping@^0.3.5":
1222+
version "0.3.5"
1223+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
1224+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
1225+
dependencies:
1226+
"@jridgewell/set-array" "^1.2.1"
1227+
"@jridgewell/sourcemap-codec" "^1.4.10"
1228+
"@jridgewell/trace-mapping" "^0.3.24"
1229+
11321230
"@jridgewell/[email protected]":
11331231
version "3.1.0"
11341232
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
11351233
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
11361234

1235+
"@jridgewell/resolve-uri@^3.1.0":
1236+
version "3.1.2"
1237+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1238+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1239+
11371240
"@jridgewell/set-array@^1.0.1":
11381241
version "1.1.2"
11391242
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
11401243
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
11411244

1245+
"@jridgewell/set-array@^1.2.1":
1246+
version "1.2.1"
1247+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1248+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1249+
11421250
"@jridgewell/source-map@^0.3.2":
11431251
version "0.3.2"
11441252
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
@@ -1152,6 +1260,11 @@
11521260
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
11531261
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11541262

1263+
"@jridgewell/sourcemap-codec@^1.4.14":
1264+
version "1.4.15"
1265+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1266+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1267+
11551268
"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9":
11561269
version "0.3.17"
11571270
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
@@ -1160,6 +1273,14 @@
11601273
"@jridgewell/resolve-uri" "3.1.0"
11611274
"@jridgewell/sourcemap-codec" "1.4.14"
11621275

1276+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1277+
version "0.3.25"
1278+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1279+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1280+
dependencies:
1281+
"@jridgewell/resolve-uri" "^3.1.0"
1282+
"@jridgewell/sourcemap-codec" "^1.4.14"
1283+
11631284
"@npmcli/fs@^1.0.0":
11641285
version "1.1.1"
11651286
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
@@ -3028,7 +3149,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
30283149
dependencies:
30293150
ms "2.0.0"
30303151

3031-
debug@4, debug@^4.3.3:
3152+
debug@4, debug@^4.3.1, debug@^4.3.3:
30323153
version "4.3.4"
30333154
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
30343155
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)