From 95737260892c126163d95070d14c98eeb03e797d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 31 Aug 2023 19:41:19 +0000
Subject: [PATCH] build(deps-dev): bump webpack in
 /test-app/build-tools/jsparser

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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 25b49dbf4..d08a27c33 100644
--- a/test-app/build-tools/jsparser/package.json
+++ b/test-app/build-tools/jsparser/package.json
@@ -18,7 +18,7 @@
   },
   "repository": "https://github.com/NativeScript/android-runtime",
   "devDependencies": {
-    "webpack": "5.70.0",
+    "webpack": "5.76.0",
     "webpack-cli": "4.9.2"
   }
 }