From fb1cf9e67cc91916bb8dbe20955a349383d01ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 06:34:41 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.0 in /examplesAngular/app-weightScale Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) Signed-off-by: dependabot[bot] --- examplesAngular/app-weightScale/package-lock.json | 6 +++--- examplesAngular/app-weightScale/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examplesAngular/app-weightScale/package-lock.json b/examplesAngular/app-weightScale/package-lock.json index 6be09a2..ee0e867 100644 --- a/examplesAngular/app-weightScale/package-lock.json +++ b/examplesAngular/app-weightScale/package-lock.json @@ -107,9 +107,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "linuxduino": { "version": "0.1.8", diff --git a/examplesAngular/app-weightScale/package.json b/examplesAngular/app-weightScale/package.json index 77aab93..1d4fc84 100644 --- a/examplesAngular/app-weightScale/package.json +++ b/examplesAngular/app-weightScale/package.json @@ -4,7 +4,7 @@ "main": "main.js", "dependencies": { "css": "^2.2.4", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "linuxduino": "^0.1.8" } }