Skip to content

Commit 5fb2867

Browse files
Bump @babel/traverse (#561)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.1 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 064db40 commit 5fb2867

File tree

1 file changed

+102
-15
lines changed
  • plugins/grafana-custom-plugins/grafana-dependency-plugin

1 file changed

+102
-15
lines changed

plugins/grafana-custom-plugins/grafana-dependency-plugin/yarn.lock

Lines changed: 102 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20+
"@babel/code-frame@^7.22.13":
21+
version "7.22.13"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
23+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
24+
dependencies:
25+
"@babel/highlight" "^7.22.13"
26+
chalk "^2.4.2"
27+
2028
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
2129
version "7.20.1"
2230
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz"
@@ -64,7 +72,7 @@
6472
json5 "^2.2.1"
6573
semver "^6.3.0"
6674

67-
"@babel/generator@^7.18.9", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
75+
"@babel/generator@^7.18.9", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
6876
version "7.20.2"
6977
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.20.2.tgz"
7078
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -73,6 +81,16 @@
7381
"@jridgewell/gen-mapping" "^0.3.2"
7482
jsesc "^2.5.1"
7583

84+
"@babel/generator@^7.23.0":
85+
version "7.23.0"
86+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
87+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
88+
dependencies:
89+
"@babel/types" "^7.23.0"
90+
"@jridgewell/gen-mapping" "^0.3.2"
91+
"@jridgewell/trace-mapping" "^0.3.17"
92+
jsesc "^2.5.1"
93+
7694
"@babel/helper-annotate-as-pure@^7.18.6":
7795
version "7.18.6"
7896
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -136,6 +154,11 @@
136154
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
137155
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
138156

157+
"@babel/helper-environment-visitor@^7.22.20":
158+
version "7.22.20"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
160+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
161+
139162
"@babel/helper-explode-assignable-expression@^7.18.6":
140163
version "7.18.6"
141164
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
@@ -151,13 +174,28 @@
151174
"@babel/template" "^7.18.10"
152175
"@babel/types" "^7.19.0"
153176

177+
"@babel/helper-function-name@^7.23.0":
178+
version "7.23.0"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
180+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
181+
dependencies:
182+
"@babel/template" "^7.22.15"
183+
"@babel/types" "^7.23.0"
184+
154185
"@babel/helper-hoist-variables@^7.18.6":
155186
version "7.18.6"
156187
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
157188
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
158189
dependencies:
159190
"@babel/types" "^7.18.6"
160191

192+
"@babel/helper-hoist-variables@^7.22.5":
193+
version "7.22.5"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
195+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
196+
dependencies:
197+
"@babel/types" "^7.22.5"
198+
161199
"@babel/helper-member-expression-to-functions@^7.18.9":
162200
version "7.18.9"
163201
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz"
@@ -240,16 +278,33 @@
240278
dependencies:
241279
"@babel/types" "^7.18.6"
242280

281+
"@babel/helper-split-export-declaration@^7.22.6":
282+
version "7.22.6"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
284+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
285+
dependencies:
286+
"@babel/types" "^7.22.5"
287+
243288
"@babel/helper-string-parser@^7.19.4":
244289
version "7.19.4"
245290
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
246291
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
247292

293+
"@babel/helper-string-parser@^7.22.5":
294+
version "7.22.5"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
296+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
297+
248298
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
249299
version "7.19.1"
250300
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
251301
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
252302

303+
"@babel/helper-validator-identifier@^7.22.20":
304+
version "7.22.20"
305+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
306+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
307+
253308
"@babel/helper-validator-option@^7.18.6":
254309
version "7.18.6"
255310
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -283,11 +338,25 @@
283338
chalk "^2.0.0"
284339
js-tokens "^4.0.0"
285340

286-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.9", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
341+
"@babel/highlight@^7.22.13":
342+
version "7.22.20"
343+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
344+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
345+
dependencies:
346+
"@babel/helper-validator-identifier" "^7.22.20"
347+
chalk "^2.4.2"
348+
js-tokens "^4.0.0"
349+
350+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.9", "@babel/parser@^7.20.2":
287351
version "7.20.2"
288352
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz"
289353
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
290354

355+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
356+
version "7.23.0"
357+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
358+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
359+
291360
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
292361
version "7.18.6"
293362
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
@@ -1033,19 +1102,28 @@
10331102
"@babel/parser" "^7.18.10"
10341103
"@babel/types" "^7.18.10"
10351104

1036-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
1037-
version "7.20.1"
1038-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz"
1039-
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
1105+
"@babel/template@^7.22.15":
1106+
version "7.22.15"
1107+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1108+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
10401109
dependencies:
1041-
"@babel/code-frame" "^7.18.6"
1042-
"@babel/generator" "^7.20.1"
1043-
"@babel/helper-environment-visitor" "^7.18.9"
1044-
"@babel/helper-function-name" "^7.19.0"
1045-
"@babel/helper-hoist-variables" "^7.18.6"
1046-
"@babel/helper-split-export-declaration" "^7.18.6"
1047-
"@babel/parser" "^7.20.1"
1048-
"@babel/types" "^7.20.0"
1110+
"@babel/code-frame" "^7.22.13"
1111+
"@babel/parser" "^7.22.15"
1112+
"@babel/types" "^7.22.15"
1113+
1114+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
1115+
version "7.23.2"
1116+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1117+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1118+
dependencies:
1119+
"@babel/code-frame" "^7.22.13"
1120+
"@babel/generator" "^7.23.0"
1121+
"@babel/helper-environment-visitor" "^7.22.20"
1122+
"@babel/helper-function-name" "^7.23.0"
1123+
"@babel/helper-hoist-variables" "^7.22.5"
1124+
"@babel/helper-split-export-declaration" "^7.22.6"
1125+
"@babel/parser" "^7.23.0"
1126+
"@babel/types" "^7.23.0"
10491127
debug "^4.1.0"
10501128
globals "^11.1.0"
10511129

@@ -1058,6 +1136,15 @@
10581136
"@babel/helper-validator-identifier" "^7.19.1"
10591137
to-fast-properties "^2.0.0"
10601138

1139+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1140+
version "7.23.0"
1141+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1142+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1143+
dependencies:
1144+
"@babel/helper-string-parser" "^7.22.5"
1145+
"@babel/helper-validator-identifier" "^7.22.20"
1146+
to-fast-properties "^2.0.0"
1147+
10611148
"@bcoe/v8-coverage@^0.2.3":
10621149
version "0.2.3"
10631150
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -3723,7 +3810,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
37233810
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz"
37243811
integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==
37253812

3726-
chalk@^2.0.0:
3813+
chalk@^2.0.0, chalk@^2.4.2:
37273814
version "2.4.2"
37283815
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
37293816
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)