Skip to content

Commit 04cc4e7

Browse files
Fixed CVE : babel dependencies (#1306) (#1308)
* Added Release Notes for v3.0.0-beta1 * Fixed CVE : babel dependencies --------- (cherry picked from commit dfe73e4) Signed-off-by: Vaibhav Agarwal <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e628850 commit 04cc4e7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"**/micromatch": "^4.0.8",
4040
"**/glob-parent": "^5.1.2",
4141
"**/braces": "^3.0.3",
42-
"**/elliptic": "^6.5.4"
42+
"**/elliptic": "^6.5.4",
43+
"@babel/runtime": "^7.26.10",
44+
"@babel/helpers": "^7.26.10"
4345
},
4446
"devDependencies": {
4547
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,7 @@
7878
dependencies:
7979
"@babel/helper-plugin-utils" "^7.8.0"
8080

81-
"@babel/runtime@^7.12.5":
82-
version "7.23.2"
83-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
84-
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
85-
dependencies:
86-
regenerator-runtime "^0.14.0"
87-
88-
"@babel/runtime@^7.26.10":
81+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.26.10":
8982
version "7.27.0"
9083
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
9184
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==

0 commit comments

Comments
 (0)