Skip to content

Commit 2273eae

Browse files
authored
Merge pull request #3436 from NginxProxyManager/dependabot/npm_and_yarn/docs/babel/traverse-7.23.7
Bump @babel/traverse from 7.11.0 to 7.23.7 in /docs
2 parents 997e9d4 + b3564b6 commit 2273eae

File tree

1 file changed

+140
-18
lines changed

1 file changed

+140
-18
lines changed

docs/yarn.lock

Lines changed: 140 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@
113113
dependencies:
114114
"@babel/highlight" "^7.10.4"
115115

116+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
117+
version "7.23.5"
118+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
119+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
120+
dependencies:
121+
"@babel/highlight" "^7.23.4"
122+
chalk "^2.4.2"
123+
116124
"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0":
117125
version "7.11.0"
118126
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
@@ -153,6 +161,16 @@
153161
jsesc "^2.5.1"
154162
source-map "^0.5.0"
155163

164+
"@babel/generator@^7.23.6":
165+
version "7.23.6"
166+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
167+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
168+
dependencies:
169+
"@babel/types" "^7.23.6"
170+
"@jridgewell/gen-mapping" "^0.3.2"
171+
"@jridgewell/trace-mapping" "^0.3.17"
172+
jsesc "^2.5.1"
173+
156174
"@babel/helper-annotate-as-pure@^7.10.4":
157175
version "7.10.4"
158176
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -209,6 +227,11 @@
209227
"@babel/types" "^7.10.5"
210228
lodash "^4.17.19"
211229

230+
"@babel/helper-environment-visitor@^7.22.20":
231+
version "7.22.20"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
233+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
234+
212235
"@babel/helper-explode-assignable-expression@^7.10.4":
213236
version "7.10.4"
214237
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz#40a1cd917bff1288f699a94a75b37a1a2dbd8c7c"
@@ -226,6 +249,14 @@
226249
"@babel/template" "^7.10.4"
227250
"@babel/types" "^7.10.4"
228251

252+
"@babel/helper-function-name@^7.23.0":
253+
version "7.23.0"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
255+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
256+
dependencies:
257+
"@babel/template" "^7.22.15"
258+
"@babel/types" "^7.23.0"
259+
229260
"@babel/helper-get-function-arity@^7.10.4":
230261
version "7.10.4"
231262
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -240,6 +271,13 @@
240271
dependencies:
241272
"@babel/types" "^7.10.4"
242273

274+
"@babel/helper-hoist-variables@^7.22.5":
275+
version "7.22.5"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
277+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
278+
dependencies:
279+
"@babel/types" "^7.22.5"
280+
243281
"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5":
244282
version "7.11.0"
245283
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
@@ -329,11 +367,28 @@
329367
dependencies:
330368
"@babel/types" "^7.11.0"
331369

370+
"@babel/helper-split-export-declaration@^7.22.6":
371+
version "7.22.6"
372+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
373+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
374+
dependencies:
375+
"@babel/types" "^7.22.5"
376+
377+
"@babel/helper-string-parser@^7.23.4":
378+
version "7.23.4"
379+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
380+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
381+
332382
"@babel/helper-validator-identifier@^7.10.4":
333383
version "7.10.4"
334384
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
335385
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
336386

387+
"@babel/helper-validator-identifier@^7.22.20":
388+
version "7.22.20"
389+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
390+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
391+
337392
"@babel/helper-wrap-function@^7.10.4":
338393
version "7.10.4"
339394
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
@@ -362,11 +417,25 @@
362417
chalk "^2.0.0"
363418
js-tokens "^4.0.0"
364419

365-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1":
420+
"@babel/highlight@^7.23.4":
421+
version "7.23.4"
422+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
423+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
424+
dependencies:
425+
"@babel/helper-validator-identifier" "^7.22.20"
426+
chalk "^2.4.2"
427+
js-tokens "^4.0.0"
428+
429+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.1":
366430
version "7.11.2"
367431
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.2.tgz#0882ab8a455df3065ea2dcb4c753b2460a24bead"
368432
integrity sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==
369433

434+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
435+
version "7.23.6"
436+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
437+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
438+
370439
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
371440
version "7.10.5"
372441
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -943,20 +1012,30 @@
9431012
"@babel/parser" "^7.10.4"
9441013
"@babel/types" "^7.10.4"
9451014

