Skip to content

Commit b1c51d5

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.24.9.
1 parent f3bc450 commit b1c51d5

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@total-order/primitive": "^1.0.1"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "7.24.8",
80+
"@babel/core": "7.24.9",
8181
"@babel/preset-env": "7.24.8",
8282
"@commitlint/cli": "19.3.0",
8383
"@iterable-iterator/sorted": "1.0.0",

yarn.lock

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@
6666
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
6767
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
6868

69-
"@babel/[email protected].8":
70-
version "7.24.8"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
72-
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
69+
"@babel/[email protected].9":
70+
version "7.24.9"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
72+
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
7373
dependencies:
7474
"@ampproject/remapping" "^2.2.0"
7575
"@babel/code-frame" "^7.24.7"
76-
"@babel/generator" "^7.24.8"
76+
"@babel/generator" "^7.24.9"
7777
"@babel/helper-compilation-targets" "^7.24.8"
78-
"@babel/helper-module-transforms" "^7.24.8"
78+
"@babel/helper-module-transforms" "^7.24.9"
7979
"@babel/helpers" "^7.24.8"
8080
"@babel/parser" "^7.24.8"
8181
"@babel/template" "^7.24.7"
8282
"@babel/traverse" "^7.24.8"
83-
"@babel/types" "^7.24.8"
83+
"@babel/types" "^7.24.9"
8484
convert-source-map "^2.0.0"
8585
debug "^4.1.0"
8686
gensync "^1.0.0-beta.2"
@@ -147,6 +147,16 @@
147147
"@jridgewell/trace-mapping" "^0.3.25"
148148
jsesc "^2.5.1"
149149

150+
"@babel/generator@^7.24.9":
151+
version "7.24.9"
152+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
153+
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
154+
dependencies:
155+
"@babel/types" "^7.24.9"
156+
"@jridgewell/gen-mapping" "^0.3.5"
157+
"@jridgewell/trace-mapping" "^0.3.25"
158+
jsesc "^2.5.1"
159+
150160
"@babel/helper-annotate-as-pure@^7.16.0":
151161
version "7.16.0"
152162
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -450,6 +460,17 @@
450460
"@babel/helper-split-export-declaration" "^7.24.7"
451461
"@babel/helper-validator-identifier" "^7.24.7"
452462

463+
"@babel/helper-module-transforms@^7.24.9":
464+
version "7.24.9"
465+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
466+
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
467+
dependencies:
468+
"@babel/helper-environment-visitor" "^7.24.7"
469+
"@babel/helper-module-imports" "^7.24.7"
470+
"@babel/helper-simple-access" "^7.24.7"
471+
"@babel/helper-split-export-declaration" "^7.24.7"
472+
"@babel/helper-validator-identifier" "^7.24.7"
473+
453474
"@babel/helper-optimise-call-expression@^7.16.0":
454475
version "7.16.0"
455476
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -2137,6 +2158,15 @@
21372158
"@babel/helper-validator-identifier" "^7.24.7"
21382159
to-fast-properties "^2.0.0"
21392160

2161+
"@babel/types@^7.24.9":
2162+
version "7.24.9"
2163+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
2164+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
2165+
dependencies:
2166+
"@babel/helper-string-parser" "^7.24.8"
2167+
"@babel/helper-validator-identifier" "^7.24.7"
2168+
to-fast-properties "^2.0.0"
2169+
21402170
"@bcoe/v8-coverage@^0.2.3":
21412171
version "0.2.3"
21422172
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)