From ee98789a578ec5fe8c83c5d5067f1b7599337324 Mon Sep 17 00:00:00 2001 From: Tommy Markley Date: Fri, 29 Apr 2022 11:13:05 -0700 Subject: [PATCH] Bumps `grunt` from v1.4.1 to v1.5.2 (#1451) (#1516) * Addresses CVE-2022-0436. * [CHANGELOG](https://github.com/gruntjs/grunt/blob/v1.5.2/CHANGELOG) Resolves #1450 Signed-off-by: Tommy Markley --- package.json | 4 ++-- packages/osd-ui-framework/package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 234e70900b62..de67024ecd04 100644 --- a/package.json +++ b/package.json @@ -389,12 +389,12 @@ "fp-ts": "^2.3.1", "geckodriver": "^1.21.0", "getopts": "^2.2.5", - "grunt": "^1.4.1", + "grunt": "^1.5.2", "grunt-available-tasks": "^0.6.3", "grunt-cli": "^1.4.3", "grunt-contrib-watch": "^1.1.0", "grunt-peg": "^2.0.1", - "grunt-run": "0.8.1", + "grunt-run": "^0.8.1", "gulp-babel": "^8.0.0", "gulp-sourcemaps": "2.6.5", "has-ansi": "^3.0.0", diff --git a/packages/osd-ui-framework/package.json b/packages/osd-ui-framework/package.json index 513e0cd8b75e..e5c902973151 100644 --- a/packages/osd-ui-framework/package.json +++ b/packages/osd-ui-framework/package.json @@ -42,7 +42,7 @@ "css-loader": "^3.4.2", "expose-loader": "^0.7.5", "file-loader": "^4.2.0", - "grunt": "^1.4.1", + "grunt": "^1.5.2", "grunt-babel": "^8.0.0", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 7d0e7fc44ee1..0e80d6da2852 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12330,7 +12330,7 @@ grunt-babel@^8.0.0: resolved "https://registry.yarnpkg.com/grunt-babel/-/grunt-babel-8.0.0.tgz#92ef63aafadf938c488dc2f926ac9846e0c93d1b" integrity sha512-WuiZFvGzcyzlEoPIcY1snI234ydDWeWWV5bpnB7PZsOLHcDsxWKnrR1rMWEUsbdVPPjvIirwFNsuo4CbJmsdFQ== -grunt-cli@^1.4.3, grunt-cli@~1.4.2: +grunt-cli@^1.4.3, grunt-cli@~1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/grunt-cli/-/grunt-cli-1.4.3.tgz#22c9f1a3d2780bf9b0d206e832e40f8f499175ff" integrity sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ== @@ -12410,24 +12410,24 @@ grunt-peg@^2.0.1: dependencies: pegjs "~0.9.0" -grunt-run@0.8.1: +grunt-run@^0.8.1: version "0.8.1" resolved "https://registry.yarnpkg.com/grunt-run/-/grunt-run-0.8.1.tgz#502f988947a59f9ad567e2dcb5eeedec712980ec" integrity sha512-+wvoOJevugcjMLldbVCyspRHHntwVIJiTGjx0HFq+UwXhVPe7AaAiUdY4135CS68pAoRLhd7pAILpL2ITe1tmA== dependencies: strip-ansi "^3.0.0" -grunt@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.4.1.tgz#7d1e17db1f9c8108777f7273d6b9359755576f50" - integrity sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA== +grunt@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.2.tgz#46b014e28d17c85baac19d5e891bb3f04923c098" + integrity sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w== dependencies: dateformat "~3.0.3" eventemitter2 "~0.4.13" exit "~0.1.2" findup-sync "~0.3.0" glob "~7.1.6" - grunt-cli "~1.4.2" + grunt-cli "~1.4.3" grunt-known-options "~2.0.0" grunt-legacy-log "~3.0.0" grunt-legacy-util "~2.0.1"