diff --git a/package-lock.json b/package-lock.json index 8c6fed7b8a..6cc8dba773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ }, "devDependencies": { "@compodoc/compodoc": "^1.1.22", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.24", "@types/lodash-es": "^4.17.9", "@types/node": "^18.16.3", "bower": "^1.8.14", @@ -4590,9 +4590,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.22", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", - "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", + "version": "3.5.24", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.24.tgz", + "integrity": "sha512-V/TG69ge5amcr8Ap7vY3SObqKfZlV7ttqcYnNcYnndI77ySIRi05+3GjvfwRtE2qalAC2ySLIL1ker512sI20g==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -21277,9 +21277,9 @@ } }, "@types/jquery": { - "version": "3.5.22", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", - "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", + "version": "3.5.24", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.24.tgz", + "integrity": "sha512-V/TG69ge5amcr8Ap7vY3SObqKfZlV7ttqcYnNcYnndI77ySIRi05+3GjvfwRtE2qalAC2ySLIL1ker512sI20g==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index 776e3b6bfb..379e295575 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "license": "GPL2", "devDependencies": { "@compodoc/compodoc": "^1.1.22", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.24", "@types/lodash-es": "^4.17.9", "@types/node": "^18.16.3", "bower": "^1.8.14",