Skip to content

Commit 52509cc

Browse files
authored
Merge pull request #852 from jenkinsci/dependabot/npm_and_yarn/plugin/babel/traverse-7.23.9
Bump @babel/traverse from 7.20.0 to 7.23.9 in /plugin
2 parents 535458c + 1d0357d commit 52509cc

File tree

1 file changed

+122
-16
lines changed

1 file changed

+122
-16
lines changed

plugin/yarn.lock

Lines changed: 122 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
dependencies:
3030
"@babel/highlight" "^7.18.6"
3131

32+
"@babel/code-frame@^7.23.5":
33+
version "7.23.5"
34+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
35+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
36+
dependencies:
37+
"@babel/highlight" "^7.23.4"
38+
chalk "^2.4.2"
39+
3240
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4", "@babel/compat-data@^7.20.0":
3341
version "7.20.0"
3442
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.0.tgz#9b61938c5f688212c7b9ae363a819df7d29d4093"
@@ -53,14 +61,24 @@
5361
json5 "^2.2.1"
5462
semver "^6.3.0"
5563

56-
"@babel/generator@^7.19.6", "@babel/generator@^7.20.0":
64+
"@babel/generator@^7.19.6":
5765
version "7.20.0"
5866
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
5967
dependencies:
6068
"@babel/types" "^7.20.0"
6169
"@jridgewell/gen-mapping" "^0.3.2"
6270
jsesc "^2.5.1"
6371

72+
"@babel/generator@^7.23.6":
73+
version "7.23.6"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
75+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
76+
dependencies:
77+
"@babel/types" "^7.23.6"
78+
"@jridgewell/gen-mapping" "^0.3.2"
79+
"@jridgewell/trace-mapping" "^0.3.17"
80+
jsesc "^2.5.1"
81+
6482
"@babel/helper-annotate-as-pure@^7.18.6":
6583
version "7.18.6"
6684
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -124,6 +142,11 @@
124142
version "7.18.9"
125143
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
126144

145+
"@babel/helper-environment-visitor@^7.22.20":
146+
version "7.22.20"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
148+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
149+
127150
"@babel/helper-explode-assignable-expression@^7.18.6":
128151
version "7.18.6"
129152
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -137,12 +160,27 @@
137160
"@babel/template" "^7.18.10"
138161
"@babel/types" "^7.19.0"
139162

163+
"@babel/helper-function-name@^7.23.0":
164+
version "7.23.0"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
166+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
167+
dependencies:
168+
"@babel/template" "^7.22.15"
169+
"@babel/types" "^7.23.0"
170+
140171
"@babel/helper-hoist-variables@^7.18.6":
141172
version "7.18.6"
142173
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
143174
dependencies:
144175
"@babel/types" "^7.18.6"
145176

177+
"@babel/helper-hoist-variables@^7.22.5":
178+
version "7.22.5"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
180+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
181+
dependencies:
182+
"@babel/types" "^7.22.5"
183+
146184
"@babel/helper-member-expression-to-functions@^7.18.9":
147185
version "7.18.9"
148186
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
@@ -215,14 +253,31 @@
215253
dependencies:
216254
"@babel/types" "^7.18.6"
217255

256+
"@babel/helper-split-export-declaration@^7.22.6":
257+
version "7.22.6"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
259+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
260+
dependencies:
261+
"@babel/types" "^7.22.5"
262+
218263
"@babel/helper-string-parser@^7.19.4":
219264
version "7.19.4"
220265
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
221266

267+
"@babel/helper-string-parser@^7.23.4":
268+
version "7.23.4"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
270+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
271+
222272
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
223273
version "7.19.1"
224274
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
225275

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-option@^7.18.6":
227282
version "7.18.6"
228283
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -252,10 +307,24 @@
252307
chalk "^2.0.0"
253308
js-tokens "^4.0.0"
254309

255-
"@babel/parser@^7.18.10", "@babel/parser@^7.19.6", "@babel/parser@^7.20.0":
310+
"@babel/highlight@^7.23.4":
311+
version "7.23.4"
312+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
313+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
314+
dependencies:
315+
"@babel/helper-validator-identifier" "^7.22.20"
316+
chalk "^2.4.2"
317+
js-tokens "^4.0.0"
318+
319+
"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
256320
version "7.20.0"
257321
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.0.tgz#b26133c888da4d79b0d3edcf42677bcadc783046"
258322

