From 9f01b0e032c900ba5ca41d22ceadcfdd08e22b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:11:07 +0000 Subject: [PATCH] Bump dijit from 1.9.1 to 1.13.8 in /comodojo/javascript/gridx Bumps [dijit](https://github.com/dojo/dijit) from 1.9.1 to 1.13.8. - [Commits](https://github.com/dojo/dijit/compare/1.9.1...1.13.8) --- updated-dependencies: - dependency-name: dijit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- comodojo/javascript/gridx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comodojo/javascript/gridx/package.json b/comodojo/javascript/gridx/package.json index e1c4c75d..4de38ba5 100644 --- a/comodojo/javascript/gridx/package.json +++ b/comodojo/javascript/gridx/package.json @@ -45,7 +45,7 @@ ], "dependencies": { "dojo": "1.9.1", - "dijit": "1.9.1", + "dijit": "1.13.8", "dojox": "1.9.1" }, "homepage": "http://oria.github.com/gridx",