Skip to content

Commit 9a6d3c1

Browse files
chore(deps): update dependency @babel/core to v7.28.4
1 parent f3d5711 commit 9a6d3c1

File tree

2 files changed

+51
-23
lines changed

2 files changed

+51
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
"devDependencies": {
58-
"@babel/core": "7.28.3",
58+
"@babel/core": "7.28.4",
5959
"@babel/preset-env": "7.28.3",
6060
"@babel/preset-typescript": "7.27.1",
6161
"@semantic-release/changelog": "6.0.3",

yarn.lock

Lines changed: 50 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@ampproject/remapping@^2.2.0":
19-
version "2.2.1"
20-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630"
21-
integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==
22-
dependencies:
23-
"@jridgewell/gen-mapping" "^0.3.0"
24-
"@jridgewell/trace-mapping" "^0.3.9"
25-
2618
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
2719
version "7.18.6"
2820
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -59,21 +51,21 @@
5951
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
6052
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
6153

62-
"@babel/core@7.28.3":
63-
version "7.28.3"
64-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
65-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
54+
"@babel/core@7.28.4":
55+
version "7.28.4"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
57+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
6658
dependencies:
67-
"@ampproject/remapping" "^2.2.0"
6859
"@babel/code-frame" "^7.27.1"
6960
"@babel/generator" "^7.28.3"
7061
"@babel/helper-compilation-targets" "^7.27.2"
7162
"@babel/helper-module-transforms" "^7.28.3"
72-
"@babel/helpers" "^7.28.3"
73-
"@babel/parser" "^7.28.3"
63+
"@babel/helpers" "^7.28.4"
64+
"@babel/parser" "^7.28.4"
7465
"@babel/template" "^7.27.2"
75-
"@babel/traverse" "^7.28.3"
76-
"@babel/types" "^7.28.2"
66+
"@babel/traverse" "^7.28.4"
67+
"@babel/types" "^7.28.4"
68+
"@jridgewell/remapping" "^2.3.5"
7769
convert-source-map "^2.0.0"
7870
debug "^4.1.0"
7971
gensync "^1.0.0-beta.2"
@@ -527,13 +519,13 @@
527519
"@babel/traverse" "^7.19.4"
528520
"@babel/types" "^7.19.4"
529521

530-
"@babel/helpers@^7.28.3":
531-
version "7.28.3"
532-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
533-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
522+
"@babel/helpers@^7.28.4":
523+
version "7.28.4"
524+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
525+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
534526
dependencies:
535527
"@babel/template" "^7.27.2"
536-
"@babel/types" "^7.28.2"
528+
"@babel/types" "^7.28.4"
537529

538530
"@babel/highlight@^7.18.6":
539531
version "7.18.6"
@@ -577,6 +569,13 @@
577569
dependencies:
578570
"@babel/types" "^7.28.2"
579571

572+
"@babel/parser@^7.28.4":
573+
version "7.28.4"
574+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
575+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
576+
dependencies:
577+
"@babel/types" "^7.28.4"
578+
580579
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
581580
version "7.27.1"
582581
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1950,6 +1949,19 @@
19501949
"@babel/types" "^7.28.2"
19511950
debug "^4.3.1"
19521951

1952+
"@babel/traverse@^7.28.4":
1953+
version "7.28.4"
1954+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1955+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
1956+
dependencies:
1957+
"@babel/code-frame" "^7.27.1"
1958+
"@babel/generator" "^7.28.3"
1959+
"@babel/helper-globals" "^7.28.0"
1960+
"@babel/parser" "^7.28.4"
1961+
"@babel/template" "^7.27.2"
1962+
"@babel/types" "^7.28.4"
1963+
debug "^4.3.1"
1964+
19531965
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
19541966
version "7.19.4"
19551967
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
@@ -1991,6 +2003,14 @@
19912003
"@babel/helper-string-parser" "^7.27.1"
19922004
"@babel/helper-validator-identifier" "^7.27.1"
19932005

2006+
"@babel/types@^7.28.4":
2007+
version "7.28.4"
2008+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
2009+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
2010+
dependencies:
2011+
"@babel/helper-string-parser" "^7.27.1"
2012+
"@babel/helper-validator-identifier" "^7.27.1"
2013+
19942014
"@bcoe/v8-coverage@^0.2.3":
19952015
version "0.2.3"
19962016
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2330,6 +2350,14 @@
23302350
"@jridgewell/sourcemap-codec" "^1.4.10"
23312351
"@jridgewell/trace-mapping" "^0.3.24"
23322352

2353+
"@jridgewell/remapping@^2.3.5":
2354+
version "2.3.5"
2355+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
2356+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
2357+
dependencies:
2358+
"@jridgewell/gen-mapping" "^0.3.5"
2359+
"@jridgewell/trace-mapping" "^0.3.24"
2360+
23332361
"@jridgewell/resolve-uri@3.1.0":
23342362
version "3.1.0"
23352363
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"

0 commit comments

Comments
 (0)