From 3e7e939e8ecc84055801fa6f662be3734d622a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 10:32:53 +0000 Subject: [PATCH] build(deps-dev): bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.97.1 to 5.104.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.97.1...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../Grafana/public/app/plugins/datasource/mssql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/package.json b/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/package.json index 4bc83b5cfc..38ff0f4121 100644 --- a/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/package.json +++ b/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mssql/package.json @@ -27,7 +27,7 @@ "@types/react": "18.3.18", "ts-node": "10.9.2", "typescript": "5.7.3", - "webpack": "5.97.1" + "webpack": "5.104.1" }, "peerDependencies": { "@grafana/runtime": "*"