From 833dc4b8011761bd90a0a1e23b13e029b6957f2e Mon Sep 17 00:00:00 2001 From: oceanzus Date: Mon, 11 Jul 2022 11:46:48 -0400 Subject: [PATCH] Updates grunt version and release notes. --- ooiui/static/json/uiPatchNotes.json | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ooiui/static/json/uiPatchNotes.json b/ooiui/static/json/uiPatchNotes.json index ff04ad7e0..25a40ebaf 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 6fa19b486..e21f87491 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",