From 093477066c4374014867d6d3da961bd5775f3579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:03:40 +0000 Subject: [PATCH] build(deps): bump @babel/parser in /test-app/build-tools/jsparser Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.28.6 to 7.29.8. - [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.29.8/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.29.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-app/build-tools/jsparser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/build-tools/jsparser/package.json b/test-app/build-tools/jsparser/package.json index b84de9e3c..90cdaf9e1 100644 --- a/test-app/build-tools/jsparser/package.json +++ b/test-app/build-tools/jsparser/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@babel/parser": "~7.28.4", + "@babel/parser": "~7.29.8", "@babel/plugin-proposal-decorators": "~7.28.0", "@babel/traverse": "~7.28.4", "@babel/types": "~7.28.4",