Skip to content

Commit b063bbd

Browse files
Update dependency @babel/core to v7.20.5
1 parent 44785ee commit b063bbd

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/three11/extract-query-arg#readme",
4343
"devDependencies": {
4444
"@babel/cli": "7.19.3",
45-
"@babel/core": "7.20.2",
45+
"@babel/core": "7.20.5",
4646
"@babel/plugin-transform-modules-umd": "7.18.6",
4747
"@babel/preset-env": "7.20.2",
4848
"babel-minify": "0.5.2"

yarn.lock

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
5555
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
5656

57-
"@babel/[email protected].2":
58-
version "7.20.2"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
60-
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
57+
"@babel/[email protected].5":
58+
version "7.20.5"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
60+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
6161
dependencies:
6262
"@ampproject/remapping" "^2.1.0"
6363
"@babel/code-frame" "^7.18.6"
64-
"@babel/generator" "^7.20.2"
64+
"@babel/generator" "^7.20.5"
6565
"@babel/helper-compilation-targets" "^7.20.0"
6666
"@babel/helper-module-transforms" "^7.20.2"
67-
"@babel/helpers" "^7.20.1"
68-
"@babel/parser" "^7.20.2"
67+
"@babel/helpers" "^7.20.5"
68+
"@babel/parser" "^7.20.5"
6969
"@babel/template" "^7.18.10"
70-
"@babel/traverse" "^7.20.1"
71-
"@babel/types" "^7.20.2"
70+
"@babel/traverse" "^7.20.5"
71+
"@babel/types" "^7.20.5"
7272
convert-source-map "^1.7.0"
7373
debug "^4.1.0"
7474
gensync "^1.0.0-beta.2"
@@ -132,7 +132,7 @@
132132
"@jridgewell/gen-mapping" "^0.3.2"
133133
jsesc "^2.5.1"
134134

135-
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
135+
"@babel/generator@^7.20.1":
136136
version "7.20.2"
137137
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
138138
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -141,6 +141,15 @@
141141
"@jridgewell/gen-mapping" "^0.3.2"
142142
jsesc "^2.5.1"
143143

144+
"@babel/generator@^7.20.5":
145+
version "7.20.5"
146+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
147+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
148+
dependencies:
149+
"@babel/types" "^7.20.5"
150+
"@jridgewell/gen-mapping" "^0.3.2"
151+
jsesc "^2.5.1"
152+
144153
"@babel/helper-annotate-as-pure@^7.12.13":
145154
version "7.12.13"
146155
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -606,14 +615,14 @@
606615
"@babel/traverse" "^7.14.0"
607616
"@babel/types" "^7.14.0"
608617

609-
"@babel/helpers@^7.20.1":
610-
version "7.20.1"
611-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
612-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
618+
"@babel/helpers@^7.20.5":
619+
version "7.20.5"
620+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.5.tgz#e3b72a1925a5df7ab9267e87c227d74c81169d8e"
621+
integrity sha512-fWBqzBeX5Re8dLiMS1oYnnBNs5fJhsaVcw5VVPUbBvc1yX1M6VNGz2S8bSsTgLrP+3jnXH7i4Y6bA7dPu99jjw==
613622
dependencies:
614623
"@babel/template" "^7.18.10"
615-
"@babel/traverse" "^7.20.1"
616-
"@babel/types" "^7.20.0"
624+
"@babel/traverse" "^7.20.5"
625+
"@babel/types" "^7.20.5"
617626

618627
"@babel/highlight@^7.12.13":
619628
version "7.14.0"
@@ -653,11 +662,16 @@
653662
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
654663
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
655664

656-
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
665+
"@babel/parser@^7.20.1":
657666
version "7.20.2"
658667
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
659668
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
660669

670+
"@babel/parser@^7.20.5":
671+
version "7.20.5"
672+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
673+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
674+
661675
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
662676
version "7.18.6"
663677
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1378,6 +1392,22 @@
13781392
debug "^4.1.0"
13791393
globals "^11.1.0"
13801394

1395+
"@babel/traverse@^7.20.5":
1396+
version "7.20.5"
1397+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1398+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1399+
dependencies:
1400+
"@babel/code-frame" "^7.18.6"
1401+
"@babel/generator" "^7.20.5"
1402+
"@babel/helper-environment-visitor" "^7.18.9"
1403+
"@babel/helper-function-name" "^7.19.0"
1404+
"@babel/helper-hoist-variables" "^7.18.6"
1405+
"@babel/helper-split-export-declaration" "^7.18.6"
1406+
"@babel/parser" "^7.20.5"
1407+
"@babel/types" "^7.20.5"
1408+
debug "^4.1.0"
1409+
globals "^11.1.0"
1410+
13811411
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
13821412
version "7.14.2"
13831413
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
@@ -1438,6 +1468,15 @@
14381468
"@babel/helper-validator-identifier" "^7.19.1"
14391469
to-fast-properties "^2.0.0"
14401470

1471+
"@babel/types@^7.20.5":
1472+
version "7.20.5"
1473+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1474+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1475+
dependencies:
1476+
"@babel/helper-string-parser" "^7.19.4"
1477+
"@babel/helper-validator-identifier" "^7.19.1"
1478+
to-fast-properties "^2.0.0"
1479+
14411480
"@jridgewell/gen-mapping@^0.3.0":
14421481
version "0.3.1"
14431482
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"

0 commit comments

Comments
 (0)