diff --git a/package-lock.json b/package-lock.json index 0bab2f3d9..a38cb6829 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.19", + "@types/jquery": "^3.5.20", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26", @@ -2796,9 +2796,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.20", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", + "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -16856,9 +16856,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.20", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", + "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index 68ab7fd62..bdba3aabe 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.19", + "@types/jquery": "^3.5.20", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26",