323+
"@babel/parser@^7.23.9":
324+
version "7.23.9"
325+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
326+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
327+
259328
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
260329
version "7.18.6"
261330
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -798,19 +867,29 @@
798867
"@babel/parser" "^7.18.10"
799868
"@babel/types" "^7.18.10"
800869

801-
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0":
802-
version "7.20.0"
803-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.0.tgz#538c4c6ce6255f5666eba02252a7b59fc2d5ed98"
870+
"@babel/template@^7.22.15":
871+
version "7.23.9"
872+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
873+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
804874
dependencies:
805-
"@babel/code-frame" "^7.18.6"
806-
"@babel/generator" "^7.20.0"
807-
"@babel/helper-environment-visitor" "^7.18.9"
808-
"@babel/helper-function-name" "^7.19.0"
809-
"@babel/helper-hoist-variables" "^7.18.6"
810-
"@babel/helper-split-export-declaration" "^7.18.6"
811-
"@babel/parser" "^7.20.0"
812-
"@babel/types" "^7.20.0"
813-
debug "^4.1.0"
875+
"@babel/code-frame" "^7.23.5"
876+
"@babel/parser" "^7.23.9"
877+
"@babel/types" "^7.23.9"
878+
879+
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0":
880+
version "7.23.9"
881+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
882+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
883+
dependencies:
884+
"@babel/code-frame" "^7.23.5"
885+
"@babel/generator" "^7.23.6"
886+
"@babel/helper-environment-visitor" "^7.22.20"
887+
"@babel/helper-function-name" "^7.23.0"
888+
"@babel/helper-hoist-variables" "^7.22.5"
889+
"@babel/helper-split-export-declaration" "^7.22.6"
890+
"@babel/parser" "^7.23.9"
891+
"@babel/types" "^7.23.9"
892+
debug "^4.3.1"
814893
globals "^11.1.0"
815894

816895
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.4.4":
@@ -821,6 +900,15 @@
821900
"@babel/helper-validator-identifier" "^7.19.1"
822901
to-fast-properties "^2.0.0"
823902

903+
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9":
904+
version "7.23.9"
905+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
906+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
907+
dependencies:
908+
"@babel/helper-string-parser" "^7.23.4"
909+
"@babel/helper-validator-identifier" "^7.22.20"
910+
to-fast-properties "^2.0.0"
911+
824912
"@discoveryjs/json-ext@^0.5.0":
825913
version "0.5.7"
826914
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
@@ -888,6 +976,11 @@
888976
version "3.0.5"
889977
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
890978

979+
"@jridgewell/resolve-uri@^3.1.0":
980+
version "3.1.2"
981+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
982+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
983+
891984
"@jridgewell/set-array@^1.0.1":
892985
version "1.1.2"
893986
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -903,13 +996,26 @@
903996
version "1.4.11"
904997
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
905998

999+
"@jridgewell/sourcemap-codec@^1.4.14":
1000+
version "1.4.15"
1001+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1002+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1003+
9061004
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
9071005
version "0.3.15"
9081006
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
9091007
dependencies:
9101008
"@jridgewell/resolve-uri" "^3.0.3"
9111009
"@jridgewell/sourcemap-codec" "^1.4.10"
9121010

1011+
"@jridgewell/trace-mapping@^0.3.17":
1012+
version "0.3.22"
1013+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c"
1014+
integrity sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==
1015+
dependencies:
1016+
"@jridgewell/resolve-uri" "^3.1.0"
1017+
"@jridgewell/sourcemap-codec" "^1.4.14"
1018+
9131019
"@nicolo-ribaudo/[email protected]":
9141020
version "2.1.8-no-fsevents.3"
9151021
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
@@ -1298,7 +1404,7 @@ caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
12981404
version "1.0.30001492"
12991405
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz#4a06861788a52b4c81fd3344573b68cc87fe062b"
13001406

1301-
chalk@^2.0.0:
1407+
chalk@^2.0.0, chalk@^2.4.2:
13021408
version "2.4.2"
13031409
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
13041410
dependencies:
@@ -1445,7 +1551,7 @@ cssesc@^3.0.0:
14451551
version "3.0.0"
14461552
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
14471553

1448-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
1554+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
14491555
version "4.3.4"
14501556
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
14511557
dependencies:

0 commit comments

Comments
 (0)