From 1f64985f0a6f176400186c8d64a8f10b3be737d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:12:35 +0000 Subject: [PATCH] Bump jquery in /src/OrchardCore.Modules/OrchardCore.Setup Bumps [jquery](https://github.com/jquery/jquery) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.6.1) --- 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 e42d9b3a67f..cbe94dde672 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.0" + "jquery": "3.6.1" } }, "node_modules/@popperjs/core": { @@ -35,9 +35,9 @@ } }, "node_modules/jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", + "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" } }, "dependencies": { @@ -54,9 +54,9 @@ "requires": {} }, "jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", + "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" } } } diff --git a/src/OrchardCore.Modules/OrchardCore.Setup/package.json b/src/OrchardCore.Modules/OrchardCore.Setup/package.json index 45b8ab57212..c19a411a0a8 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.0" + "jquery": "3.6.1" } }