From 7f107314005477a93002ebd4c5c8fcdcfc713295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:04:47 +0000 Subject: [PATCH] build(deps): bump @babel/types in /test-app/build-tools/jsparser Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.17.12 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-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.28.4 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 67e5cecbd..09a5b3903 100644 --- a/test-app/build-tools/jsparser/package.json +++ b/test-app/build-tools/jsparser/package.json @@ -13,7 +13,7 @@ "@babel/parser": "~7.28.4", "@babel/plugin-proposal-decorators": "~7.28.0", "@babel/traverse": "~7.17.3", - "@babel/types": "~7.17.0", + "@babel/types": "~7.28.4", "split": "1.0.1" }, "repository": "https://github.com/NativeScript/android-runtime",