Skip to content

Commit 971f9e3

Browse files
authored
Update gulp (#686)
1 parent 51ba111 commit 971f9e3

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@quanle94/innosetup": "^6.0.2",
3737
"command-exists": "^1.2.8",
3838
"del": "^5.0.0",
39-
"gulp": "^4.0.1",
39+
"gulp": "^4.0.2",
4040
"gulp-debian": "^0.3.2",
4141
"gulp-rename": "^2.0.0",
4242
"gulp-util": "3.0.8",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ gulp-zip@^5.0.0:
19441944
vinyl "^2.1.0"
19451945
yazl "^2.5.1"
19461946

1947-
gulp@^4.0.1:
1947+
gulp@^4.0.2:
19481948
version "4.0.2"
19491949
resolved "https://registry.yarnpkg.com/gulp/-/gulp-4.0.2.tgz#543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa"
19501950
integrity sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==
@@ -1995,7 +1995,7 @@ has-gulplog@^0.1.0:
19951995
dependencies:
19961996
sparkles "^1.0.0"
19971997

1998-
has-property-descriptors@^1.0.0:
1998+
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1:
19991999
version "1.0.1"
20002000
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340"
20012001
integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
@@ -3736,14 +3736,15 @@ set-blocking@^2.0.0:
37363736
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
37373737

37383738
set-function-length@^1.1.1:
3739-
version "1.1.1"
3740-
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
3741-
integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==
3739+
version "1.2.0"
3740+
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1"
3741+
integrity sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==
37423742
dependencies:
37433743
define-data-property "^1.1.1"
3744-
get-intrinsic "^1.2.1"
3744+
function-bind "^1.1.2"
3745+
get-intrinsic "^1.2.2"
37453746
gopd "^1.0.1"
3746-
has-property-descriptors "^1.0.0"
3747+
has-property-descriptors "^1.0.1"
37473748

37483749
set-value@^2.0.0, set-value@^2.0.1:
37493750
version "2.0.1"
@@ -3934,9 +3935,9 @@ stream-exhaust@^1.0.1:
39343935
integrity sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==
39353936

39363937
stream-shift@^1.0.0:
3937-
version "1.0.1"
3938-
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
3939-
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
3938+
version "1.0.2"
3939+
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.2.tgz#548bff71c92322e1ade886979f7f67c0723eb9e4"
3940+
integrity sha512-rV4Bovi9xx0BFzOb/X0B2GqoIjvqPCttZdu0Wgtx2Dxkj7ETyWl9gmqJ4EutWRLvtZWm8dxE+InQZX1IryZn/w==
39403941

39413942
string-width@^1.0.1, string-width@^1.0.2:
39423943
version "1.0.2"

0 commit comments

Comments
 (0)