From 2e198b2d6c1a39879e835f1750d43b107bc4bc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 01:52:27 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /modules/script4jfx.demo Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- modules/script4jfx.demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/script4jfx.demo/package.json b/modules/script4jfx.demo/package.json index cb57b79..73987bf 100644 --- a/modules/script4jfx.demo/package.json +++ b/modules/script4jfx.demo/package.json @@ -15,7 +15,7 @@ "jsonlint": "1.6.3", "@types/jsdom": "12.2.2", "jsdom": "13.2.0", - "jquery": "3.4.0", + "jquery": "3.5.0", "@types/jquery": "3.3.29", "reflect-metadata": "0.1.13", "script4j.base": "file:./../script4j.base",