From a10cec248f7fd742eabad6d7936458f0a5d3beb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:16:31 +0000 Subject: [PATCH] Bump jquery from 3.1.1 to 3.5.0 in /snippets/bpmnjs-custom-modeler Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- snippets/bpmnjs-custom-modeler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/bpmnjs-custom-modeler/package.json b/snippets/bpmnjs-custom-modeler/package.json index 24a1b3417d..a8c2499ce0 100644 --- a/snippets/bpmnjs-custom-modeler/package.json +++ b/snippets/bpmnjs-custom-modeler/package.json @@ -62,6 +62,6 @@ "lodash": "^3.10.1", "bpmn-js-properties-panel": "^0.10.0", "camunda-bpmn-moddle": "^0.8.1", - "jquery": "3.1.1" + "jquery": "3.5.0" } }