Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 26508c9

Browse files
chore(deps): bump @babel/traverse from 7.14.5 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9906279 commit 26508c9

File tree

1 file changed

+131
-11
lines changed

1 file changed

+131
-11
lines changed

yarn.lock

Lines changed: 131 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
139139
dependencies:
140140
"@babel/highlight" "^7.14.5"
141141

142+
"@babel/code-frame@^7.22.13":
143+
version "7.22.13"
144+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
145+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
146+
dependencies:
147+
"@babel/highlight" "^7.22.13"
148+
chalk "^2.4.2"
149+
142150
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
143151
version "7.14.5"
144152
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.5.tgz"
@@ -196,6 +204,16 @@
196204
jsesc "^2.5.1"
197205
source-map "^0.5.0"
198206

207+
"@babel/generator@^7.23.0":
208+
version "7.23.0"
209+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
210+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
211+
dependencies:
212+
"@babel/types" "^7.23.0"
213+
"@jridgewell/gen-mapping" "^0.3.2"
214+
"@jridgewell/trace-mapping" "^0.3.17"
215+
jsesc "^2.5.1"
216+
199217
"@babel/helper-annotate-as-pure@^7.14.5":
200218
version "7.14.5"
201219
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz"
@@ -255,6 +273,11 @@
255273
resolve "^1.14.2"
256274
semver "^6.1.2"
257275

276+
"@babel/helper-environment-visitor@^7.22.20":
277+
version "7.22.20"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
279+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
280+
258281
"@babel/helper-explode-assignable-expression@^7.14.5":
259282
version "7.14.5"
260283
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz"
@@ -271,6 +294,14 @@
271294
"@babel/template" "^7.14.5"
272295
"@babel/types" "^7.14.5"
273296

297+
"@babel/helper-function-name@^7.23.0":
298+
version "7.23.0"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
300+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
301+
dependencies:
302+
"@babel/template" "^7.22.15"
303+
"@babel/types" "^7.23.0"
304+
274305
"@babel/helper-get-function-arity@^7.14.5":
275306
version "7.14.5"
276307
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz"
@@ -285,6 +316,13 @@
285316
dependencies:
286317
"@babel/types" "^7.14.5"
287318

319+
"@babel/helper-hoist-variables@^7.22.5":
320+
version "7.22.5"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
322+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
323+
dependencies:
324+
"@babel/types" "^7.22.5"
325+
288326
"@babel/helper-member-expression-to-functions@^7.14.5":
289327
version "7.14.5"
290328
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz"
@@ -377,11 +415,23 @@
377415
dependencies:
378416
"@babel/types" "^7.14.5"
379417

418+
"@babel/helper-split-export-declaration@^7.22.6":
419+
version "7.22.6"
420+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
421+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
422+
dependencies:
423+
"@babel/types" "^7.22.5"
424+
380425
"@babel/helper-string-parser@^7.19.4":
381426
version "7.19.4"
382427
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
383428
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
384429

430+
"@babel/helper-string-parser@^7.22.5":
431+
version "7.22.5"
432+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
433+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
434+
385435
"@babel/helper-validator-identifier@^7.14.5":
386436
version "7.14.5"
387437
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz"
@@ -392,6 +442,11 @@
392442
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
393443
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
394444

445+
"@babel/helper-validator-identifier@^7.22.20":
446+
version "7.22.20"
447+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
448+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
449+
395450
"@babel/helper-validator-option@^7.14.5":
396451
version "7.14.5"
397452
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz"
@@ -434,11 +489,25 @@
434489
chalk "^2.0.0"
435490
js-tokens "^4.0.0"
436491

492+
"@babel/highlight@^7.22.13":
493+
version "7.22.20"
494+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
495+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
496+
dependencies:
497+
"@babel/helper-validator-identifier" "^7.22.20"
498+
chalk "^2.4.2"
499+
js-tokens "^4.0.0"
500+
437501
"@babel/parser@^7.12.7", "@babel/parser@^7.14.5", "@babel/parser@^7.7.0":
438502
version "7.14.5"
439503
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.14.5.tgz"
440504
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
441505

