mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency grunt-contrib-compress to v1.5.0
This commit is contained in:
parent
189ce9bc1d
commit
0ed0c49732
2 changed files with 8 additions and 6 deletions
|
@ -135,7 +135,7 @@
|
|||
"grunt-bg-shell": "2.3.3",
|
||||
"grunt-cli": "1.3.2",
|
||||
"grunt-contrib-clean": "2.0.0",
|
||||
"grunt-contrib-compress": "1.4.3",
|
||||
"grunt-contrib-compress": "1.5.0",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-symlink": "1.0.0",
|
||||
"grunt-contrib-uglify": "4.0.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3005,9 +3005,10 @@ grunt-contrib-clean@2.0.0:
|
|||
async "^2.6.1"
|
||||
rimraf "^2.6.2"
|
||||
|
||||
grunt-contrib-compress@1.4.3:
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-compress/-/grunt-contrib-compress-1.4.3.tgz#01ceffb9c637f52e7081f463750983d0a3b0fa73"
|
||||
grunt-contrib-compress@1.5.0:
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/grunt-contrib-compress/-/grunt-contrib-compress-1.5.0.tgz#ba5f80e22acf192897ce43cb60250cab2cb1f09b"
|
||||
integrity sha512-RcCyetnvTJ7jvnDCSm05wOndAd00HWZTHeVGDVVmCM+K/PEivL0yx8vKyi8uzy0492l2dJgtzR0Ucid7roKg6A==
|
||||
dependencies:
|
||||
archiver "^1.3.0"
|
||||
chalk "^1.1.1"
|
||||
|
@ -3015,7 +3016,7 @@ grunt-contrib-compress@1.4.3:
|
|||
pretty-bytes "^4.0.2"
|
||||
stream-buffers "^2.1.0"
|
||||
optionalDependencies:
|
||||
iltorb "^1.0.13"
|
||||
iltorb "^1.3.10"
|
||||
|
||||
grunt-contrib-copy@1.0.0:
|
||||
version "1.0.0"
|
||||
|
@ -3414,9 +3415,10 @@ ignore@^4.0.3, ignore@^4.0.6:
|
|||
version "4.0.6"
|
||||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
|
||||
|
||||
iltorb@^1.0.13:
|
||||
iltorb@^1.3.10:
|
||||
version "1.3.10"
|
||||
resolved "https://registry.yarnpkg.com/iltorb/-/iltorb-1.3.10.tgz#a0d9e4e7d52bf510741442236cbe0cc4230fc9f8"
|
||||
integrity sha512-nyB4+ru1u8CQqQ6w7YjasboKN3NQTN8GH/V/eEssNRKhW6UbdxdWhB9fJ5EEdjJfezKY0qPrcwLyIcgjL8hHxA==
|
||||
dependencies:
|
||||
detect-libc "^0.2.0"
|
||||
nan "^2.6.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue