From 3b6586a2ef5864016d4c499aee66c5ecd6346bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:48:11 +0000 Subject: [PATCH] chore(deps): bump jquery in /samples/react-teamschatNotifications Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-teamschatNotifications/package-lock.json | 10 +++++----- samples/react-teamschatNotifications/package.json | 2 +- samples/react-teamschatNotifications/yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) 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"