From 6b26e8cec74bd72047cfa68bf02e26cd9999704f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 03:01:36 +0000 Subject: [PATCH] Update @yarn_components/jquery requirement in /components Updates the requirements on [@yarn_components/jquery](https://github.com/jquery/jquery-dist) to permit the latest version. - [Release notes](https://github.com/jquery/jquery-dist/releases) - [Commits](https://github.com/jquery/jquery-dist/commits/17f2a6864677d6dca5c1a2f05c02420ad899045b) --- updated-dependencies: - dependency-name: "@yarn_components/jquery" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/package.json b/components/package.json index 86aa5396d31..f4cc9529b10 100644 --- a/components/package.json +++ b/components/package.json @@ -18,7 +18,7 @@ "@yarn_components/fullcalendar": "fullcalendar/fullcalendar#3.9.0", "@yarn_components/google-code-prettify": "tcollard/google-code-prettify#~1.0.4", "@yarn_components/holderjs": "imsky/holder#~2.4.1", - "@yarn_components/jquery": "jquery/jquery-dist#~3.3.1", + "@yarn_components/jquery": "jquery/jquery-dist#~3.6.2", "@yarn_components/jquery-cookie": "carhartl/jquery-cookie#*", "@yarn_components/jquery-highlight": "knownasilya/jquery-highlight#*", "@yarn_components/jquery-ui": "components/jqueryui#*",