Skip to content

Commit a19dea8

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

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
@@ -71,7 +71,7 @@
7171
"@iterable-iterator/slice": "^1.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.22.10",
74+
"@babel/core": "7.22.11",
7575
"@babel/preset-env": "7.22.10",
7676
"@babel/register": "7.22.5",
7777
"@commitlint/cli": "17.7.1",

yarn.lock

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

55-
"@babel/core@7.22.10":
56-
version "7.22.10"
57-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35"
58-
integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
55+
"@babel/core@7.22.11":
56+
version "7.22.11"
57+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.11.tgz#8033acaa2aa24c3f814edaaa057f3ce0ba559c24"
58+
integrity sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==
5959
dependencies:
6060
"@ampproject/remapping" "^2.2.0"
6161
"@babel/code-frame" "^7.22.10"
6262
"@babel/generator" "^7.22.10"
6363
"@babel/helper-compilation-targets" "^7.22.10"
6464
"@babel/helper-module-transforms" "^7.22.9"
65-
"@babel/helpers" "^7.22.10"
66-
"@babel/parser" "^7.22.10"
65+
"@babel/helpers" "^7.22.11"
66+
"@babel/parser" "^7.22.11"
6767
"@babel/template" "^7.22.5"
68-
"@babel/traverse" "^7.22.10"
69-
"@babel/types" "^7.22.10"
68+
"@babel/traverse" "^7.22.11"
69+
"@babel/types" "^7.22.11"
7070
convert-source-map "^1.7.0"
7171
debug "^4.1.0"
7272
gensync "^1.0.0-beta.2"
73-
json5 "^2.2.2"
73+
json5 "^2.2.3"
7474
semver "^6.3.1"
7575

7676
"@babel/core@^7.12.10":
@@ -597,14 +597,14 @@
597597
"@babel/traverse" "^7.14.8"
598598
"@babel/types" "^7.14.8"
599599

600-
"@babel/helpers@^7.22.10":
601-
version "7.22.10"
602-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
603-
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
600+
"@babel/helpers@^7.22.11":
601+
version "7.22.11"
602+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.11.tgz#b02f5d5f2d7abc21ab59eeed80de410ba70b056a"
603+
integrity sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==
604604
dependencies:
605605
"@babel/template" "^7.22.5"
606-
"@babel/traverse" "^7.22.10"
607-
"@babel/types" "^7.22.10"
606+
"@babel/traverse" "^7.22.11"
607+
"@babel/types" "^7.22.11"
608608

609609
"@babel/highlight@^7.14.5":
610610
version "7.14.5"
@@ -638,10 +638,10 @@
638638
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
639639
integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ==
640640

641-
"@babel/parser@^7.22.10":
642-
version "7.22.10"
643-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
644-
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
641+
"@babel/parser@^7.22.11":
642+
version "7.22.11"
643+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.11.tgz#becf8ee33aad2a35ed5607f521fe6e72a615f905"
644+
integrity sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==
645645

646646
"@babel/parser@^7.22.5":
647647
version "7.22.5"
@@ -1903,19 +1903,19 @@
19031903
debug "^4.1.0"
19041904
globals "^11.1.0"
19051905

1906-
"@babel/traverse@^7.22.10":
1907-
version "7.22.10"
1908-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
1909-
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
1906+
"@babel/traverse@^7.22.11":
1907+
version "7.22.11"
1908+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz#71ebb3af7a05ff97280b83f05f8865ac94b2027c"
1909+
integrity sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==
19101910
dependencies:
19111911
"@babel/code-frame" "^7.22.10"
19121912
"@babel/generator" "^7.22.10"
19131913
"@babel/helper-environment-visitor" "^7.22.5"
19141914
"@babel/helper-function-name" "^7.22.5"
19151915
"@babel/helper-hoist-variables" "^7.22.5"
19161916
"@babel/helper-split-export-declaration" "^7.22.6"
1917-
"@babel/parser" "^7.22.10"
1918-
"@babel/types" "^7.22.10"
1917+
"@babel/parser" "^7.22.11"
1918+
"@babel/types" "^7.22.11"
19191919
debug "^4.1.0"
19201920
globals "^11.1.0"
19211921

@@ -1960,6 +1960,15 @@
19601960
"@babel/helper-validator-identifier" "^7.22.5"
19611961
to-fast-properties "^2.0.0"
19621962

1963+
"@babel/types@^7.22.11":
1964+
version "7.22.11"
1965+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
1966+
integrity sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==
1967+
dependencies:
1968+
"@babel/helper-string-parser" "^7.22.5"
1969+
"@babel/helper-validator-identifier" "^7.22.5"
1970+
to-fast-properties "^2.0.0"
1971+
19631972
"@babel/types@^7.22.5":
19641973
version "7.22.5"
19651974
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -7225,7 +7234,7 @@ json5@^2.2.1:
72257234
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
72267235
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
72277236

7228-
json5@^2.2.2:
7237+
json5@^2.2.3:
72297238
version "2.2.3"
72307239
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
72317240
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

0 commit comments

Comments
 (0)