506+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
507+
version "7.23.0"
508+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
509+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
510+
442511
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
443512
version "7.14.5"
444513
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz"
@@ -1132,18 +1201,28 @@
11321201
"@babel/parser" "^7.14.5"
11331202
"@babel/types" "^7.14.5"
11341203

1135-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
1136-
version "7.14.5"
1137-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.5.tgz"
1138-
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
1204+
"@babel/template@^7.22.15":
1205+
version "7.22.15"
1206+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1207+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
11391208
dependencies:
1140-
"@babel/code-frame" "^7.14.5"
1141-
"@babel/generator" "^7.14.5"
1142-
"@babel/helper-function-name" "^7.14.5"
1143-
"@babel/helper-hoist-variables" "^7.14.5"
1144-
"@babel/helper-split-export-declaration" "^7.14.5"
1145-
"@babel/parser" "^7.14.5"
1146-
"@babel/types" "^7.14.5"
1209+
"@babel/code-frame" "^7.22.13"
1210+
"@babel/parser" "^7.22.15"
1211+
"@babel/types" "^7.22.15"
1212+
1213+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
1214+
version "7.23.2"
1215+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1216+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1217+
dependencies:
1218+
"@babel/code-frame" "^7.22.13"
1219+
"@babel/generator" "^7.23.0"
1220+
"@babel/helper-environment-visitor" "^7.22.20"
1221+
"@babel/helper-function-name" "^7.23.0"
1222+
"@babel/helper-hoist-variables" "^7.22.5"
1223+
"@babel/helper-split-export-declaration" "^7.22.6"
1224+
"@babel/parser" "^7.23.0"
1225+
"@babel/types" "^7.23.0"
11471226
debug "^4.1.0"
11481227
globals "^11.1.0"
11491228

@@ -1172,6 +1251,15 @@
11721251
"@babel/helper-validator-identifier" "^7.19.1"
11731252
to-fast-properties "^2.0.0"
11741253

1254+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1255+
version "7.23.0"
1256+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1257+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1258+
dependencies:
1259+
"@babel/helper-string-parser" "^7.22.5"
1260+
"@babel/helper-validator-identifier" "^7.22.20"
1261+
to-fast-properties "^2.0.0"
1262+
11751263
"@badrap/bar-of-progress@^0.1.1":
11761264
version "0.1.2"
11771265
resolved "https://registry.npmjs.org/@badrap/bar-of-progress/-/bar-of-progress-0.1.2.tgz"
@@ -1458,6 +1546,38 @@
14581546
framer-motion "^6.2.8"
14591547
react-use-measure "^2.1.1"
14601548

1549+
"@jridgewell/gen-mapping@^0.3.2":
1550+
version "0.3.3"
1551+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1552+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1553+
dependencies:
1554+
"@jridgewell/set-array" "^1.0.1"
1555+
"@jridgewell/sourcemap-codec" "^1.4.10"
1556+
"@jridgewell/trace-mapping" "^0.3.9"
1557+
1558+
"@jridgewell/resolve-uri@^3.1.0":
1559+
version "3.1.1"
1560+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1561+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1562+
1563+
"@jridgewell/set-array@^1.0.1":
1564+
version "1.1.2"
1565+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1566+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1567+
1568+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1569+
version "1.4.15"
1570+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1571+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1572+
1573+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1574+
version "0.3.19"
1575+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1576+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1577+
dependencies:
1578+
"@jridgewell/resolve-uri" "^3.1.0"
1579+
"@jridgewell/sourcemap-codec" "^1.4.14"
1580+
14611581
"@juggle/resize-observer@^3.2.0":
14621582
version "3.3.1"
14631583
resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.3.1.tgz"

0 commit comments

Comments
 (0)