From a397da2b9393e738d3bf2d27a83af30a4e1a2b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:32:06 -0400 Subject: [PATCH] build(deps): bump jquery from 3.6.3 to 3.6.4 in /website/client (#14540) Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index a7f3600979..5694367ada 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -22013,9 +22013,9 @@ } }, "jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" }, "js-message": { "version": "1.0.5", diff --git a/website/client/package.json b/website/client/package.json index de1c2fc9ef..4df0b4295c 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -42,7 +42,7 @@ "hellojs": "^1.20.0", "inspectpack": "^4.7.1", "intro.js": "^6.0.0", - "jquery": "^3.6.3", + "jquery": "^3.6.4", "lodash": "^4.17.21", "moment": "^2.29.4", "nconf": "^0.12.0",