From 756acfd7ba3db405883f4154665c9c51b74192c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:03:19 +0000 Subject: [PATCH] build(deps-dev): bump webpack in /test-app/build-tools/jsparser Bumps [webpack](https://github.com/webpack/webpack) from 5.101.3 to 5.110.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.101.3...v5.110.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.110.1 dependency-type: direct:development 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..a5f88964c 100644 --- a/test-app/build-tools/jsparser/package.json +++ b/test-app/build-tools/jsparser/package.json @@ -19,7 +19,7 @@ }, "repository": "https://github.com/NativeScript/android-runtime", "devDependencies": { - "webpack": "5.101.3", + "webpack": "5.110.1", "webpack-cli": "4.10.0" } }