From 860d3a7ead298e21a4becf442e2e608ead0e1d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:03:06 +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.109.2. - [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.109.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.109.2 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..0c7accc68 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.109.2", "webpack-cli": "4.10.0" } }