Skip to content

Commit 6194e97

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.20.12
1 parent 02465ce commit 6194e97

File tree

2 files changed

+34
-13
lines changed

2 files changed

+34
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.20.7",
70+
"@babel/core": "7.20.12",
7171
"@babel/preset-env": "7.20.2",
7272
"@babel/register": "7.18.9",
7373
"@commitlint/cli": "17.3.0",

yarn.lock

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,25 @@
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
4949
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
5050

51-
"@babel/core@7.20.7":
52-
version "7.20.7"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
54-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
51+
"@babel/core@7.20.12":
52+
version "7.20.12"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
54+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
5555
dependencies:
5656
"@ampproject/remapping" "^2.1.0"
5757
"@babel/code-frame" "^7.18.6"
5858
"@babel/generator" "^7.20.7"
5959
"@babel/helper-compilation-targets" "^7.20.7"
60-
"@babel/helper-module-transforms" "^7.20.7"
60+
"@babel/helper-module-transforms" "^7.20.11"
6161
"@babel/helpers" "^7.20.7"
6262
"@babel/parser" "^7.20.7"
6363
"@babel/template" "^7.20.7"
64-
"@babel/traverse" "^7.20.7"
64+
"@babel/traverse" "^7.20.12"
6565
"@babel/types" "^7.20.7"
6666
convert-source-map "^1.7.0"
6767
debug "^4.1.0"
6868
gensync "^1.0.0-beta.2"
69-
json5 "^2.2.1"
69+
json5 "^2.2.2"
7070
semver "^6.3.0"
7171

7272
"@babel/core@^7.12.10":
@@ -453,18 +453,18 @@
453453
"@babel/traverse" "^7.19.6"
454454
"@babel/types" "^7.19.4"
455455

456-
"@babel/helper-module-transforms@^7.20.7":
457-
version "7.20.7"
458-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
459-
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
456+
"@babel/helper-module-transforms@^7.20.11":
457+
version "7.20.11"
458+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
459+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
460460
dependencies:
461461
"@babel/helper-environment-visitor" "^7.18.9"
462462
"@babel/helper-module-imports" "^7.18.6"
463463
"@babel/helper-simple-access" "^7.20.2"
464464
"@babel/helper-split-export-declaration" "^7.18.6"
465465
"@babel/helper-validator-identifier" "^7.19.1"
466466
"@babel/template" "^7.20.7"
467-
"@babel/traverse" "^7.20.7"
467+
"@babel/traverse" "^7.20.10"
468468
"@babel/types" "^7.20.7"
469469

470470
"@babel/helper-optimise-call-expression@^7.16.0":
@@ -2045,6 +2045,22 @@
20452045
debug "^4.1.0"
20462046
globals "^11.1.0"
20472047

2048+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12":
2049+
version "7.20.12"
2050+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
2051+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
2052+
dependencies:
2053+
"@babel/code-frame" "^7.18.6"
2054+
"@babel/generator" "^7.20.7"
2055+
"@babel/helper-environment-visitor" "^7.18.9"
2056+
"@babel/helper-function-name" "^7.19.0"
2057+
"@babel/helper-hoist-variables" "^7.18.6"
2058+
"@babel/helper-split-export-declaration" "^7.18.6"
2059+
"@babel/parser" "^7.20.7"
2060+
"@babel/types" "^7.20.7"
2061+
debug "^4.1.0"
2062+
globals "^11.1.0"
2063+
20482064
"@babel/traverse@^7.20.7":
20492065
version "7.20.8"
20502066
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08"
@@ -6840,6 +6856,11 @@ json5@^2.2.1:
68406856
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
68416857
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
68426858

6859+
json5@^2.2.2:
6860+
version "2.2.3"
6861+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
6862+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
6863+
68436864
jsonfile@^2.1.0:
68446865
version "2.4.0"
68456866
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"

0 commit comments

Comments
 (0)