From 4ab808258d5f4fe261986baf7ab22be87e0b1a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:01:33 +0000 Subject: [PATCH] Bump jquery in /src/OrchardCore.Modules/OrchardCore.Setup Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.3. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.3) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../OrchardCore.Setup/package-lock.json | 14 +++++++------- .../OrchardCore.Setup/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Setup/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Setup/package-lock.json index cbe94dde672..45ff7a57a45 100644 --- a/src/OrchardCore.Modules/OrchardCore.Setup/package-lock.json +++ b/src/OrchardCore.Modules/OrchardCore.Setup/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "bootstrap": "5.1.3", - "jquery": "3.6.1" + "jquery": "3.6.3" } }, "node_modules/@popperjs/core": { @@ -35,9 +35,9 @@ } }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" } }, "dependencies": { @@ -54,9 +54,9 @@ "requires": {} }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" } } } diff --git a/src/OrchardCore.Modules/OrchardCore.Setup/package.json b/src/OrchardCore.Modules/OrchardCore.Setup/package.json index c19a411a0a8..ed5b97080a1 100644 --- a/src/OrchardCore.Modules/OrchardCore.Setup/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Setup/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "dependencies": { "bootstrap": "5.1.3", - "jquery": "3.6.1" + "jquery": "3.6.3" } }