Skip to content

Commit cb367cc

Browse files
authored
Merge pull request #80 from garageScript/dependabot/npm_and_yarn/babel/traverse-7.23.2
build(deps): bump @babel/traverse from 7.10.1 to 7.23.2
2 parents 4e9494c + 41e0814 commit cb367cc

1 file changed

Lines changed: 131 additions & 11 deletions

File tree

yarn.lock

Lines changed: 131 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.1"
1111

12+
"@babel/code-frame@^7.22.13":
13+
version "7.22.13"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
15+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
16+
dependencies:
17+
"@babel/highlight" "^7.22.13"
18+
chalk "^2.4.2"
19+
1220
"@babel/compat-data@^7.10.1":
1321
version "7.10.1"
1422
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.1.tgz#b1085ffe72cd17bf2c0ee790fc09f9626011b2db"
@@ -50,6 +58,16 @@
5058
lodash "^4.17.13"
5159
source-map "^0.5.0"
5260

61+
"@babel/generator@^7.23.0":
62+
version "7.23.0"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
64+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
65+
dependencies:
66+
"@babel/types" "^7.23.0"
67+
"@jridgewell/gen-mapping" "^0.3.2"
68+
"@jridgewell/trace-mapping" "^0.3.17"
69+
jsesc "^2.5.1"
70+
5371
"@babel/helper-annotate-as-pure@^7.10.1":
5472
version "7.10.1"
5573
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -106,6 +124,11 @@
106124
"@babel/types" "^7.10.1"
107125
lodash "^4.17.13"
108126

127+
"@babel/helper-environment-visitor@^7.22.20":
128+
version "7.22.20"
129+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
130+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
131+
109132
"@babel/helper-explode-assignable-expression@^7.10.1":
110133
version "7.10.1"
111134
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz#e9d76305ee1162ca467357ae25df94f179af2b7e"
@@ -123,6 +146,14 @@
123146
"@babel/template" "^7.10.1"
124147
"@babel/types" "^7.10.1"
125148

149+
"@babel/helper-function-name@^7.23.0":
150+
version "7.23.0"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
152+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
153+
dependencies:
154+
"@babel/template" "^7.22.15"
155+
"@babel/types" "^7.23.0"
156+
126157
"@babel/helper-get-function-arity@^7.10.1":
127158
version "7.10.1"
128159
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
@@ -137,6 +168,13 @@
137168
dependencies:
138169
"@babel/types" "^7.10.1"
139170

171+
"@babel/helper-hoist-variables@^7.22.5":
172+
version "7.22.5"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
174+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
175+
dependencies:
176+
"@babel/types" "^7.22.5"
177+
140178
"@babel/helper-member-expression-to-functions@^7.10.1":
141179
version "7.10.1"
142180
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15"
@@ -219,11 +257,28 @@
219257
dependencies:
220258
"@babel/types" "^7.10.1"
221259

260+
"@babel/helper-split-export-declaration@^7.22.6":
261+
version "7.22.6"
262+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
263+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
264+
dependencies:
265+
"@babel/types" "^7.22.5"
266+
267+
"@babel/helper-string-parser@^7.22.5":
268+
version "7.22.5"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
270+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
271+
222272
"@babel/helper-validator-identifier@^7.10.1":
223273
version "7.10.1"
224274
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
225275
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
226276

277+
"@babel/helper-validator-identifier@^7.22.20":
278+
version "7.22.20"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
280+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
281+
227282
"@babel/helper-wrap-function@^7.10.1":
228283
version "7.10.1"
229284
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
@@ -252,11 +307,25 @@
252307
chalk "^2.0.0"
253308
js-tokens "^4.0.0"
254309

310+
"@babel/highlight@^7.22.13":
311+
version "7.22.20"
312+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
313+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
314+
dependencies:
315+
"@babel/helper-validator-identifier" "^7.22.20"
316+
chalk "^2.4.2"
317+
js-tokens "^4.0.0"
318+
255319
"@babel/parser@^7.1.0", "@babel/parser@^7.10.1":
256320
version "7.10.1"
257321
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
258322
integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
259323

324+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
325+
version "7.23.0"
326+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
327+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
328+
260329
"@babel/plugin-proposal-async-generator-functions@^7.10.1":
261330
version "7.10.1"
262331
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz#6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55"
@@ -803,20 +872,30 @@
803872
"@babel/parser" "^7.10.1"
804873
"@babel/types" "^7.10.1"
805874

806-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1":
807-
version "7.10.1"
808-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
809-
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
875+
"@babel/template@^7.22.15":
876+
version "7.22.15"
877+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
878+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
810879
dependencies:
811-
"@babel/code-frame" "^7.10.1"
812-
"@babel/generator" "^7.10.1"
813-
"@babel/helper-function-name" "^7.10.1"
814-
"@babel/helper-split-export-declaration" "^7.10.1"
815-
"@babel/parser" "^7.10.1"
816-
"@babel/types" "^7.10.1"
880+
"@babel/code-frame" "^7.22.13"
881+
"@babel/parser" "^7.22.15"
882+
"@babel/types" "^7.22.15"
883+
884+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1":
885+
version "7.23.2"
886+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
887+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
888+
dependencies:
889+
"@babel/code-frame" "^7.22.13"
890+
"@babel/generator" "^7.23.0"
891+
"@babel/helper-environment-visitor" "^7.22.20"
892+
"@babel/helper-function-name" "^7.23.0"
893+
"@babel/helper-hoist-variables" "^7.22.5"
894+
"@babel/helper-split-export-declaration" "^7.22.6"
895+
"@babel/parser" "^7.23.0"
896+
"@babel/types" "^7.23.0"
817897
debug "^4.1.0"
818898
globals "^11.1.0"
819-
lodash "^4.17.13"
820899

821900
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
822901
version "7.10.1"
@@ -827,6 +906,15 @@
827906
lodash "^4.17.13"
828907
to-fast-properties "^2.0.0"
829908

909+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
910+
version "7.23.0"
911+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
912+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
913+
dependencies:
914+
"@babel/helper-string-parser" "^7.22.5"
915+
"@babel/helper-validator-identifier" "^7.22.20"
916+
to-fast-properties "^2.0.0"
917+
830918
"@bcoe/v8-coverage@^0.2.3":
831919
version "0.2.3"
832920
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1022,6 +1110,38 @@
10221110
"@types/yargs" "^15.0.0"
10231111
chalk "^4.0.0"
10241112

1113+
"@jridgewell/gen-mapping@^0.3.2":
1114+
version "0.3.3"
1115+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1116+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1117+
dependencies:
1118+
"@jridgewell/set-array" "^1.0.1"
1119+
"@jridgewell/sourcemap-codec" "^1.4.10"
1120+
"@jridgewell/trace-mapping" "^0.3.9"
1121+
1122+
"@jridgewell/resolve-uri@^3.1.0":
1123+
version "3.1.1"
1124+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1125+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1126+
1127+
"@jridgewell/set-array@^1.0.1":
1128+
version "1.1.2"
1129+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1130+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1131+
1132+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1133+
version "1.4.15"
1134+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1135+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1136+
1137+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1138+
version "0.3.19"
1139+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1140+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1141+
dependencies:
1142+
"@jridgewell/resolve-uri" "^3.1.0"
1143+
"@jridgewell/sourcemap-codec" "^1.4.14"
1144+
10251145
"@kwsites/file-exists@^1.1.1":
10261146
version "1.1.1"
10271147
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"

0 commit comments

Comments
 (0)