From 9be02f2a374116bf52354903854acff54aeb7388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 21:54:09 +0000 Subject: [PATCH] Bump dijit from 1.13.0 to 1.16.3 in /web/js/dojo/dojox Bumps [dijit](https://github.com/dojo/dijit) from 1.13.0 to 1.16.3. - [Release notes](https://github.com/dojo/dijit/releases) - [Commits](https://github.com/dojo/dijit/compare/1.13.0...1.16.3) Signed-off-by: dependabot[bot] --- web/js/dojo/dojox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/dojo/dojox/package.json b/web/js/dojo/dojox/package.json index 01bb1c3..c124e4f 100644 --- a/web/js/dojo/dojox/package.json +++ b/web/js/dojo/dojox/package.json @@ -7,7 +7,7 @@ "main": "main", "dependencies": { "dojo": "1.13.0", - "dijit": "1.13.0" + "dijit": "1.16.3" }, "description": "Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.", "license" : "BSD-3-Clause OR AFL-2.1",