Skip to content

Commit 7be8cd0

Browse files
authored
Merge pull request #592 from Shopify/dependabot/npm_and_yarn/examples/babel/traverse-7.23.2
Bump @babel/traverse from 7.22.20 to 7.23.2 in /examples
2 parents 345ce85 + 13c3141 commit 7be8cd0

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

examples/yarn.lock

+39-7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@
6666
"@jridgewell/trace-mapping" "^0.3.17"
6767
jsesc "^2.5.1"
6868

69+
"@babel/generator@^7.23.0":
70+
version "7.23.0"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
72+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
73+
dependencies:
74+
"@babel/types" "^7.23.0"
75+
"@jridgewell/gen-mapping" "^0.3.2"
76+
"@jridgewell/trace-mapping" "^0.3.17"
77+
jsesc "^2.5.1"
78+
6979
"@babel/helper-annotate-as-pure@^7.22.5":
7080
version "7.22.5"
7181
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -139,6 +149,14 @@
139149
"@babel/template" "^7.22.5"
140150
"@babel/types" "^7.22.5"
141151

152+
"@babel/helper-function-name@^7.23.0":
153+
version "7.23.0"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
155+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
156+
dependencies:
157+
"@babel/template" "^7.22.15"
158+
"@babel/types" "^7.23.0"
159+
142160
"@babel/helper-hoist-variables@^7.22.5":
143161
version "7.22.5"
144162
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -269,6 +287,11 @@
269287
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
270288
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
271289

290+
"@babel/parser@^7.23.0":
291+
version "7.23.0"
292+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
293+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
294+
272295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
273296
version "7.22.15"
274297
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.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1079,18 +1102,18 @@
10791102
"@babel/types" "^7.22.15"
10801103

10811104
"@babel/traverse@^7.0.0", "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
1082-
version "7.22.20"
1083-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1084-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
1105+
version "7.23.2"
1106+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1107+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
10851108
dependencies:
10861109
"@babel/code-frame" "^7.22.13"
1087-
"@babel/generator" "^7.22.15"
1110+
"@babel/generator" "^7.23.0"
10881111
"@babel/helper-environment-visitor" "^7.22.20"
1089-
"@babel/helper-function-name" "^7.22.5"
1112+
"@babel/helper-function-name" "^7.23.0"
10901113
"@babel/helper-hoist-variables" "^7.22.5"
10911114
"@babel/helper-split-export-declaration" "^7.22.6"
1092-
"@babel/parser" "^7.22.16"
1093-
"@babel/types" "^7.22.19"
1115+
"@babel/parser" "^7.23.0"
1116+
"@babel/types" "^7.23.0"
10941117
debug "^4.1.0"
10951118
globals "^11.1.0"
10961119

@@ -1103,6 +1126,15 @@
11031126
"@babel/helper-validator-identifier" "^7.22.19"
11041127
to-fast-properties "^2.0.0"
11051128

1129+
"@babel/types@^7.23.0":
1130+
version "7.23.0"
1131+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1132+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1133+
dependencies:
1134+
"@babel/helper-string-parser" "^7.22.5"
1135+
"@babel/helper-validator-identifier" "^7.22.20"
1136+
to-fast-properties "^2.0.0"
1137+
11061138
"@eslint/eslintrc@^0.4.3":
11071139
version "0.4.3"
11081140
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"

0 commit comments

Comments
 (0)