From 9488e7e132c8d165fa0b36092899e695deda41af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:02:51 +0000 Subject: [PATCH] Bump webpack in /samples/datatrue-solution-design Bumps [webpack](https://github.com/webpack/webpack) from 5.108.1 to 5.108.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.108.1...v5.108.2) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/datatrue-solution-design/package-lock.json | 14 +++++++------- samples/datatrue-solution-design/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/datatrue-solution-design/package-lock.json b/samples/datatrue-solution-design/package-lock.json index abdfd75b4..543ba2f2d 100644 --- a/samples/datatrue-solution-design/package-lock.json +++ b/samples/datatrue-solution-design/package-lock.json @@ -20,7 +20,7 @@ "ts-loader": "^9.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3", - "webpack": "^5.108.1", + "webpack": "^5.108.2", "webpack-cli": "^7.1.0" } }, @@ -6096,9 +6096,9 @@ "dev": true }, "node_modules/webpack": { - "version": "5.108.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.1.tgz", - "integrity": "sha512-UUCihHQK3O7483Woa0SulNLDeAiOhHI2PN2PAPU4fVWJqbzhv04EJ8FaWtB9WWh3i8fRt28543U7VfuJTOrpgQ==", + "version": "5.108.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.2.tgz", + "integrity": "sha512-sUWBWPJwWH+QHUObS4lfNaQ368Tj8NaHDBsRJcU/NmQpeOqxV5iQUT2c5nvDWi8WYR5ynF7az+PuMdc+oDLJOA==", "dev": true, "dependencies": { "@types/estree": "^1.0.8", @@ -10642,9 +10642,9 @@ "dev": true }, "webpack": { - "version": "5.108.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.1.tgz", - "integrity": "sha512-UUCihHQK3O7483Woa0SulNLDeAiOhHI2PN2PAPU4fVWJqbzhv04EJ8FaWtB9WWh3i8fRt28543U7VfuJTOrpgQ==", + "version": "5.108.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.2.tgz", + "integrity": "sha512-sUWBWPJwWH+QHUObS4lfNaQ368Tj8NaHDBsRJcU/NmQpeOqxV5iQUT2c5nvDWi8WYR5ynF7az+PuMdc+oDLJOA==", "dev": true, "requires": { "@types/estree": "^1.0.8", diff --git a/samples/datatrue-solution-design/package.json b/samples/datatrue-solution-design/package.json index 2139c96c8..6b5356f72 100644 --- a/samples/datatrue-solution-design/package.json +++ b/samples/datatrue-solution-design/package.json @@ -20,7 +20,7 @@ "ts-loader": "^9.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3", - "webpack": "^5.108.1", + "webpack": "^5.108.2", "webpack-cli": "^7.1.0" } }