diff --git a/package-lock.json b/package-lock.json index 4d2f9842e4..db2bf400b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ }, "devDependencies": { "@compodoc/compodoc": "^1.1.21", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.22", "@types/lodash-es": "^4.17.9", "@types/node": "^18.16.3", "bower": "^1.8.14", @@ -4529,9 +4529,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": "*" @@ -21192,9 +21192,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 6be31cea0f..153708f7e1 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "license": "GPL2", "devDependencies": { "@compodoc/compodoc": "^1.1.21", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.22", "@types/lodash-es": "^4.17.9", "@types/node": "^18.16.3", "bower": "^1.8.14",