From 0d340b1ec0fbf49b111cb8c801e7621a10eb746e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 13:58:56 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /ALANChatroomByNodejsServer Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) Signed-off-by: dependabot[bot] --- ALANChatroomByNodejsServer/package-lock.json | 16 ++++++++-------- ALANChatroomByNodejsServer/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ALANChatroomByNodejsServer/package-lock.json b/ALANChatroomByNodejsServer/package-lock.json index 75d8447..48cb091 100644 --- a/ALANChatroomByNodejsServer/package-lock.json +++ b/ALANChatroomByNodejsServer/package-lock.json @@ -125,7 +125,7 @@ }, "cookie": { "version": "0.3.1", - "resolved": "http://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz", + "resolved": "https://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz", "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" }, "cookie-parser": { @@ -254,7 +254,7 @@ }, "etag": { "version": "1.8.0", - "resolved": "http://registry.npm.taobao.org/etag/download/etag-1.8.0.tgz", + "resolved": "https://registry.npm.taobao.org/etag/download/etag-1.8.0.tgz", "integrity": "sha1-b2Ma7zNtbEY2K1F2QETOIWvjwFE=" }, "express": { @@ -333,7 +333,7 @@ }, "fresh": { "version": "0.5.0", - "resolved": "http://registry.npm.taobao.org/fresh/download/fresh-0.5.0.tgz", + "resolved": "https://registry.npm.taobao.org/fresh/download/fresh-0.5.0.tgz", "integrity": "sha1-9HTKXmqSRtb9jglTz6m5yAWvp44=" }, "has-binary2": { @@ -393,9 +393,9 @@ "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" }, "jquery": { - "version": "3.2.1", - "resolved": "http://registry.npm.taobao.org/jquery/download/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "mdn-polyfills": { "version": "5.20.0", @@ -541,7 +541,7 @@ }, "parseurl": { "version": "1.3.1", - "resolved": "http://registry.npm.taobao.org/parseurl/download/parseurl-1.3.1.tgz", + "resolved": "https://registry.npm.taobao.org/parseurl/download/parseurl-1.3.1.tgz", "integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=" }, "path-to-regexp": { @@ -585,7 +585,7 @@ }, "safe-buffer": { "version": "5.0.1", - "resolved": "http://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.0.1.tgz", "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=" }, "send": { diff --git a/ALANChatroomByNodejsServer/package.json b/ALANChatroomByNodejsServer/package.json index 8ae34e0..5920aa7 100644 --- a/ALANChatroomByNodejsServer/package.json +++ b/ALANChatroomByNodejsServer/package.json @@ -11,7 +11,7 @@ "debug": "~2.6.3", "ejs": "^2.5.7", "express": "^4.15.3", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "mdui": "^1.0.1", "morgan": "~1.8.1", "serve-favicon": "~2.4.2",