Skip to content

Commit b3c37fb

Browse files
authored
Merge pull request #21 from Example-Collection/dependabot/npm_and_yarn/babel/traverse-7.23.2
2 parents a72f473 + 3852959 commit b3c37fb

File tree

1 file changed

+133
-29
lines changed

1 file changed

+133
-29
lines changed

yarn.lock

+133-29
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,21 @@
5555
ora "5.2.0"
5656
rxjs "6.6.3"
5757

58-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11", "@babel/code-frame@^7.8.3":
58+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
5959
version "7.12.11"
6060
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
6161
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
6262
dependencies:
6363
"@babel/highlight" "^7.10.4"
6464

65+
"@babel/code-frame@^7.22.13":
66+
version "7.22.13"
67+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
68+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
69+
dependencies:
70+
"@babel/highlight" "^7.22.13"
71+
chalk "^2.4.2"
72+
6573
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
6674
version "7.12.10"
6775
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
@@ -83,7 +91,7 @@
8391
semver "^5.4.1"
8492
source-map "^0.5.0"
8593

86-
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
94+
"@babel/generator@^7.12.10":
8795
version "7.12.11"
8896
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
8997
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -92,21 +100,35 @@
92100
jsesc "^2.5.1"
93101
source-map "^0.5.0"
94102

95-
"@babel/helper-function-name@^7.12.11":
96-
version "7.12.11"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
98-
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
103+
"@babel/generator@^7.23.0":
104+
version "7.23.0"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
106+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
99107
dependencies:
100-
"@babel/helper-get-function-arity" "^7.12.10"
101-
"@babel/template" "^7.12.7"
102-
"@babel/types" "^7.12.11"
108+
"@babel/types" "^7.23.0"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
"@jridgewell/trace-mapping" "^0.3.17"
111+
jsesc "^2.5.1"
103112

104-
"@babel/helper-get-function-arity@^7.12.10":
105-
version "7.12.10"
106-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
107-
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
113+
"@babel/helper-environment-visitor@^7.22.20":
114+
version "7.22.20"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
116+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
117+
118+
"@babel/helper-function-name@^7.23.0":
119+
version "7.23.0"
120+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
121+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
108122
dependencies:
109-
"@babel/types" "^7.12.10"
123+
"@babel/template" "^7.22.15"
124+
"@babel/types" "^7.23.0"
125+
126+
"@babel/helper-hoist-variables@^7.22.5":
127+
version "7.22.5"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
129+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
130+
dependencies:
131+
"@babel/types" "^7.22.5"
110132

111133
"@babel/helper-member-expression-to-functions@^7.12.7":
112134
version "7.12.7"
@@ -166,18 +188,35 @@
166188
dependencies:
167189
"@babel/types" "^7.12.1"
168190

169-
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
191+
"@babel/helper-split-export-declaration@^7.11.0":
170192
version "7.12.11"
171193
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
172194
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
173195
dependencies:
174196
"@babel/types" "^7.12.11"
175197

198+
"@babel/helper-split-export-declaration@^7.22.6":
199+
version "7.22.6"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
201+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
202+
dependencies:
203+
"@babel/types" "^7.22.5"
204+
205+
"@babel/helper-string-parser@^7.22.5":
206+
version "7.22.5"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
208+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
209+
176210
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
177211
version "7.12.11"
178212
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
179213
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
180214

215+
"@babel/helper-validator-identifier@^7.22.20":
216+
version "7.22.20"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
218+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
219+
181220
"@babel/helpers@^7.12.5":
182221
version "7.12.5"
183222
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
@@ -196,11 +235,25 @@
196235
chalk "^2.0.0"
197236
js-tokens "^4.0.0"
198237

199-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
238+
"@babel/highlight@^7.22.13":
239+
version "7.22.20"
240+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
241+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
242+
dependencies:
243+
"@babel/helper-validator-identifier" "^7.22.20"
244+
chalk "^2.4.2"
245+
js-tokens "^4.0.0"
246+
247+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
200248
version "7.12.11"
201249
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
202250
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
203251

