Skip to content

Commit d1853dc

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.23.2
1 parent 3a6bb15 commit d1853dc

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@iterable-iterator/select": "^1.0.0"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "7.23.0",
68+
"@babel/core": "7.23.2",
6969
"@babel/preset-env": "7.23.2",
7070
"@babel/register": "7.22.15",
7171
"@binary-search-tree/red-black-tree": "10.0.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@
5757
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
5858
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
5959

60-
"@babel/core@7.23.0":
61-
version "7.23.0"
62-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
63-
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
60+
"@babel/core@7.23.2":
61+
version "7.23.2"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
63+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
6464
dependencies:
6565
"@ampproject/remapping" "^2.2.0"
6666
"@babel/code-frame" "^7.22.13"
6767
"@babel/generator" "^7.23.0"
6868
"@babel/helper-compilation-targets" "^7.22.15"
6969
"@babel/helper-module-transforms" "^7.23.0"
70-
"@babel/helpers" "^7.23.0"
70+
"@babel/helpers" "^7.23.2"
7171
"@babel/parser" "^7.23.0"
7272
"@babel/template" "^7.22.15"
73-
"@babel/traverse" "^7.23.0"
73+
"@babel/traverse" "^7.23.2"
7474
"@babel/types" "^7.23.0"
7575
convert-source-map "^2.0.0"
7676
debug "^4.1.0"
@@ -666,13 +666,13 @@
666666
"@babel/traverse" "^7.14.5"
667667
"@babel/types" "^7.14.5"
668668

669-
"@babel/helpers@^7.23.0":
670-
version "7.23.1"
671-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
672-
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
669+
"@babel/helpers@^7.23.2":
670+
version "7.23.2"
671+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
672+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
673673
dependencies:
674674
"@babel/template" "^7.22.15"
675-
"@babel/traverse" "^7.23.0"
675+
"@babel/traverse" "^7.23.2"
676676
"@babel/types" "^7.23.0"
677677

678678
"@babel/highlight@^7.14.5":
@@ -2002,10 +2002,10 @@
20022002
debug "^4.1.0"
20032003
globals "^11.1.0"
20042004

2005-
"@babel/traverse@^7.23.0":
2006-
version "7.23.0"
2007-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
2008-
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
2005+
"@babel/traverse@^7.23.2":
2006+
version "7.23.2"
2007+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
2008+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
20092009
dependencies:
20102010
"@babel/code-frame" "^7.22.13"
20112011
"@babel/generator" "^7.23.0"

0 commit comments

Comments
 (0)