From fc5468ec517b9e8e1b83d0a5a3df1b4783fff769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:03:23 +0000 Subject: [PATCH] Bump @types/jquery in /src/OrchardCore.Modules/OrchardCore.Workflows Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.5 to 3.5.16. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../OrchardCore.Workflows/package-lock.json | 14 +++++++------- .../OrchardCore.Workflows/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json index f0ae8105a9b..8410c29b02d 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@types/bootstrap": "4.5.0", - "@types/jquery": "3.5.5", + "@types/jquery": "3.5.16", "bootstrap": "4.6.0", "jsplumb": "2.15.5" } @@ -24,9 +24,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.5.tgz", - "integrity": "sha512-6RXU9Xzpc6vxNrS6FPPapN1SxSHgQ336WC6Jj/N8q30OiaBZ00l1GBgeP7usjVZPivSkGUfL1z/WW6TX989M+w==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", + "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", "dependencies": { "@types/sizzle": "*" } @@ -63,9 +63,9 @@ } }, "@types/jquery": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.5.tgz", - "integrity": "sha512-6RXU9Xzpc6vxNrS6FPPapN1SxSHgQ336WC6Jj/N8q30OiaBZ00l1GBgeP7usjVZPivSkGUfL1z/WW6TX989M+w==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz", + "integrity": "sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==", "requires": { "@types/sizzle": "*" } diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/package.json b/src/OrchardCore.Modules/OrchardCore.Workflows/package.json index 3543273e1a1..85037b39aa9 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "dependencies": { "@types/bootstrap": "4.5.0", - "@types/jquery": "3.5.5", + "@types/jquery": "3.5.16", "bootstrap": "4.6.0", "jsplumb": "2.15.5" }