From 234dc7e1948571ad0fcdcd00595aadcc436ce74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 08:19:58 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.0 in /material 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) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- material/package-lock.json | 6 +++--- material/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/material/package-lock.json b/material/package-lock.json index 8ee63e1..8b04997 100644 --- a/material/package-lock.json +++ b/material/package-lock.json @@ -8689,9 +8689,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==" }, "jquery-slimscroll": { "version": "1.3.8", diff --git a/material/package.json b/material/package.json index a79f7b8..81a986a 100644 --- a/material/package.json +++ b/material/package.json @@ -21,7 +21,7 @@ "element-resize-event": "^2.0.9", "font-awesome": "~4.7.0", "history": "^4.6.1", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "jquery-slimscroll": "~1.3.8", "jwt-decode": "^2.2.0", "lodash.get": "^4.4.2",