diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 04:33:59 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 04:34:29 +0000 |
| commit | 46ebef7ebf0ed658333f52cd01e07b07f47b58d9 (patch) | |
| tree | b9fb5d2926aa4d26242ae9ae4e7eb0a335970ff9 /lib/dijit/package.json | |
| parent | 6e8a188e4a1af8147f358312e182287a0d7bd1c0 (diff) | |
Bump Dojo from 1.16.5 to 1.17.3.
This should help with some of the security findings.
Diffstat (limited to 'lib/dijit/package.json')
| -rw-r--r-- | lib/dijit/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dijit/package.json b/lib/dijit/package.json index 311a2e1b2..95187e2d2 100644 --- a/lib/dijit/package.json +++ b/lib/dijit/package.json @@ -1,12 +1,12 @@ { "name": "dijit", - "version": "1.16.5", + "version": "1.17.3", "directories": { "lib": "." }, "main": "main", "dependencies": { - "dojo": "1.16.5" + "dojo": "1.17.3" }, "description": "Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience.", "license" : "BSD-3-Clause OR AFL-2.1", |