946-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0":
947-
version "7.11.0"
948-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
949-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1015+
"@babel/template@^7.22.15":
1016+
version "7.22.15"
1017+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1018+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
9501019
dependencies:
951-
"@babel/code-frame" "^7.10.4"
952-
"@babel/generator" "^7.11.0"
953-
"@babel/helper-function-name" "^7.10.4"
954-
"@babel/helper-split-export-declaration" "^7.11.0"
955-
"@babel/parser" "^7.11.0"
956-
"@babel/types" "^7.11.0"
957-
debug "^4.1.0"
1020+
"@babel/code-frame" "^7.22.13"
1021+
"@babel/parser" "^7.22.15"
1022+
"@babel/types" "^7.22.15"
1023+
1024+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0":
1025+
version "7.23.7"
1026+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
1027+
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
1028+
dependencies:
1029+
"@babel/code-frame" "^7.23.5"
1030+
"@babel/generator" "^7.23.6"
1031+
"@babel/helper-environment-visitor" "^7.22.20"
1032+
"@babel/helper-function-name" "^7.23.0"
1033+
"@babel/helper-hoist-variables" "^7.22.5"
1034+
"@babel/helper-split-export-declaration" "^7.22.6"
1035+
"@babel/parser" "^7.23.6"
1036+
"@babel/types" "^7.23.6"
1037+
debug "^4.3.1"
9581038
globals "^11.1.0"
959-
lodash "^4.17.19"
9601039

9611040
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.4.4":
9621041
version "7.11.0"
@@ -967,6 +1046,15 @@
9671046
lodash "^4.17.19"
9681047
to-fast-properties "^2.0.0"
9691048

1049+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6":
1050+
version "7.23.6"
1051+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1052+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
1053+
dependencies:
1054+
"@babel/helper-string-parser" "^7.23.4"
1055+
"@babel/helper-validator-identifier" "^7.22.20"
1056+
to-fast-properties "^2.0.0"
1057+
9701058
"@jridgewell/gen-mapping@^0.3.0":
9711059
version "0.3.2"
9721060
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -976,11 +1064,25 @@
9761064
"@jridgewell/sourcemap-codec" "^1.4.10"
9771065
"@jridgewell/trace-mapping" "^0.3.9"
9781066

1067+
"@jridgewell/gen-mapping@^0.3.2":
1068+
version "0.3.3"
1069+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1070+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1071+
dependencies:
1072+
"@jridgewell/set-array" "^1.0.1"
1073+
"@jridgewell/sourcemap-codec" "^1.4.10"
1074+
"@jridgewell/trace-mapping" "^0.3.9"
1075+
9791076
"@jridgewell/resolve-uri@^3.0.3":
9801077
version "3.1.0"
9811078
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
9821079
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
9831080

1081+
"@jridgewell/resolve-uri@^3.1.0":
1082+
version "3.1.1"
1083+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1084+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1085+
9841086
"@jridgewell/set-array@^1.0.1":
9851087
version "1.1.2"
9861088
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -999,6 +1101,19 @@
9991101
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
10001102
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
10011103

1104+
"@jridgewell/sourcemap-codec@^1.4.14":
1105+
version "1.4.15"
1106+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1107+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1108+
1109+
"@jridgewell/trace-mapping@^0.3.17":
1110+
version "0.3.20"
1111+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1112+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1113+
dependencies:
1114+
"@jridgewell/resolve-uri" "^3.1.0"
1115+
"@jridgewell/sourcemap-codec" "^1.4.14"
1116+
10021117
"@jridgewell/trace-mapping@^0.3.9":
10031118
version "0.3.14"
10041119
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
@@ -3320,6 +3435,13 @@ debug@^4.1.0, debug@^4.1.1:
33203435
dependencies:
33213436
ms "^2.1.1"
33223437

3438+
debug@^4.3.1:
3439+
version "4.3.4"
3440+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3441+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3442+
dependencies:
3443+
ms "2.1.2"
3444+
33233445
debug@~3.1.0:
33243446
version "3.1.0"
33253447
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -6592,16 +6714,16 @@ [email protected]:
65926714
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
65936715
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
65946716

6717+
[email protected], ms@^2.0.0, ms@^2.1.1, ms@^2.1.2:
6718+
version "2.1.2"
6719+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
6720+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
6721+
65956722
65966723
version "2.1.3"
65976724
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
65986725
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
65996726

6600-
ms@^2.0.0, ms@^2.1.1, ms@^2.1.2:
6601-
version "2.1.2"
6602-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
6603-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
6604-
66056727
multicast-dns-service-types@^1.1.0:
66066728
version "1.1.0"
66076729
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"

0 commit comments

Comments
 (0)