diff --git a/package-lock.json b/package-lock.json index d7a1f226de0..7c744d258f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-3.0+", "dependencies": { - "@types/jquery": "^3.5.6", + "@types/jquery": "^3.5.16", "@types/jqueryui": "^1.12.16", "angular": "^1.8.2", "angular-animate": "^1.8.2", @@ -4080,9 +4080,9 @@ "dev": true }, "node_modules/@types/jquery": { - "version": "3.5.6", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.6.tgz", - "integrity": "sha512-SmgCQRzGPId4MZQKDj9Hqc6kSXFNWZFHpELkyK8AQhf8Zr6HKfCzFv9ZC1Fv3FyQttJZOlap3qYb12h61iZAIg==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", + "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", "dependencies": { "@types/sizzle": "*" } @@ -37871,9 +37871,9 @@ } }, "@types/jquery": { - "version": "3.5.6", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.6.tgz", - "integrity": "sha512-SmgCQRzGPId4MZQKDj9Hqc6kSXFNWZFHpELkyK8AQhf8Zr6HKfCzFv9ZC1Fv3FyQttJZOlap3qYb12h61iZAIg==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", + "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", "requires": { "@types/sizzle": "*" } diff --git a/package.json b/package.json index d4b3143af5c..7bc320f7c1d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/matomo-org/matomo#readme", "dependencies": { - "@types/jquery": "^3.5.6", + "@types/jquery": "^3.5.16", "@types/jqueryui": "^1.12.16", "angular": "^1.8.2", "angular-animate": "^1.8.2",