From b3c63789d4144f5ee62c479dc84297798565b0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:15:51 +0100 Subject: [PATCH] Bump jquery from 3.6.3 to 3.6.4 (#652) 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> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41d7bf93..0aaab2c6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "stylelint-scss": "3.21.0" }, "dependencies": { - "jquery": "3.6.3", + "jquery": "3.6.4", "prismjs": "1.29.0", "textpattern-branding": "0.3.3" },