From 34d859460d4f6ae36e38e6a921d4fe4cfadc7952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 05:41:12 +0000 Subject: [PATCH] build(deps): Bump jquery in /src/Microsoft.IIS.Administration Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.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.7.1...4.0.0) --- updated-dependencies: - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Microsoft.IIS.Administration/package-lock.json | 8 ++++---- src/Microsoft.IIS.Administration/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Microsoft.IIS.Administration/package-lock.json b/src/Microsoft.IIS.Administration/package-lock.json index b8982a63..17cd8468 100644 --- a/src/Microsoft.IIS.Administration/package-lock.json +++ b/src/Microsoft.IIS.Administration/package-lock.json @@ -8,13 +8,13 @@ "name": "microsoft.iis.administration.web", "version": "1.0.0", "dependencies": { - "jquery": "3.7.1" + "jquery": "4.0.0" } }, "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", + "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", "license": "MIT" } } diff --git a/src/Microsoft.IIS.Administration/package.json b/src/Microsoft.IIS.Administration/package.json index 9f3acdd8..4ada9595 100644 --- a/src/Microsoft.IIS.Administration/package.json +++ b/src/Microsoft.IIS.Administration/package.json @@ -4,6 +4,6 @@ "private": true, "description": "Client-side libraries for the IIS Administration connect/UI pages. Restored via 'npm ci' during the build (see the RestoreWebResources target in Microsoft.IIS.Administration.csproj) and staged into wwwroot/lib. Replaces the former LibMan/cdnjs acquisition so Dependabot's npm ecosystem tracks these dependencies natively.", "dependencies": { - "jquery": "3.7.1" + "jquery": "4.0.0" } }