From ee9af3f435165f014ae2eb00141317841fc8d8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:02:38 +0000 Subject: [PATCH] Bump webpack in /samples/datatrue-solution-design Bumps [webpack](https://github.com/webpack/webpack) from 5.108.2 to 5.108.3. - [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.2...v5.108.3) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.3 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 8135b3105..621f4cace 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.2", + "webpack": "^5.108.3", "webpack-cli": "^7.1.0" } }, @@ -6096,9 +6096,9 @@ "dev": true }, "node_modules/webpack": { - "version": "5.108.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.2.tgz", - "integrity": "sha512-sUWBWPJwWH+QHUObS4lfNaQ368Tj8NaHDBsRJcU/NmQpeOqxV5iQUT2c5nvDWi8WYR5ynF7az+PuMdc+oDLJOA==", + "version": "5.108.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz", + "integrity": "sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==", "dev": true, "dependencies": { "@types/estree": "^1.0.8", @@ -10642,9 +10642,9 @@ "dev": true }, "webpack": { - "version": "5.108.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.2.tgz", - "integrity": "sha512-sUWBWPJwWH+QHUObS4lfNaQ368Tj8NaHDBsRJcU/NmQpeOqxV5iQUT2c5nvDWi8WYR5ynF7az+PuMdc+oDLJOA==", + "version": "5.108.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz", + "integrity": "sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==", "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 19cc8c2ea..0b9a04c75 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.2", + "webpack": "^5.108.3", "webpack-cli": "^7.1.0" } }