Skip to content

Commit f89c944

Browse files
authored
Update all Yarn dependencies (2023-10-11) (#144)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent e5df323 commit f89c944

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.23.0",
58-
"@babel/core": "^7.22.17",
58+
"@babel/core": "^7.23.0",
5959
"@babel/eslint-parser": "^7.22.15",
6060
"@babel/preset-env": "^7.22.20",
6161
"@babel/preset-react": "^7.22.15",

yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
5050
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
5151

52-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.17":
53-
version "7.22.17"
54-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
55-
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
52+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.0":
53+
version "7.23.0"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
55+
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
5656
dependencies:
5757
"@ampproject/remapping" "^2.2.0"
5858
"@babel/code-frame" "^7.22.13"
59-
"@babel/generator" "^7.22.15"
59+
"@babel/generator" "^7.23.0"
6060
"@babel/helper-compilation-targets" "^7.22.15"
61-
"@babel/helper-module-transforms" "^7.22.17"
62-
"@babel/helpers" "^7.22.15"
63-
"@babel/parser" "^7.22.16"
61+
"@babel/helper-module-transforms" "^7.23.0"
62+
"@babel/helpers" "^7.23.0"
63+
"@babel/parser" "^7.23.0"
6464
"@babel/template" "^7.22.15"
65-
"@babel/traverse" "^7.22.17"
66-
"@babel/types" "^7.22.17"
67-
convert-source-map "^1.7.0"
65+
"@babel/traverse" "^7.23.0"
66+
"@babel/types" "^7.23.0"
67+
convert-source-map "^2.0.0"
6868
debug "^4.1.0"
6969
gensync "^1.0.0-beta.2"
7070
json5 "^2.2.3"
@@ -79,12 +79,12 @@
7979
eslint-visitor-keys "^2.1.0"
8080
semver "^6.3.1"
8181

82-
"@babel/generator@^7.22.15", "@babel/generator@^7.7.2":
83-
version "7.22.15"
84-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
85-
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
82+
"@babel/generator@^7.23.0", "@babel/generator@^7.7.2":
83+
version "7.23.0"
84+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
85+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
8686
dependencies:
87-
"@babel/types" "^7.22.15"
87+
"@babel/types" "^7.23.0"
8888
"@jridgewell/gen-mapping" "^0.3.2"
8989
"@jridgewell/trace-mapping" "^0.3.17"
9090
jsesc "^2.5.1"
@@ -149,18 +149,18 @@
149149
lodash.debounce "^4.0.8"
150150
resolve "^1.14.2"
151151

152-
"@babel/helper-environment-visitor@^7.22.5":
153-
version "7.22.5"
154-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
155-
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
152+
"@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.22.5":
153+
version "7.22.20"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
155+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
156156

157-
"@babel/helper-function-name@^7.22.5":
158-
version "7.22.5"
159-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
160-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
157+
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
158+
version "7.23.0"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
160+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
161161
dependencies:
162-
"@babel/template" "^7.22.5"
163-
"@babel/types" "^7.22.5"
162+
"@babel/template" "^7.22.15"
163+
"@babel/types" "^7.23.0"
164164

165165
"@babel/helper-hoist-variables@^7.22.5":
166166
version "7.22.5"
@@ -183,16 +183,16 @@
183183
dependencies:
184184
"@babel/types" "^7.22.15"
185185

186-
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.17", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
187-
version "7.22.17"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
189-
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
186+
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9", "@babel/helper-module-transforms@^7.23.0":
187+
version "7.23.0"
188+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
189+
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
190190
dependencies:
191-
"@babel/helper-environment-visitor" "^7.22.5"
191+
"@babel/helper-environment-visitor" "^7.22.20"
192192
"@babel/helper-module-imports" "^7.22.15"
193193
"@babel/helper-simple-access" "^7.22.5"
194194
"@babel/helper-split-export-declaration" "^7.22.6"
195-
"@babel/helper-validator-identifier" "^7.22.15"
195+
"@babel/helper-validator-identifier" "^7.22.20"
196196

197197
"@babel/helper-optimise-call-expression@^7.22.5":
198198
version "7.22.5"
@@ -250,7 +250,7 @@
250250
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
251251
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
252252

253-
"@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
253+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
254254
version "7.22.20"
255255
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
256256
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
@@ -269,14 +269,14 @@
269269
"@babel/template" "^7.22.5"
270270
"@babel/types" "^7.22.10"
271271

272-
"@babel/helpers@^7.22.15":
273-
version "7.22.15"
274-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
275-
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
272+
"@babel/helpers@^7.23.0":
273+
version "7.23.1"
274+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
275+
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
276276
dependencies:
277277
"@babel/template" "^7.22.15"
278-
"@babel/traverse" "^7.22.15"
279-
"@babel/types" "^7.22.15"
278+
"@babel/traverse" "^7.23.0"
279+
"@babel/types" "^7.23.0"
280280

281281
"@babel/highlight@^7.22.13":
282282
version "7.22.13"
@@ -287,10 +287,10 @@
287287
chalk "^2.4.2"
288288
js-tokens "^4.0.0"
289289

290-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16":
291-
version "7.22.16"
292-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
293-
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
290+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@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==
294294

295295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
296296
version "7.22.15"
@@ -1015,23 +1015,23 @@
10151015
"@babel/parser" "^7.22.15"
10161016
"@babel/types" "^7.22.15"
10171017

1018-
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
1019-
version "7.22.17"
1020-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
1021-
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
1018+
"@babel/traverse@^7.23.0":
1019+
version "7.23.0"
1020+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
1021+
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
10221022
dependencies:
10231023
"@babel/code-frame" "^7.22.13"
1024-
"@babel/generator" "^7.22.15"
1025-
"@babel/helper-environment-visitor" "^7.22.5"
1026-
"@babel/helper-function-name" "^7.22.5"
1024+
"@babel/generator" "^7.23.0"
1025+
"@babel/helper-environment-visitor" "^7.22.20"
1026+
"@babel/helper-function-name" "^7.23.0"
10271027
"@babel/helper-hoist-variables" "^7.22.5"
10281028
"@babel/helper-split-export-declaration" "^7.22.6"
1029-
"@babel/parser" "^7.22.16"
1030-
"@babel/types" "^7.22.17"
1029+
"@babel/parser" "^7.23.0"
1030+
"@babel/types" "^7.23.0"
10311031
debug "^4.1.0"
10321032
globals "^11.1.0"
10331033

1034-
"@babel/types@^7.0.0", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034+
"@babel/types@^7.0.0", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10351035
version "7.23.0"
10361036
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
10371037
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
@@ -2689,7 +2689,7 @@ content-type@~1.0.4:
26892689
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
26902690
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
26912691

2692-
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
2692+
convert-source-map@^1.6.0:
26932693
version "1.8.0"
26942694
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
26952695
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==

0 commit comments

Comments
 (0)