From ba5fa730083e45e1f02e95e04a9b682089fa745f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 15:30:19 +0000 Subject: [PATCH] chore(deps): bump jquery from 3.4.0 to 3.5.0 in /assets/web/ex4/froggy 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] --- assets/web/ex4/froggy/package-lock.json | 6 +++--- assets/web/ex4/froggy/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/web/ex4/froggy/package-lock.json b/assets/web/ex4/froggy/package-lock.json index f6bea01..1f0fa6a 100644 --- a/assets/web/ex4/froggy/package-lock.json +++ b/assets/web/ex4/froggy/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha1-JzAu+Zmu2fY1VFYhaBLwOo+kbVQ=" }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" } } } diff --git a/assets/web/ex4/froggy/package.json b/assets/web/ex4/froggy/package.json index cfbc026..66e4420 100644 --- a/assets/web/ex4/froggy/package.json +++ b/assets/web/ex4/froggy/package.json @@ -5,7 +5,7 @@ "main": "game.js", "dependencies": { "animate.css": "^3.4.0", - "jquery": "^3.4.0" + "jquery": "^3.5.0" }, "devDependencies": {}, "author": "Thomas Park",