From 14c055ff45784574cc7d3addcf910fe0aac8262c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:38:34 +0000 Subject: [PATCH] build(deps-dev): bump webpack Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 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.95.0...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/mysql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mysql/package.json b/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mysql/package.json index 245f16d742..b476d91c91 100644 --- a/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mysql/package.json +++ b/Source/Applications/openHistorian/openHistorian/Grafana/public/app/plugins/datasource/mysql/package.json @@ -27,7 +27,7 @@ "@types/testing-library__jest-dom": "5.14.9", "ts-node": "10.9.2", "typescript": "5.5.4", - "webpack": "5.95.0" + "webpack": "5.104.1" }, "peerDependencies": { "@grafana/runtime": "*"