Update dependency grunt to v1.4.1

This commit is contained in:
Renovate Bot 2021-05-25 01:40:38 +00:00 committed by Daniel Lockyer
parent 572d4ee15c
commit fbdb0c1bb9
2 changed files with 11 additions and 6 deletions

View File

@ -153,7 +153,7 @@
"cssnano": "5.0.4",
"eslint": "7.27.0",
"eslint-plugin-ghost": "2.2.0",
"grunt": "1.4.0",
"grunt": "1.4.1",
"grunt-bg-shell": "2.3.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compress": "2.0.0",

View File

@ -4466,6 +4466,11 @@ grunt-known-options@~1.1.1:
resolved "https://registry.yarnpkg.com/grunt-known-options/-/grunt-known-options-1.1.1.tgz#6cc088107bd0219dc5d3e57d91923f469059804d"
integrity sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==
grunt-known-options@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/grunt-known-options/-/grunt-known-options-2.0.0.tgz#cac641e897f9a0a680b8c9839803d35f3325103c"
integrity sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA==
grunt-legacy-log-utils@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.1.0.tgz#49a8c7dc74051476dcc116c32faf9db8646856ef"
@ -4526,10 +4531,10 @@ grunt-update-submodules@0.4.1:
resolved "https://registry.yarnpkg.com/grunt-update-submodules/-/grunt-update-submodules-0.4.1.tgz#46c485fe6413cc0bdd6988aa2803c4e7d997c366"
integrity sha1-RsSF/mQTzAvdaYiqKAPE59mXw2Y=
grunt@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.4.0.tgz#235219cf922cf5f249809d60722442bb8247eff7"
integrity sha512-yRFc0GVCDu9yxqOFzpuXQ2pEdgtLDnFv5Qz54jfIcNnpJ8Z7B7P7kPkT4VMuRvm+N+QOsI8C4v/Q0DSaoj3LgQ==
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==
dependencies:
dateformat "~3.0.3"
eventemitter2 "~0.4.13"
@ -4537,7 +4542,7 @@ grunt@1.4.0:
findup-sync "~0.3.0"
glob "~7.1.6"
grunt-cli "~1.4.2"
grunt-known-options "~1.1.1"
grunt-known-options "~2.0.0"
grunt-legacy-log "~3.0.0"
grunt-legacy-util "~2.0.1"
iconv-lite "~0.4.13"