8000 Bump @babel/core from 7.19.6 to 7.20.2 (#7708) · activeadmin/activeadmin@b36701b · GitHub
[go: up one dir, main page]

Skip to content

Commit b36701b

Browse files
Bump @babel/core from 7.19.6 to 7.20.2 (#7708)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 199ba04 commit b36701b

File tree

1 file changed

+34
-57
lines changed

1 file changed

+34
-57
lines changed

yarn.lock

Lines changed: 34 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,27 @@
2222
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
2323

2424
"@babel/core@":
25-
version "7.19.6"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
27-
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
25+
version "7.20.2"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
27+
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
2828
dependencies:
2929
"@ampproject/remapping" "^2.1.0"
3030
"@babel/code-frame" "^7.18.6"
31-
"@babel/generator" "^7.19.6"
32-
"@babel/helper-compilation-targets" "^7.19.3"
33-
"@babel/helper-module-transforms" "^7.19.6"
34-
"@babel/helpers" "^7.19.4"
35-
"@babel/parser" "^7.19.6"
31+
"@babel/generator" "^7.20.2"
32+
"@babel/helper-compilation-targets" "^7.20.0"
33+
"@babel/helper-module-transforms" "^7.20.2"
34+
"@babel/helpers" "^7.20.1"
35+
"@babel/parser" "^7.20.2"
3636
"@babel/template" "^7.18.10"
37-
"@babel/traverse" "^7.19.6"
38-
"@babel/types" "^7.19.4"
37+
"@babel/traverse" "^7.20.1"
38+
"@babel/types" "^7.20.2"
3939
convert-source-map "^1.7.0"
4040
debug "^4.1.0"
4141
gensync "^1.0.0-beta.2"
4242
json5 "^2.2.1"
4343
semver "^6.3.0"
4444

45-
"@babel/generator@^7.19.6":
46-
version "7.19.6"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
48-
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
49-
dependencies:
50-
"@babel/types" "^7.19.4"
51-
"@jridgewell/gen-mapping" "^0.3.2"
52-
jsesc "^2.5.1"
53-
54-
"@babel/generator@^7.20.1":
45+
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
5546
version "7.20.2"
5647
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
5748
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -75,7 +66,7 @@
7566
"@babel/helper-explode-assignable-expression" "^7.18.6"
7667
"@babel/types" "^7.18.6"
7768

78-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.0":
69+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
7970
version "7.20.0"
8071
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
8172
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
@@ -202,19 +193,19 @@
202193
dependencies:
203194
"@babel/types" "^7.18.6"
204195

205-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6":
206-
version "7.19.6"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
208-
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
196+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
197+
version "7.20.2"
198+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
199+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
209200
dependencies:
210201
"@babel/helper-environment-visitor" "^7.18.9"
211202
"@babel/helper-module-imports" "^7.18.6"
212-
"@babel/helper-simple-access" "^7.19.4"
203+
"@babel/helper-simple-access" "^7.20.2"
213204
"@babel/helper-split-export-declaration" "^7.18.6"
214205
"@babel/helper-validator-identifier" "^7.19.1"
215206
"@babel/template" "^7.18.10"
216-
"@babel/traverse" "^7.19.6"
217-
"@babel/types" "^7.19.4"
207+
"@babel/traverse" "^7.20.1"
208+
"@babel/types" "^7.20.2"
218209

219210
"@babel/helper-optimise-call-expression@^7.18.6":
220211
version "7.18.6"
@@ -277,6 +268,13 @@
277268
dependencies:
278269
"@babel/types" "^7.19.4"
279270

271+
"@babel/helper-simple-access@^7.20.2":
272+
version "7.20.2"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
274+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
275+
dependencies:
276+
"@babel/types" "^7.20.2"
277+
280278
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
281279
version "7.18.9"
282280
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -331,14 +329,14 @@
331329
"@babel/traverse" "^7.18.10"
332330
"@babel/types" "^7.18.10"
333331

334-
"@babel/helpers@^7.19.4":
335-
version "7.19.4"
336-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
337-
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
332+
"@babel/helpers@^7.20.1":
333+
version "7.20.1"
334+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
335+
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
338336
dependencies:
339337
"@babel/template" "^7.18.10"
340-
"@babel/traverse" "^7.19.4"
341-
"@babel/types" "^7.19.4"
338+
"@babel/traverse" "^7.20.1"
339+
"@babel/types" "^7.20.0"
342340

343341
"@babel/highlight@^7.18.6":
344342
version "7.18.6"
@@ -349,12 +347,7 @@
349347
chalk "^2.0.0"
350348
js-tokens "^4.0.0"
351349

352-
"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
353-
version "7.19.6"
354-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
355-
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
356-
357-
"@babel/parser@^7.20.1":
350+
"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
358351
version "7.20.2"
359352
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
360353
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
@@ -967,23 +960,7 @@
967960
"@babel/parser" "^7.18.10"
968961
"@babel/types" "^7.18.10"
969962

970-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
971-
version "7.19.6"
972-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
973-
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
974-
dependencies:
975-
"@babel/code-frame" "^7.18.6"
976-
"@babel/generator" "^7.19.6"
977-
"@babel/helper-environment-visitor" "^7.18.9"
978-
"@babel/helper-function-name" "^7.19.0"
979-
"@babel/helper-hoist-variables" "^7.18.6"
980-
"@babel/helper-split-export-declaration" "^7.18.6"
981-
"@babel/parser" "^7.19.6"
982-
"@babel/types" "^7.19.4"
983-
debug "^4.1.0"
984-
globals "^11.1.0"
985-
986-
"@babel/traverse@^7.19.1":
963+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1":
987964
version "7.20.1"
988965
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
989966
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==

0 commit comments

Comments
 (0)
0