From 0673538180ce329749312507f371ad74d86240b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 08:29:00 +0000 Subject: [PATCH] Bump @types/jquery in /AdminUI/LearningHub.Nhs.AdminUI Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.5 to 3.5.32. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery) --- updated-dependencies: - dependency-name: "@types/jquery" dependency-version: 3.5.32 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- AdminUI/LearningHub.Nhs.AdminUI/package-lock.json | 9 +++++---- AdminUI/LearningHub.Nhs.AdminUI/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AdminUI/LearningHub.Nhs.AdminUI/package-lock.json b/AdminUI/LearningHub.Nhs.AdminUI/package-lock.json index bbea60904..b416bcdbd 100644 --- a/AdminUI/LearningHub.Nhs.AdminUI/package-lock.json +++ b/AdminUI/LearningHub.Nhs.AdminUI/package-lock.json @@ -46,7 +46,7 @@ "@types/bootstrap": "4.1.3", "@types/ckeditor": "4.9.10", "@types/jest": "27.0.0", - "@types/jquery": "^3.3.32", + "@types/jquery": "^3.5.32", "@types/jquery-match-height": "^0.7.8", "@types/js-cookie": "2.2.1", "@types/lodash": "4.17.17", @@ -3927,10 +3927,11 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.5.tgz", - "integrity": "sha512-6RXU9Xzpc6vxNrS6FPPapN1SxSHgQ336WC6Jj/N8q30OiaBZ00l1GBgeP7usjVZPivSkGUfL1z/WW6TX989M+w==", + "version": "3.5.32", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.32.tgz", + "integrity": "sha512-b9Xbf4CkMqS02YH8zACqN1xzdxc3cO735Qe5AbSUFmyOiaWAbcpqh9Wna+Uk0vgACvoQHpWDg2rGdHkYPLmCiQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/sizzle": "*" } diff --git a/AdminUI/LearningHub.Nhs.AdminUI/package.json b/AdminUI/LearningHub.Nhs.AdminUI/package.json index 2117d7501..b3fba65f5 100644 --- a/AdminUI/LearningHub.Nhs.AdminUI/package.json +++ b/AdminUI/LearningHub.Nhs.AdminUI/package.json @@ -58,7 +58,7 @@ "@types/bootstrap": "4.1.3", "@types/ckeditor": "4.9.10", "@types/jest": "27.0.0", - "@types/jquery": "^3.3.32", + "@types/jquery": "^3.5.32", "@types/jquery-match-height": "^0.7.8", "@types/js-cookie": "2.2.1", "@types/lodash": "4.17.17",