diff --git a/package-lock.json b/package-lock.json index f473e3c86..b514dfd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1", "@types/bootstrap": "^5.2.7", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.24", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26", @@ -2833,9 +2833,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": "*" @@ -16933,9 +16933,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 1f3bb9233..167eec655 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1", "@types/bootstrap": "^5.2.7", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.24", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26",