Skip to content

Commit ddd66a7

Browse files
Bump @babel/traverse from 7.16.5 to 7.23.2 (#831)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8c2f92 commit ddd66a7

File tree

1 file changed

+130
-97
lines changed

1 file changed

+130
-97
lines changed

yarn.lock

Lines changed: 130 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
dependencies:
3434
"@babel/highlight" "^7.16.7"
3535

36+
"@babel/code-frame@^7.22.13":
37+
version "7.22.13"
38+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
39+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
40+
dependencies:
41+
"@babel/highlight" "^7.22.13"
42+
chalk "^2.4.2"
43+
3644
"@babel/compat-data@^7.16.0":
3745
version "7.16.4"
3846
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -138,7 +146,7 @@
138146
"@jridgewell/gen-mapping" "^0.1.0"
139147
jsesc "^2.5.1"
140148

141-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7":
149+
"@babel/generator@^7.17.7":
142150
version "7.17.7"
143151
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
144152
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
@@ -147,6 +155,16 @@
147155
jsesc "^2.5.1"
148156
source-map "^0.5.0"
149157

158+
"@babel/generator@^7.23.0":
159+
version "7.23.0"
160+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
161+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
162+
dependencies:
163+
"@babel/types" "^7.23.0"
164+
"@jridgewell/gen-mapping" "^0.3.2"
165+
"@jridgewell/trace-mapping" "^0.3.17"
166+
jsesc "^2.5.1"
167+
150168
"@babel/helper-annotate-as-pure@^7.16.7":
151169
version "7.16.7"
152170
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -198,59 +216,25 @@
198216
dependencies:
199217
"@babel/types" "^7.16.7"
200218

201-
"@babel/helper-function-name@^7.16.0":
202-
version "7.16.0"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
204-
integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
205-
dependencies:
206-
"@babel/helper-get-function-arity" "^7.16.0"
207-
"@babel/template" "^7.16.0"
208-
"@babel/types" "^7.16.0"
219+
"@babel/helper-environment-visitor@^7.22.20":
220+
version "7.22.20"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
222+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
209223

210-
"@babel/helper-function-name@^7.16.7":
211-
version "7.16.7"
212-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
213-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
224+
"@babel/helper-function-name@^7.23.0":
225+
version "7.23.0"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
227+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
214228
dependencies:
215-
"@babel/helper-get-function-arity" "^7.16.7"
216-
"@babel/template" "^7.16.7"
217-
"@babel/types" "^7.16.7"
218-
219-
"@babel/helper-function-name@^7.17.9":
220-
version "7.17.9"
221-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
222-
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
223-
dependencies:
224-
"@babel/template" "^7.16.7"
225-
"@babel/types" "^7.17.0"
229+
"@babel/template" "^7.22.15"
230+
"@babel/types" "^7.23.0"
226231

227-
"@babel/helper-get-function-arity@^7.16.0":
228-
version "7.16.0"
229-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
230-
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
232+
"@babel/helper-hoist-variables@^7.22.5":
233+
version "7.22.5"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
235+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
231236
dependencies:
232-
"@babel/types" "^7.16.0"
233-
234-
"@babel/helper-get-function-arity@^7.16.7":
235-
version "7.16.7"
236-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
237-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
238-
dependencies:
239-
"@babel/types" "^7.16.7"
240-
241-
"@babel/helper-hoist-variables@^7.16.0":
242-
version "7.16.0"
243-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
244-
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
245-
dependencies:
246-
"@babel/types" "^7.16.0"
247-
248-
"@babel/helper-hoist-variables@^7.16.7":
249-
version "7.16.7"
250-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
251-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
252-
dependencies:
253-
"@babel/types" "^7.16.7"
237+
"@babel/types" "^7.22.5"
254238

255239
"@babel/helper-module-imports@^7.16.0":
256240
version "7.16.0"
@@ -332,11 +316,28 @@
332316
dependencies:
333317
"@babel/types" "^7.16.7"
334318

319+
"@babel/helper-split-export-declaration@^7.22.6":
320+
version "7.22.6"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
322+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
323+
dependencies:
324+
"@babel/types" "^7.22.5"
325+
326+
"@babel/helper-string-parser@^7.22.5":
327+
version "7.22.5"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
329+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
330+
335331
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7":
336332
version "7.16.7"
337333
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
338334
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
339335

336+
"@babel/helper-validator-identifier@^7.22.20":
337+
version "7.22.20"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
339+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
340+
340341
"@babel/helper-validator-option@^7.14.5":
341342
version "7.14.5"
342343
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -392,6 +393,15 @@
392393
chalk "^2.0.0"
393394
js-tokens "^4.0.0"
394395

396+
"@babel/highlight@^7.22.13":
397+
version "7.22.20"
398+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
399+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
400+
dependencies:
401+
"@babel/helper-validator-identifier" "^7.22.20"
402+
chalk "^2.4.2"
403+
js-tokens "^4.0.0"
404+
395405
"@babel/parser@^7.16.0", "@babel/parser@^7.16.5":
396406
version "7.16.6"
397407
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
@@ -402,7 +412,7 @@
402412
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
403413
integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
404414

405-
"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
415+
"@babel/parser@^7.16.7", "@babel/parser@^7.17.8":
406416
version "7.17.8"
407417
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
408418
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
@@ -412,6 +422,11 @@
412422
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
413423
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
414424

425+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
426+
version "7.23.0"
427+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
428+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
429+
415430
"@babel/plugin-syntax-class-properties@^7.12.13":
416431
version "7.12.13"
417432
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
@@ -483,51 +498,28 @@
483498
"@babel/parser" "^7.16.7"
484499
"@babel/types" "^7.16.7"
485500

486-
"@babel/traverse@^7.16.5":
487-
version "7.16.5"
488-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
489-
integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==
490-
dependencies:
491-
"@babel/code-frame" "^7.16.0"
492-
"@babel/generator" "^7.16.5"
493-
"@babel/helper-environment-visitor" "^7.16.5"
494-
"@babel/helper-function-name" "^7.16.0"
495-
"@babel/helper-hoist-variables" "^7.16.0"
496-
"@babel/helper-split-export-declaration" "^7.16.0"
497-
"@babel/parser" "^7.16.5"
498-
"@babel/types" "^7.16.0"
499-
debug "^4.1.0"
500-
globals "^11.1.0"
501-
502-
"@babel/traverse@^7.17.10", "@babel/traverse@^7.17.9":
503-
version "7.17.10"
504-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
505-
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
506-
dependencies:
507-
"@babel/code-frame" "^7.16.7"
508-
"@babel/generator" "^7.17.10"
509-
"@babel/helper-environment-visitor" "^7.16.7"
510-
"@babel/helper-function-name" "^7.17.9"
511-
"@babel/helper-hoist-variables" "^7.16.7"
512-
"@babel/helper-split-export-declaration" "^7.16.7"
513-
"@babel/parser" "^7.17.10"
514-
"@babel/types" "^7.17.10"
515-
debug "^4.1.0"
516-
globals "^11.1.0"
517-
518-
"@babel/traverse@^7.17.3":
519-
version "7.17.3"
520-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
521-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
522-
dependencies:
523-
"@babel/code-frame" "^7.16.7"
524-
"@babel/generator" "^7.17.3"
525-
"@babel/helper-environment-visitor" "^7.16.7"
526-
"@babel/helper-function-name" "^7.16.7"
527-
"@babel/helper-hoist-variables" "^7.16.7"
528-
"@babel/helper-split-export-declaration" "^7.16.7"
529-
"@babel/parser" "^7.17.3"
530-
"@babel/types" "^7.17.0"
501+
"@babel/template@^7.22.15":
502+
version "7.22.15"
503+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
504+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
505+
dependencies:
506+
"@babel/code-frame" "^7.22.13"
507+
"@babel/parser" "^7.22.15"
508+
"@babel/types" "^7.22.15"
509+
510+
"@babel/traverse@^7.16.5", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9":
511+
version "7.23.2"
512+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
513+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
514+
dependencies:
515+
"@babel/code-frame" "^7.22.13"
516+
"@babel/generator" "^7.23.0"
517+
"@babel/helper-environment-visitor" "^7.22.20"
518+
"@babel/helper-function-name" "^7.23.0"
519+
"@babel/helper-hoist-variables" "^7.22.5"
520+
"@babel/helper-split-export-declaration" "^7.22.6"
521+
"@babel/parser" "^7.23.0"
522+
"@babel/types" "^7.23.0"
531523
debug "^4.1.0"
532524
globals "^11.1.0"
533525

@@ -555,6 +547,15 @@
555547
"@babel/helper-validator-identifier" "^7.16.7"
556548
to-fast-properties "^2.0.0"
557549

550+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
551+
version "7.23.0"
552+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
553+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
554+
dependencies:
555+
"@babel/helper-string-parser" "^7.22.5"
556+
"@babel/helper-validator-identifier" "^7.22.20"
557+
to-fast-properties "^2.0.0"
558+
558559
"@codemirror/autocomplete@^6.0.0":
559560
version "6.2.0"
560561
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.2.0.tgz#f7205f8281613f77529f07b279ee25e1a5d20124"
@@ -848,21 +849,45 @@
848849
"@jridgewell/set-array" "^1.0.0"
849850
"@jridgewell/sourcemap-codec" "^1.4.10"
850851

852+
"@jridgewell/gen-mapping@^0.3.2":
853+
version "0.3.3"
854+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
855+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
856+
dependencies:
857+
"@jridgewell/set-array" "^1.0.1"
858+
"@jridgewell/sourcemap-codec" "^1.4.10"
859+
"@jridgewell/trace-mapping" "^0.3.9"
860+
851861
"@jridgewell/resolve-uri@^3.0.3":
852862
version "3.0.5"
853863
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
854864
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
855865

866+
"@jridgewell/resolve-uri@^3.1.0":
867+
version "3.1.1"
868+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
869+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
870+
856871
"@jridgewell/set-array@^1.0.0":
857872
version "1.1.1"
858873
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
859874
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
860875

876+
"@jridgewell/set-array@^1.0.1":
877+
version "1.1.2"
878+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
879+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
880+
861881
"@jridgewell/sourcemap-codec@^1.4.10":
862882
version "1.4.11"
863883
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
864884
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
865885

886+
"@jridgewell/sourcemap-codec@^1.4.14":
887+
version "1.4.15"
888+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
889+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
890+
866891
"@jridgewell/trace-mapping@0.3.9":
867892
version "0.3.9"
868893
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -879,6 +904,14 @@
879904
"@jridgewell/resolve-uri" "^3.0.3"
880905
"@jridgewell/sourcemap-codec" "^1.4.10"
881906

907+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
908+
version "0.3.19"
909+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
910+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
911+
dependencies:
912+
"@jridgewell/resolve-uri" "^3.1.0"
913+
"@jridgewell/sourcemap-codec" "^1.4.14"
914+
882915
"@lezer/common@^1.0.0":
883916
version "1.0.1"
884917
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.0.1.tgz#d014fda6d582c24336fadf2715e76f02f73c8908"
@@ -2226,7 +2259,7 @@ chai@^4.3.4:
22262259
pathval "^1.1.1"
22272260
type-detect "^4.0.5"
22282261

2229-
chalk@^2.0.0:
2262+
chalk@^2.0.0, chalk@^2.4.2:
22302263
version "2.4.2"
22312264
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22322265
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)