Skip to content

Commit dfb1c4a

Browse files
chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.2 (#97)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.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.20.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb1d6df commit dfb1c4a

File tree

1 file changed

+59
-54
lines changed

1 file changed

+59
-54
lines changed

yarn.lock

Lines changed: 59 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,31 @@
4040
dependencies:
4141
"@babel/highlight" "^7.18.6"
4242

43-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4":
43+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4":
4444
version "7.19.4"
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
4646
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
4747

48+
"@babel/compat-data@^7.20.0":
49+
version "7.20.1"
50+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
51+
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
52+
4853
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.15", "@babel/core@^7.19.3":
49-
version "7.19.6"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
51-
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
54+
version "7.20.2"
55+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
56+
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
5257
dependencies:
5358
"@ampproject/remapping" "^2.1.0"
5459
"@babel/code-frame" "^7.18.6"
55-
"@babel/generator" "^7.19.6"
56-
"@babel/helper-compilation-targets" "^7.19.3"
57-
"@babel/helper-module-transforms" "^7.19.6"
58-
"@babel/helpers" "^7.19.4"
59-
"@babel/parser" "^7.19.6"
60+
"@babel/generator" "^7.20.2"
61+
"@babel/helper-compilation-targets" "^7.20.0"
62+
"@babel/helper-module-transforms" "^7.20.2"
63+
"@babel/helpers" "^7.20.1"
64+
"@babel/parser" "^7.20.2"
6065
"@babel/template" "^7.18.10"
61-
"@babel/traverse" "^7.19.6"
62-
"@babel/types" "^7.19.4"
66+
"@babel/traverse" "^7.20.1"
67+
"@babel/types" "^7.20.2"
6368
convert-source-map "^1.7.0"
6469
debug "^4.1.0"
6570
gensync "^1.0.0-beta.2"
@@ -75,12 +80,12 @@
7580
eslint-visitor-keys "^2.1.0"
7681
semver "^6.3.0"
7782

78-
"@babel/generator@^7.19.6", "@babel/generator@^7.7.2":
79-
version "7.19.6"
80-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
81-
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
83+
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
84+
version "7.20.3"
85+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.3.tgz#e58c9ae2f7bf7fdf4899160cf1e04400a82cd641"
86+
integrity sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==
8287
dependencies:
83-
"@babel/types" "^7.19.4"
88+
"@babel/types" "^7.20.2"
8489
"@jridgewell/gen-mapping" "^0.3.2"
8590
jsesc "^2.5.1"
8691

@@ -99,12 +104,12 @@
99104
"@babel/helper-explode-assignable-expression" "^7.18.6"
100105
"@babel/types" "^7.18.9"
101106

102-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
103-
version "7.19.3"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
105-
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
107+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.0":
108+
version "7.20.0"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
110+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
106111
dependencies:
107-
"@babel/compat-data" "^7.19.3"
112+
"@babel/compat-data" "^7.20.0"
108113
"@babel/helper-validator-option" "^7.18.6"
109114
browserslist "^4.21.3"
110115
semver "^6.3.0"
@@ -183,19 +188,19 @@
183188
dependencies:
184189
"@babel/types" "^7.18.6"
185190

186-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6":
187-
version "7.19.6"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
189-
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
191+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.20.2":
192+
version "7.20.2"
193+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
194+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
190195
dependencies:
191196
"@babel/helper-environment-visitor" "^7.18.9"
192197
"@babel/helper-module-imports" "^7.18.6"
193-
"@babel/helper-simple-access" "^7.19.4"
198+
"@babel/helper-simple-access" "^7.20.2"
194199
"@babel/helper-split-export-declaration" "^7.18.6"
195200
"@babel/helper-validator-identifier" "^7.19.1"
196201
"@babel/template" "^7.18.10"
197-
"@babel/traverse" "^7.19.6"
198-
"@babel/types" "^7.19.4"
202+
"@babel/traverse" "^7.20.1"
203+
"@babel/types" "^7.20.2"
199204

200205
"@babel/helper-optimise-call-expression@^7.18.6":
201206
version "7.18.6"
@@ -237,12 +242,12 @@
237242
dependencies:
238243
"@babel/types" "^7.18.6"
239244

240-
"@babel/helper-simple-access@^7.19.4":
241-
version "7.19.4"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
243-
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
245+
"@babel/helper-simple-access@^7.20.2":
246+
version "7.20.2"
247+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
248+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
244249
dependencies:
245-
"@babel/types" "^7.19.4"
250+
"@babel/types" "^7.20.2"
246251

247252
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
248253
version "7.18.9"
@@ -283,14 +288,14 @@
283288
"@babel/traverse" "^7.19.0"
284289
"@babel/types" "^7.19.0"
285290

286-
"@babel/helpers@^7.19.4":
287-
version "7.19.4"
288-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
289-
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
291+
"@babel/helpers@^7.20.1":
292+
version "7.20.1"
293+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
294+
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
290295
dependencies:
291296
"@babel/template" "^7.18.10"
292-
"@babel/traverse" "^7.19.4"
293-
"@babel/types" "^7.19.4"
297+
"@babel/traverse" "^7.20.1"
298+
"@babel/types" "^7.20.0"
294299

295300
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
296301
version "7.18.6"
@@ -301,10 +306,10 @@
301306
chalk "^2.0.0"
302307
js-tokens "^4.0.0"
303308

304-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
305-
version "7.19.6"
306-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
307-
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
309+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
310+
version "7.20.3"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
312+
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
308313

309314
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
310315
version "7.18.6"
@@ -975,26 +980,26 @@
975980
"@babel/parser" "^7.18.10"
976981
"@babel/types" "^7.18.10"
977982

978-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
979-
version "7.19.6"
980-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
981-
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
983+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
984+
version "7.20.1"
985+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
986+
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
982987
dependencies:
983988
"@babel/code-frame" "^7.18.6"
984-
"@babel/generator" "^7.19.6"
989+
"@babel/generator" "^7.20.1"
985990
"@babel/helper-environment-visitor" "^7.18.9"
986991
"@babel/helper-function-name" "^7.19.0"
987992
"@babel/helper-hoist-variables" "^7.18.6"
988993
"@babel/helper-split-export-declaration" "^7.18.6"
989-
"@babel/parser" "^7.19.6"
990-
"@babel/types" "^7.19.4"
994+
"@babel/parser" "^7.20.1"
995+
"@babel/types" "^7.20.0"
991996
debug "^4.1.0"
992997
globals "^11.1.0"
993998

994-
"@babel/types@^7.0.0", "@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
995-
version "7.19.4"
996-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
997-
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
999+
"@babel/types@^7.0.0", "@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.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1000+
version "7.20.2"
1001+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
1002+
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
9981003
dependencies:
9991004
"@babel/helper-string-parser" "^7.19.4"
10001005
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)