From 72d1568fa67c8895460960f3fb323416aeea606a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 12:37:50 +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/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215) 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..1d5fb6a480b 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.5.1", "@yarn_components/jquery-cookie": "carhartl/jquery-cookie#*", "@yarn_components/jquery-highlight": "knownasilya/jquery-highlight#*", "@yarn_components/jquery-ui": "components/jqueryui#*",