From a25bb89d617defc4e9317a53e05f62edb8c7e7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:49:27 +0000 Subject: [PATCH] Bump jquery from 3.6.0 to 3.6.3 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.0 to 3.6.3. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.6.3) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0623415..e773a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6861,9 +6861,9 @@ "dev": true }, "jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" }, "jquery-knob-chif": { "version": "1.2.13", diff --git a/package.json b/package.json index 8dbd30b..3ef461a 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "icheck-bootstrap": "^3.0.1", "inputmask": "^5.0.6", "ion-rangeslider": "^2.3.1", - "jquery": "^3.6.0", + "jquery": "^3.6.3", "jquery-knob-chif": "^1.2.13", "jquery-mapael": "^2.2.0", "jquery-mousewheel": "^3.1.13",