Skip to content

Commit 90a26ec

Browse files
authored
Merge pull request #162 from marmelab/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.9.5 to 7.23.2
2 parents d5e9ef3 + a3f2464 commit 90a26ec

File tree

1 file changed

+132
-12
lines changed

1 file changed

+132
-12
lines changed

yarn.lock

Lines changed: 132 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
dependencies:
2626
"@babel/highlight" "^7.8.3"
2727

28+
"@babel/code-frame@^7.22.13":
29+
version "7.22.13"
30+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
31+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
32+
dependencies:
33+
"@babel/highlight" "^7.22.13"
34+
chalk "^2.4.2"
35+
2836
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
2937
version "7.9.0"
3038
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c"
@@ -56,7 +64,17 @@
5664
semver "^5.4.1"
5765
source-map "^0.5.0"
5866

59-
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
67+
"@babel/generator@^7.23.0":
68+
version "7.23.0"
69+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
70+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
71+
dependencies:
72+
"@babel/types" "^7.23.0"
73+
"@jridgewell/gen-mapping" "^0.3.2"
74+
"@jridgewell/trace-mapping" "^0.3.17"
75+
jsesc "^2.5.1"
76+
77+
"@babel/generator@^7.9.0":
6078
version "7.9.5"
6179
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
6280
integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
@@ -110,6 +128,11 @@
110128
"@babel/types" "^7.8.3"
111129
lodash "^4.17.13"
112130

131+
"@babel/helper-environment-visitor@^7.22.20":
132+
version "7.22.20"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
134+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
135+
113136
"@babel/helper-explode-assignable-expression@^7.8.3":
114137
version "7.8.3"
115138
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982"
@@ -118,6 +141,14 @@
118141
"@babel/traverse" "^7.8.3"
119142
"@babel/types" "^7.8.3"
120143

144+
"@babel/helper-function-name@^7.23.0":
145+
version "7.23.0"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
147+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
148+
dependencies:
149+
"@babel/template" "^7.22.15"
150+
"@babel/types" "^7.23.0"
151+
121152
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
122153
version "7.9.5"
123154
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
@@ -134,6 +165,13 @@
134165
dependencies:
135166
"@babel/types" "^7.8.3"
136167

168+
"@babel/helper-hoist-variables@^7.22.5":
169+
version "7.22.5"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
171+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
172+
dependencies:
173+
"@babel/types" "^7.22.5"
174+
137175
"@babel/helper-hoist-variables@^7.8.3":
138176
version "7.8.3"
139177
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134"
@@ -216,13 +254,30 @@
216254
"@babel/template" "^7.8.3"
217255
"@babel/types" "^7.8.3"
218256

257+
"@babel/helper-split-export-declaration@^7.22.6":
258+
version "7.22.6"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
260+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
261+
dependencies:
262+
"@babel/types" "^7.22.5"
263+
219264
"@babel/helper-split-export-declaration@^7.8.3":
220265
version "7.8.3"
221266
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
222267
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
223268
dependencies:
224269
"@babel/types" "^7.8.3"
225270

271+
"@babel/helper-string-parser@^7.22.5":
272+
version "7.22.5"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
274+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
275+
276+
"@babel/helper-validator-identifier@^7.22.20":
277+
version "7.22.20"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
279+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
280+
226281
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
227282
version "7.9.5"
228283
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -247,6 +302,15 @@
247302
"@babel/traverse" "^7.9.0"
248303
"@babel/types" "^7.9.0"
249304

305+
"@babel/highlight@^7.22.13":
306+
version "7.22.20"
307+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
308+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
309+
dependencies:
310+
"@babel/helper-validator-identifier" "^7.22.20"
311+
chalk "^2.4.2"
312+
js-tokens "^4.0.0"
313+
250314
"@babel/highlight@^7.8.3":
251315
version "7.9.0"
252316
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
@@ -261,6 +325,11 @@
261325
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
262326
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
263327

328+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
329+
version "7.23.0"
330+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
331+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
332+
264333
"@babel/plugin-external-helpers@^7.2.0":
265334
version "7.8.3"
266335
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b"
@@ -764,6 +833,15 @@
764833
dependencies:
765834
regenerator-runtime "^0.13.4"
766835

836+
"@babel/template@^7.22.15":
837+
version "7.22.15"
838+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
839+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
840+
dependencies:
841+
"@babel/code-frame" "^7.22.13"
842+
"@babel/parser" "^7.22.15"
843+
"@babel/types" "^7.22.15"
844+
767845
"@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
768846
version "7.8.6"
769847
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
@@ -774,19 +852,20 @@
774852
"@babel/types" "^7.8.6"
775853

776854
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
777-
version "7.9.5"
778-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
779-
integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
780-
dependencies:
781-
"@babel/code-frame" "^7.8.3"
782-
"@babel/generator" "^7.9.5"
783-
"@babel/helper-function-name" "^7.9.5"
784-
"@babel/helper-split-export-declaration" "^7.8.3"
785-
"@babel/parser" "^7.9.0"
786-
"@babel/types" "^7.9.5"
855+
version "7.23.2"
856+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
857+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
858+
dependencies:
859+
"@babel/code-frame" "^7.22.13"
860+
"@babel/generator" "^7.23.0"
861+
"@babel/helper-environment-visitor" "^7.22.20"
862+
"@babel/helper-function-name" "^7.23.0"
863+
"@babel/helper-hoist-variables" "^7.22.5"
864+
"@babel/helper-split-export-declaration" "^7.22.6"
865+
"@babel/parser" "^7.23.0"
866+
"@babel/types" "^7.23.0"
787867
debug "^4.1.0"
788868
globals "^11.1.0"
789-
lodash "^4.17.13"
790869

791870
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
792871
version "7.9.5"
@@ -797,6 +876,15 @@
797876
lodash "^4.17.13"
798877
to-fast-properties "^2.0.0"
799878

879+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
880+
version "7.23.0"
881+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
882+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
883+
dependencies:
884+
"@babel/helper-string-parser" "^7.22.5"
885+
"@babel/helper-validator-identifier" "^7.22.20"
886+
to-fast-properties "^2.0.0"
887+
800888
"@bcoe/v8-coverage@^0.2.3":
801889
version "0.2.3"
802890
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -982,6 +1070,38 @@
9821070
"@types/yargs" "^15.0.0"
9831071
chalk "^3.0.0"
9841072

1073+
"@jridgewell/gen-mapping@^0.3.2":
1074+
version "0.3.3"
1075+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1076+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1077+
dependencies:
1078+
"@jridgewell/set-array" "^1.0.1"
1079+
"@jridgewell/sourcemap-codec" "^1.4.10"
1080+
"@jridgewell/trace-mapping" "^0.3.9"
1081+
1082+
"@jridgewell/resolve-uri@^3.1.0":
1083+
version "3.1.1"
1084+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1085+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1086+
1087+
"@jridgewell/set-array@^1.0.1":
1088+
version "1.1.2"
1089+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1090+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1091+
1092+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1093+
version "1.4.15"
1094+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1095+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1096+
1097+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1098+
version "0.3.20"
1099+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1100+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1101+
dependencies:
1102+
"@jridgewell/resolve-uri" "^3.1.0"
1103+
"@jridgewell/sourcemap-codec" "^1.4.14"
1104+
9851105
"@samverschueren/stream-to-observable@^0.3.0":
9861106
version "0.3.0"
9871107
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"

0 commit comments

Comments
 (0)