From f312630fcebf09efdc6dffcbf14df9fe34b89348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 16:14:33 +0000 Subject: [PATCH] Bump jquery in /SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0) Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 8 ++++---- .../NETCoreTypeScriptPnPJsMSAL/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package-lock.json b/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package-lock.json index 966f505..72c7dd6 100644 --- a/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package-lock.json +++ b/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package-lock.json @@ -8261,9 +8261,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" }, "js-levenshtein": { "version": "1.1.6", @@ -11606,7 +11606,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", diff --git a/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package.json b/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package.json index 943d204..4f7a849 100644 --- a/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package.json +++ b/SP2018/OfficeDev2/NETCoreTypeScriptPnPJsMSAL/ClientApp/package.json @@ -10,7 +10,7 @@ "@pnp/sp": "^1.3.5", "bootstrap": "^4.3.1", "eslint": "^6.1.0", - "jquery": "3.3.1", + "jquery": "3.4.0", "msal": "^1.1.2", "react": "^16.0.0", "react-dom": "^16.0.0",