diff --git a/package-lock.json b/package-lock.json index 8b14cf2b..ad36c377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@sveltejs/vite-plugin-svelte": "^2.4.6", "@tsconfig/svelte": "^5.0.2", "@types/jest": "^29.5.5", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.22", "@types/lodash": "^4.14.198", "fs-extra": "^11.1.1", "jest": "^29.7.0", @@ -1598,9 +1598,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.19", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.19.tgz", - "integrity": "sha512-KFbmk+dXfphHGuVCmlopgcNRCegN/21mkeoD4BzuJhVH0SJW3Uo2mLuAwb6oqTNV79EsRp6J7yC1BbKymjpx/g==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -7044,9 +7044,9 @@ } }, "@types/jquery": { - "version": "3.5.19", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.19.tgz", - "integrity": "sha512-KFbmk+dXfphHGuVCmlopgcNRCegN/21mkeoD4BzuJhVH0SJW3Uo2mLuAwb6oqTNV79EsRp6J7yC1BbKymjpx/g==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index f172f764..77853de7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@sveltejs/vite-plugin-svelte": "^2.4.6", "@tsconfig/svelte": "^5.0.2", "@types/jest": "^29.5.5", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.22", "@types/lodash": "^4.14.198", "fs-extra": "^11.1.1", "jest": "^29.7.0",