diff --git a/package-lock.json b/package-lock.json index 07196c28e..15f8ef35e 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.6", - "@types/jquery": "^3.5.17", + "@types/jquery": "^3.5.18", "@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.17", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.17.tgz", - "integrity": "sha512-U40tNEAGSTZ7R1OC6kGkD7f4TKW5DoVx6jd9kTB9mo5truFMi1m9Yohnw9kl1WpTPvDdj7zAw38LfCHSqnk5kA==", + "version": "3.5.18", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.18.tgz", + "integrity": "sha512-sNm7O6LECFhHmF+3KYo6QIl2fIbjlPYa0PDgDQwfOaEJzwpK20Eub9Ke7VKkGsSJ2K0HUR50S266qYzRX4GlSw==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -16775,9 +16775,9 @@ } }, "@types/jquery": { - "version": "3.5.17", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.17.tgz", - "integrity": "sha512-U40tNEAGSTZ7R1OC6kGkD7f4TKW5DoVx6jd9kTB9mo5truFMi1m9Yohnw9kl1WpTPvDdj7zAw38LfCHSqnk5kA==", + "version": "3.5.18", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.18.tgz", + "integrity": "sha512-sNm7O6LECFhHmF+3KYo6QIl2fIbjlPYa0PDgDQwfOaEJzwpK20Eub9Ke7VKkGsSJ2K0HUR50S266qYzRX4GlSw==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index d57b7cb01..137e959a8 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.6", - "@types/jquery": "^3.5.17", + "@types/jquery": "^3.5.18", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26",