This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new f57d36ff Bump @babel/runtime from 7.23.6 to 7.28.4 (#85)
f57d36ff is described below
commit f57d36ff5bb5af0afe855f91644e227431cab305
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 11:44:29 2025 +0200
Bump @babel/runtime from 7.23.6 to 7.28.4 (#85)
Bumps
[@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime)
from 7.23.6 to 7.28.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.28.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index cc825f19..d25a3aad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1911,12 +1911,10 @@
"integrity":
"sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
},
"node_modules/@babel/runtime": {
- "version": "7.23.6",
- "resolved":
"https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.6.tgz",
- "integrity":
"sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
+ "version": "7.28.4",
+ "resolved":
"https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
+ "integrity":
"sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}