diff --git a/ooiui/static/json/uiPatchNotes.json b/ooiui/static/json/uiPatchNotes.json index ff04ad7e..25a40eba 100644 --- a/ooiui/static/json/uiPatchNotes.json +++ b/ooiui/static/json/uiPatchNotes.json @@ -1,5 +1,12 @@ [ { + "VersionNumber": "1.9.8", + "VersionDate": "2022-07-11", + "VersionDescription": [ + "Data Catalog: Fixed deployment metadata cache updates. (15259)", + "Security: Updated grunt version." + ] + },{ "VersionNumber": "1.9.7", "VersionDate": "2022-03-18", "VersionDescription": [ diff --git a/package.json b/package.json index 6fa19b48..e21f8749 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "BSD", "devDependencies": { - "grunt": "^0.4.5", + "grunt": "^1.5.3", "grunt-concat-css": "^0.3.1", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-jst": "^0.6.0",