Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d4f84c

Browse files
chore(deps): update dependency @babel/core to v7.28.4 (#907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49f40a6 commit 8d4f84c

File tree

2 files changed

+51
-15
lines changed

2 files changed

+51
-15
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"repository": "algolia/react-element-to-jsx-string",
3939
"devDependencies": {
4040
"@babel/cli": "7.28.3",
41-
"@babel/core": "7.28.3",
41+
"@babel/core": "7.28.4",
4242
"@babel/preset-env": "7.28.3",
4343
"@babel/preset-flow": "7.27.1",
4444
"@babel/preset-react": "7.27.1",

‎yarn.lock

Lines changed: 50 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,21 @@
6969
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
7070
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
7171

72-
"@babel/core@7.28.3":
73-
version "7.28.3"
74-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
75-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
72+
"@babel/core@7.28.4":
73+
version "7.28.4"
74+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
75+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
7676
dependencies:
77-
"@ampproject/remapping" "^2.2.0"
7877
"@babel/code-frame" "^7.27.1"
7978
"@babel/generator" "^7.28.3"
8079
"@babel/helper-compilation-targets" "^7.27.2"
8180
"@babel/helper-module-transforms" "^7.28.3"
82-
"@babel/helpers" "^7.28.3"
83-
"@babel/parser" "^7.28.3"
81+
"@babel/helpers" "^7.28.4"
82+
"@babel/parser" "^7.28.4"
8483
"@babel/template" "^7.27.2"
85-
"@babel/traverse" "^7.28.3"
86-
"@babel/types" "^7.28.2"
84+
"@babel/traverse" "^7.28.4"
85+
"@babel/types" "^7.28.4"
86+
"@jridgewell/remapping" "^2.3.5"
8787
convert-source-map "^2.0.0"
8888
debug "^4.1.0"
8989
gensync "^1.0.0-beta.2"
@@ -410,13 +410,13 @@
410410
"@babel/template" "^7.27.0"
411411
"@babel/types" "^7.27.0"
412412

413-
"@babel/helpers@^7.28.3":
414-
version "7.28.3"
415-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
416-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
413+
"@babel/helpers@^7.28.4":
414+
version "7.28.4"
415+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
416+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
417417
dependencies:
418418
"@babel/template" "^7.27.2"
419-
"@babel/types" "^7.28.2"
419+
"@babel/types" "^7.28.4"
420420

421421
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
422422
version "7.27.0"
@@ -453,6 +453,13 @@
453453
dependencies:
454454
"@babel/types" "^7.28.2"
455455

456+
"@babel/parser@^7.28.4":
457+
version "7.28.4"
458+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
459+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
460+
dependencies:
461+
"@babel/types" "^7.28.4"
462+
456463
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
457464
version "7.27.1"
458465
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"
@@ -1275,6 +1282,19 @@
12751282
"@babel/types" "^7.28.2"
12761283
debug "^4.3.1"
12771284

1285+
"@babel/traverse@^7.28.4":
1286+
version "7.28.4"
1287+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1288+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
1289+
dependencies:
1290+
"@babel/code-frame" "^7.27.1"
1291+
"@babel/generator" "^7.28.3"
1292+
"@babel/helper-globals" "^7.28.0"
1293+
"@babel/parser" "^7.28.4"
1294+
"@babel/template" "^7.27.2"
1295+
"@babel/types" "^7.28.4"
1296+
debug "^4.3.1"
1297+
12781298
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
12791299
version "7.27.0"
12801300
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
@@ -1315,6 +1335,14 @@
13151335
"@babel/helper-string-parser" "^7.27.1"
13161336
"@babel/helper-validator-identifier" "^7.27.1"
13171337

1338+
"@babel/types@^7.28.4":
1339+
version "7.28.4"
1340+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1341+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1342+
dependencies:
1343+
"@babel/helper-string-parser" "^7.27.1"
1344+
"@babel/helper-validator-identifier" "^7.27.1"
1345+
13181346
"@base2/pretty-print-object@1.0.2":
13191347
version "1.0.2"
13201348
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
@@ -1768,6 +1796,14 @@
17681796
"@jridgewell/sourcemap-codec" "^1.4.10"
17691797
"@jridgewell/trace-mapping" "^0.3.24"
17701798

1799+
"@jridgewell/remapping@^2.3.5":
1800+
version "2.3.5"
1801+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
1802+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
1803+
dependencies:
1804+
"@jridgewell/gen-mapping" "^0.3.5"
1805+
"@jridgewell/trace-mapping" "^0.3.24"
1806+
17711807
"@jridgewell/resolve-uri@^3.1.0":
17721808
version "3.1.2"
17731809
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /