From ddec5cb0cba76ffc6a77013c4ee774608957443a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 03:23:16 +0000 Subject: [PATCH] build(deps-dev): Bump @types/jquery from 3.5.16 to 3.5.17 Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.16 to 3.5.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery) --- updated-dependencies: - dependency-name: "@types/jquery" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6aad8926..b6ad57621 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.16", + "@types/jquery": "^3.5.17", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26", @@ -2795,9 +2795,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.16", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", - "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", + "version": "3.5.17", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.17.tgz", + "integrity": "sha512-U40tNEAGSTZ7R1OC6kGkD7f4TKW5DoVx6jd9kTB9mo5truFMi1m9Yohnw9kl1WpTPvDdj7zAw38LfCHSqnk5kA==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -16762,9 +16762,9 @@ } }, "@types/jquery": { - "version": "3.5.16", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", - "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", + "version": "3.5.17", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.17.tgz", + "integrity": "sha512-U40tNEAGSTZ7R1OC6kGkD7f4TKW5DoVx6jd9kTB9mo5truFMi1m9Yohnw9kl1WpTPvDdj7zAw38LfCHSqnk5kA==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index a6ba5cf3f..89cfe0c70 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.16", + "@types/jquery": "^3.5.17", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", "@types/webpack": "^4.41.26",