Skip to content

Commit 7f93c75

Browse files
chore(deps): update dependency @babel/core to v7.28.4
1 parent 80a761b commit 7f93c75

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/cli": "7.28.3",
47-
"@babel/core": "7.28.3",
47+
"@babel/core": "7.28.4",
4848
"@babel/preset-typescript": "7.27.1",
4949
"@researchgate/babel-preset": "2.0.14",
5050
"@researchgate/spire-config": "5.0.7",

yarn.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.3.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.3.5"
11-
"@jridgewell/trace-mapping" "^0.3.24"
12-
135
146
version "7.28.3"
157
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.3.tgz#f33693753bc103ab0084a5776ccf8ab8a140038b"
@@ -47,21 +39,21 @@
4739
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
4840
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
4941

50-
"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
51-
version "7.28.3"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
53-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
42+
"@babel/[email protected].4", "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
43+
version "7.28.4"
44+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
45+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
5446
dependencies:
55-
"@ampproject/remapping" "^2.2.0"
5647
"@babel/code-frame" "^7.27.1"
5748
"@babel/generator" "^7.28.3"
5849
"@babel/helper-compilation-targets" "^7.27.2"
5950
"@babel/helper-module-transforms" "^7.28.3"
60-
"@babel/helpers" "^7.28.3"
61-
"@babel/parser" "^7.28.3"
51+
"@babel/helpers" "^7.28.4"
52+
"@babel/parser" "^7.28.4"
6253
"@babel/template" "^7.27.2"
63-
"@babel/traverse" "^7.28.3"
64-
"@babel/types" "^7.28.2"
54+
"@babel/traverse" "^7.28.4"
55+
"@babel/types" "^7.28.4"
56+
"@jridgewell/remapping" "^2.3.5"
6557
convert-source-map "^2.0.0"
6658
debug "^4.1.0"
6759
gensync "^1.0.0-beta.2"
@@ -222,13 +214,13 @@
222214
"@babel/traverse" "^7.27.1"
223215
"@babel/types" "^7.27.1"
224216

225-
"@babel/helpers@^7.28.3":
226-
version "7.28.3"
227-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
228-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
217+
"@babel/helpers@^7.28.4":
218+
version "7.28.4"
219+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
220+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
229221
dependencies:
230222
"@babel/template" "^7.27.2"
231-
"@babel/types" "^7.28.2"
223+
"@babel/types" "^7.28.4"
232224

233225
"@babel/highlight@^7.10.4":
234226
version "7.25.9"
@@ -240,12 +232,12 @@
240232
js-tokens "^4.0.0"
241233
picocolors "^1.0.0"
242234

243-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
244-
version "7.28.3"
245-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
246-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
235+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
236+
version "7.28.4"
237+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
238+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
247239
dependencies:
248-
"@babel/types" "^7.28.2"
240+
"@babel/types" "^7.28.4"
249241

250242
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
251243
version "7.27.1"
@@ -1002,23 +994,23 @@
1002994
"@babel/parser" "^7.27.2"
1003995
"@babel/types" "^7.27.1"
1004996

1005-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
1006-
version "7.28.3"
1007-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1008-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
997+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
998+
version "7.28.4"
999+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1000+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
10091001
dependencies:
10101002
"@babel/code-frame" "^7.27.1"
10111003
"@babel/generator" "^7.28.3"
10121004
"@babel/helper-globals" "^7.28.0"
1013-
"@babel/parser" "^7.28.3"
1005+
"@babel/parser" "^7.28.4"
10141006
"@babel/template" "^7.27.2"
1015-
"@babel/types" "^7.28.2"
1007+
"@babel/types" "^7.28.4"
10161008
debug "^4.3.1"
10171009

1018-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1019-
version "7.28.2"
1020-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1021-
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1010+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1011+
version "7.28.4"
1012+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1013+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
10221014
dependencies:
10231015
"@babel/helper-string-parser" "^7.27.1"
10241016
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1425,6 +1417,14 @@
14251417
"@jridgewell/sourcemap-codec" "^1.5.0"
14261418
"@jridgewell/trace-mapping" "^0.3.24"
14271419

1420+
"@jridgewell/remapping@^2.3.5":
1421+
version "2.3.5"
1422+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
1423+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
1424+
dependencies:
1425+
"@jridgewell/gen-mapping" "^0.3.5"
1426+
"@jridgewell/trace-mapping" "^0.3.24"
1427+
14281428
"@jridgewell/resolve-uri@^3.1.0":
14291429
version "3.1.2"
14301430
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"

0 commit comments

Comments
 (0)