diff --git a/samples/react-teamschatNotifications/package-lock.json b/samples/react-teamschatNotifications/package-lock.json index 1f0e80fa3..5f52d4acd 100644 --- a/samples/react-teamschatNotifications/package-lock.json +++ b/samples/react-teamschatNotifications/package-lock.json @@ -26,7 +26,7 @@ "@uifabric/fluent-theme": "^0.16.9", "adaptivecards": "^1.2.5", "cheerio": "^1.0.0-rc.3", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "loadash": "^1.0.0", "lodash": "^4.17.21", "office-ui-fabric-react": "^7.103.0", @@ -21223,10 +21223,10 @@ "dev": true }, "node_modules/jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==", - "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes." + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", + "license": "MIT" }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/samples/react-teamschatNotifications/package.json b/samples/react-teamschatNotifications/package.json index fc5959c96..6fb4e0e2b 100644 --- a/samples/react-teamschatNotifications/package.json +++ b/samples/react-teamschatNotifications/package.json @@ -33,7 +33,7 @@ "@uifabric/fluent-theme": "^0.16.9", "adaptivecards": "^1.2.5", "cheerio": "^1.0.0-rc.3", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "loadash": "^1.0.0", "lodash": "^4.17.21", "office-ui-fabric-react": "^7.103.0", diff --git a/samples/react-teamschatNotifications/yarn.lock b/samples/react-teamschatNotifications/yarn.lock index 4428ba1bf..7a120742a 100644 --- a/samples/react-teamschatNotifications/yarn.lock +++ b/samples/react-teamschatNotifications/yarn.lock @@ -7677,10 +7677,10 @@ jju@~1.4.0: resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" integrity sha1-o6vicYryQaKykE+EpiWXDzia4yo= -jquery@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" - integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"