Skip to content

Commit a6a5330

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.22.11
1 parent 1c3145d commit a6a5330

File tree

2 files changed

+36
-27
lines changed

2 files changed

+36
-27
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.22.10",
70+
"@babel/core": "7.22.11",
7171
"@babel/preset-env": "7.22.10",
7272
"@babel/register": "7.22.5",
7373
"@commitlint/cli": "17.7.1",

yarn.lock

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@
5757
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
5858
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
5959

60-
"@babel/core@7.22.10":
61-
version "7.22.10"
62-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35"
63-
integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
60+
"@babel/core@7.22.11":
61+
version "7.22.11"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.11.tgz#8033acaa2aa24c3f814edaaa057f3ce0ba559c24"
63+
integrity sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==
6464
dependencies:
6565
"@ampproject/remapping" "^2.2.0"
6666
"@babel/code-frame" "^7.22.10"
6767
"@babel/generator" "^7.22.10"
6868
"@babel/helper-compilation-targets" "^7.22.10"
6969
"@babel/helper-module-transforms" "^7.22.9"
70-
"@babel/helpers" "^7.22.10"
71-
"@babel/parser" "^7.22.10"
70+
"@babel/helpers" "^7.22.11"
71+
"@babel/parser" "^7.22.11"
7272
"@babel/template" "^7.22.5"
73-
"@babel/traverse" "^7.22.10"
74-
"@babel/types" "^7.22.10"
73+
"@babel/traverse" "^7.22.11"
74+
"@babel/types" "^7.22.11"
7575
convert-source-map "^1.7.0"
7676
debug "^4.1.0"
7777
gensync "^1.0.0-beta.2"
78-
json5 "^2.2.2"
78+
json5 "^2.2.3"
7979
semver "^6.3.1"
8080

8181
"@babel/core@^7.12.10":
@@ -611,14 +611,14 @@
611611
"@babel/traverse" "^7.16.5"
612612
"@babel/types" "^7.16.0"
613613

614-
"@babel/helpers@^7.22.10":
615-
version "7.22.10"
616-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
617-
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
614+
"@babel/helpers@^7.22.11":
615+
version "7.22.11"
616+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.11.tgz#b02f5d5f2d7abc21ab59eeed80de410ba70b056a"
617+
integrity sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==
618618
dependencies:
619619
"@babel/template" "^7.22.5"
620-
"@babel/traverse" "^7.22.10"
621-
"@babel/types" "^7.22.10"
620+
"@babel/traverse" "^7.22.11"
621+
"@babel/types" "^7.22.11"
622622

623623
"@babel/highlight@^7.16.0":
624624
version "7.16.0"
@@ -652,10 +652,10 @@
652652
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
653653
integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==
654654

655-
"@babel/parser@^7.22.10":
656-
version "7.22.10"
657-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
658-
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
655+
"@babel/parser@^7.22.11":
656+
version "7.22.11"
657+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.11.tgz#becf8ee33aad2a35ed5607f521fe6e72a615f905"
658+
integrity sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==
659659

660660
"@babel/parser@^7.22.5":
661661
version "7.22.5"
@@ -1927,19 +1927,19 @@
19271927
debug "^4.1.0"
19281928
globals "^11.1.0"
19291929

1930-
"@babel/traverse@^7.22.10":
1931-
version "7.22.10"
1932-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
1933-
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
1930+
"@babel/traverse@^7.22.11":
1931+
version "7.22.11"
1932+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz#71ebb3af7a05ff97280b83f05f8865ac94b2027c"
1933+
integrity sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==
19341934
dependencies:
19351935
"@babel/code-frame" "^7.22.10"
19361936
"@babel/generator" "^7.22.10"
19371937
"@babel/helper-environment-visitor" "^7.22.5"
19381938
"@babel/helper-function-name" "^7.22.5"
19391939
"@babel/helper-hoist-variables" "^7.22.5"
19401940
"@babel/helper-split-export-declaration" "^7.22.6"
1941-
"@babel/parser" "^7.22.10"
1942-
"@babel/types" "^7.22.10"
1941+
"@babel/parser" "^7.22.11"
1942+
"@babel/types" "^7.22.11"
19431943
debug "^4.1.0"
19441944
globals "^11.1.0"
19451945

@@ -1984,6 +1984,15 @@
19841984
"@babel/helper-validator-identifier" "^7.22.5"
19851985
to-fast-properties "^2.0.0"
19861986

1987+
"@babel/types@^7.22.11":
1988+
version "7.22.11"
1989+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
1990+
integrity sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==
1991+
dependencies:
1992+
"@babel/helper-string-parser" "^7.22.5"
1993+
"@babel/helper-validator-identifier" "^7.22.5"
1994+
to-fast-properties "^2.0.0"
1995+
19871996
"@babel/types@^7.22.5":
19881997
version "7.22.5"
19891998
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -6965,7 +6974,7 @@ json5@^2.2.1:
69656974
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
69666975
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
69676976

6968-
json5@^2.2.2:
6977+
json5@^2.2.3:
69696978
version "2.2.3"
69706979
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
69716980
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

0 commit comments

Comments
 (0)