From f30cd6d50dda4c3e54ea413ca3ea2a6903166d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:02:48 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /traval-frontend/public Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- traval-frontend/public/package-lock.json | 13 ++++++++----- traval-frontend/public/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/traval-frontend/public/package-lock.json b/traval-frontend/public/package-lock.json index 39bf05e..0bdc88c 100644 --- a/traval-frontend/public/package-lock.json +++ b/traval-frontend/public/package-lock.json @@ -2802,6 +2802,7 @@ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dev": true, + "optional": true, "requires": { "object-keys": "^1.0.12" } @@ -5618,7 +5619,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", - "dev": true + "dev": true, + "optional": true }, "has-to-string-tag-x": { "version": "1.4.1", @@ -6539,9 +6541,9 @@ } }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-migrate": { "version": "3.1.0", @@ -7634,7 +7636,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true + "dev": true, + "optional": true }, "object-path": { "version": "0.9.2", diff --git a/traval-frontend/public/package.json b/traval-frontend/public/package.json index d7842bc..bfe52ec 100644 --- a/traval-frontend/public/package.json +++ b/traval-frontend/public/package.json @@ -39,7 +39,7 @@ "gmaps": "^0.4.24", "instafeed.js": "^1.4.1", "ion-rangeslider": "^2.3.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "jquery-migrate": "^3.1.0", "jquery-validation": "^1.19.1", "malihu-custom-scrollbar-plugin": "^3.1.5",