From 5a9950b267588f6519371f5744414ef811835632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:04:31 +0000 Subject: [PATCH] Update bootstrap-datepicker requirement in /wwwroot Updates the requirements on [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker) to permit the latest version. - [Release notes](https://github.com/uxsolutions/bootstrap-datepicker/releases) - [Changelog](https://github.com/uxsolutions/bootstrap-datepicker/blob/master/CHANGELOG.md) - [Commits](https://github.com/uxsolutions/bootstrap-datepicker/compare/v1.9.0...1.10.1) --- updated-dependencies: - dependency-name: bootstrap-datepicker dependency-version: 1.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wwwroot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/package.json b/wwwroot/package.json index 7964df9..1edd3c4 100644 --- a/wwwroot/package.json +++ b/wwwroot/package.json @@ -5,7 +5,7 @@ "dependencies": { "admin-lte": "^3.1.0", "bootstrap": "^4.5.0", - "bootstrap-datepicker": "^1.9.0", + "bootstrap-datepicker": "^1.10.1", "bootstrap-table": "^1.18.3", "font-awesome": "^4.7.0", "ionicons": "^5.0.1",