From 2e22e1e1209131e6956797569fa38e0acfa7e7ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 18:07:59 +0000 Subject: [PATCH] fix: upgrade dojo from 1.16.2 to 1.17.3 Snyk has created this PR to upgrade dojo from 1.16.2 to 1.17.3. See this package in npm: dojo See this project in Snyk: https://app.snyk.io/org/mysql-team/project/ccd9bb19-b5be-4c04-a911-44c696c70bc7?utm_source=github&utm_medium=referral&page=upgrade-pr --- storage/ndb/mcc/frontend/dojo/dojox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ndb/mcc/frontend/dojo/dojox/package.json b/storage/ndb/mcc/frontend/dojo/dojox/package.json index 660108c749be..828bc00c1036 100644 --- a/storage/ndb/mcc/frontend/dojo/dojox/package.json +++ b/storage/ndb/mcc/frontend/dojo/dojox/package.json @@ -6,7 +6,7 @@ }, "main": "main", "dependencies": { - "dojo":"1.16.2", + "dojo":"1.17.3", "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.",