252+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
253+
version "7.23.0"
254+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
255+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
256+
204257
"@babel/plugin-syntax-async-generators@^7.8.4":
205258
version "7.8.4"
206259
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -294,22 +347,32 @@
294347
"@babel/parser" "^7.12.7"
295348
"@babel/types" "^7.12.7"
296349

350+
"@babel/template@^7.22.15":
351+
version "7.22.15"
352+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
353+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
354+
dependencies:
355+
"@babel/code-frame" "^7.22.13"
356+
"@babel/parser" "^7.22.15"
357+
"@babel/types" "^7.22.15"
358+
297359
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
298-
version "7.12.12"
299-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
300-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
301-
dependencies:
302-
"@babel/code-frame" "^7.12.11"
303-
"@babel/generator" "^7.12.11"
304-
"@babel/helper-function-name" "^7.12.11"
305-
"@babel/helper-split-export-declaration" "^7.12.11"
306-
"@babel/parser" "^7.12.11"
307-
"@babel/types" "^7.12.12"
360+
version "7.23.2"
361+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
362+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
363+
dependencies:
364+
"@babel/code-frame" "^7.22.13"
365+
"@babel/generator" "^7.23.0"
366+
"@babel/helper-environment-visitor" "^7.22.20"
367+
"@babel/helper-function-name" "^7.23.0"
368+
"@babel/helper-hoist-variables" "^7.22.5"
369+
"@babel/helper-split-export-declaration" "^7.22.6"
370+
"@babel/parser" "^7.23.0"
371+
"@babel/types" "^7.23.0"
308372
debug "^4.1.0"
309373
globals "^11.1.0"
310-
lodash "^4.17.19"
311374

312-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
375+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
313376
version "7.12.12"
314377
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
315378
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -318,6 +381,15 @@
318381
lodash "^4.17.19"
319382
to-fast-properties "^2.0.0"
320383

384+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
385+
version "7.23.0"
386+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
387+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
388+
dependencies:
389+
"@babel/helper-string-parser" "^7.22.5"
390+
"@babel/helper-validator-identifier" "^7.22.20"
391+
to-fast-properties "^2.0.0"
392+
321393
"@bcoe/v8-coverage@^0.2.3":
322394
version "0.2.3"
323395
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -551,6 +623,38 @@
551623
"@types/yargs" "^15.0.0"
552624
chalk "^4.0.0"
553625

626+
"@jridgewell/gen-mapping@^0.3.2":
627+
version "0.3.3"
628+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
629+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
630+
dependencies:
631+
"@jridgewell/set-array" "^1.0.1"
632+
"@jridgewell/sourcemap-codec" "^1.4.10"
633+
"@jridgewell/trace-mapping" "^0.3.9"
634+
635+
"@jridgewell/resolve-uri@^3.1.0":
636+
version "3.1.1"
637+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
638+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
639+
640+
"@jridgewell/set-array@^1.0.1":
641+
version "1.1.2"
642+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
643+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
644+
645+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
646+
version "1.4.15"
647+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
648+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
649+
650+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
651+
version "0.3.20"
652+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
653+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
654+
dependencies:
655+
"@jridgewell/resolve-uri" "^3.1.0"
656+
"@jridgewell/sourcemap-codec" "^1.4.14"
657+
554658
"@mapbox/node-pre-gyp@^1.0.0":
555659
version "1.0.10"
556660
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
@@ -1906,7 +2010,7 @@ chalk@^1.1.1:
19062010
strip-ansi "^3.0.0"
19072011
supports-color "^2.0.0"
19082012

1909-
chalk@^2.0.0, chalk@^2.3.0:
2013+
chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2:
19102014
version "2.4.2"
19112015
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
19122016
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)