diff --git a/LearningHub.Nhs.WebUI/package-lock.json b/LearningHub.Nhs.WebUI/package-lock.json index 17125bf8..08ec1bb7 100644 --- a/LearningHub.Nhs.WebUI/package-lock.json +++ b/LearningHub.Nhs.WebUI/package-lock.json @@ -50,7 +50,7 @@ "@types/bootstrap": "4.6.1", "@types/ckeditor": "4.9.10", "@types/jest": "^26.0.24", - "@types/jquery": "^3.3.32", + "@types/jquery": "^3.5.33", "@types/jquery-match-height": "^0.7.8", "@types/js-cookie": "2.2.1", "@types/lodash": "4.17.17", @@ -4583,10 +4583,11 @@ } }, "node_modules/@types/jquery": { - "version": "3.3.32", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.32.tgz", - "integrity": "sha512-UKoof2mnV/X1/Ix2g+V2Ny5sgHjV8nK/UJbiYxuo4zPwzGyFlZ/mp4KaePb2VqQrqJctmcDQNA57buU84/2uIw==", + "version": "3.5.33", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.33.tgz", + "integrity": "sha512-SeyVJXlCZpEki5F0ghuYe+L+PprQta6nRZqhONt9F13dWBtR/ftoaIbdRQ7cis7womE+X2LKhsDdDtkkDhJS6g==", "dev": true, + "license": "MIT", "dependencies": { "@types/sizzle": "*" } diff --git a/LearningHub.Nhs.WebUI/package.json b/LearningHub.Nhs.WebUI/package.json index 1759001f..8106c9d5 100644 --- a/LearningHub.Nhs.WebUI/package.json +++ b/LearningHub.Nhs.WebUI/package.json @@ -62,7 +62,7 @@ "@types/bootstrap": "4.6.1", "@types/ckeditor": "4.9.10", "@types/jest": "^26.0.24", - "@types/jquery": "^3.3.32", + "@types/jquery": "^3.5.33", "@types/jquery-match-height": "^0.7.8", "@types/js-cookie": "2.2.1", "@types/lodash": "4.17.17",