Skip to content

Commit e3634f0

Browse files
Update dependency gulp-sourcemaps to v3
1 parent ecde497 commit e3634f0

File tree

2 files changed

+83
-56
lines changed

2 files changed

+83
-56
lines changed

tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"gulp-plumber": "1.2.1",
5757
"gulp-rename": "1.4.0",
5858
"gulp-size": "3.0.0",
59-
"gulp-sourcemaps": "2.6.5",
59+
"gulp-sourcemaps": "3.0.0",
6060
"gulp-uglify-es": "1.0.4",
6161
"gulp-webserver": "0.9.1",
6262
"lodash": "4.17.21",

yarn.lock

+82-55
Original file line numberDiff line numberDiff line change
@@ -853,21 +853,21 @@
853853
unique-filename "^1.1.1"
854854
which "^1.3.1"
855855

856-
"@gulp-sourcemaps/identity-map@1.X":
857-
version "1.0.2"
858-
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/identity-map/-/identity-map-1.0.2.tgz#1e6fe5d8027b1f285dc0d31762f566bccd73d5a9"
859-
integrity sha512-ciiioYMLdo16ShmfHBXJBOFm3xPC4AuwO4xeRpFeHz7WK9PYsWCmigagG2XyzZpubK4a3qNKoUBDhbzHfa50LQ==
856+
"@gulp-sourcemaps/identity-map@^2.0.1":
857+
version "2.0.1"
858+
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz#a6e8b1abec8f790ec6be2b8c500e6e68037c0019"
859+
integrity sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q==
860860
dependencies:
861-
acorn "^5.0.3"
862-
css "^2.2.1"
863-
normalize-path "^2.1.1"
861+
acorn "^6.4.1"
862+
normalize-path "^3.0.0"
863+
postcss "^7.0.16"
864864
source-map "^0.6.0"
865-
through2 "^2.0.3"
865+
through2 "^3.0.1"
866866

867-
"@gulp-sourcemaps/map-sources@1.X":
867+
"@gulp-sourcemaps/map-sources@^1.0.0":
868868
version "1.0.0"
869869
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz#890ae7c5d8c877f6d384860215ace9d7ec945bda"
870-
integrity sha1-iQrnxdjId/bThIYCFazp1+yUW9o=
870+
integrity sha512-o/EatdaGt8+x2qpb0vFLC/2Gug/xYPRXb6a+ET1wGYKozKN3krDWC/zZFZAtrzxJHuDL12mwdfEFKcKMNvc55A==
871871
dependencies:
872872
normalize-path "^2.0.1"
873873
through2 "^2.0.3"
@@ -1845,16 +1845,16 @@ acorn-walk@^7.0.0:
18451845
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
18461846
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
18471847

1848-
[email protected], acorn@^5.0.3, acorn@^5.5.3:
1849-
version "5.7.4"
1850-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
1851-
integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
1852-
18531848
acorn@^2.1.0, acorn@^2.4.0:
18541849
version "2.7.0"
18551850
resolved "https://registry.yarnpkg.com/acorn/-/acorn-2.7.0.tgz#ab6e7d9d886aaca8b085bc3312b79a198433f0e7"
18561851
integrity sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=
18571852

1853+
acorn@^5.5.3:
1854+
version "5.7.4"
1855+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
1856+
integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
1857+
18581858
acorn@^6.0.1, acorn@^6.0.7, acorn@^6.4.1:
18591859
version "6.4.2"
18601860
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
@@ -3511,7 +3511,14 @@ conventional-recommended-bump@^5.0.0:
35113511
meow "^4.0.0"
35123512
q "^1.5.1"
35133513

3514-
[email protected], convert-source-map@^1.1.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1:
3514+
convert-source-map@^1.0.0:
3515+
version "1.8.0"
3516+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
3517+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
3518+
dependencies:
3519+
safe-buffer "~5.1.1"
3520+
3521+
convert-source-map@^1.1.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1:
35153522
version "1.7.0"
35163523
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
35173524
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -3715,15 +3722,14 @@ css-selector-tokenizer@^0.7.0:
37153722
cssesc "^3.0.0"
37163723
fastparse "^1.1.2"
37173724

3718-
css@2.X, css@^2.2.1:
3719-
version "2.2.4"
3720-
resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
3721-
integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
3725+
css@^3.0.0:
3726+
version "3.0.0"
3727+
resolved "https://registry.yarnpkg.com/css/-/css-3.0.0.tgz#4447a4d58fdd03367c516ca9f64ae365cee4aa5d"
3728+
integrity sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==
37223729
dependencies:
3723-
inherits "^2.0.3"
3730+
inherits "^2.0.4"
37243731
source-map "^0.6.1"
3725-
source-map-resolve "^0.5.2"
3726-
urix "^0.1.0"
3732+
source-map-resolve "^0.6.0"
37273733

37283734
37293735
version "3.0.0-3.1"
@@ -3870,7 +3876,7 @@ dateformat@^3.0.0:
38703876
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
38713877
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
38723878

3873-
debug-fabulous@1.X:
3879+
debug-fabulous@^1.0.0:
38743880
version "1.1.0"
38753881
resolved "https://registry.yarnpkg.com/debug-fabulous/-/debug-fabulous-1.1.0.tgz#af8a08632465224ef4174a9f06308c3c2a1ebc8e"
38763882
integrity sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg==
@@ -4087,10 +4093,10 @@ detect-indent@^5.0.0:
40874093
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
40884094
integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50=
40894095

4090-
detect-newline@2.X:
4096+
detect-newline@^2.0.0:
40914097
version "2.1.0"
40924098
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
4093-
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
4099+
integrity sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==
40944100

40954101
detective@^5.2.0:
40964102
version "5.2.0"
@@ -5688,7 +5694,7 @@ [email protected]:
56885694
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
56895695
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=
56905696

5691-
graceful-fs@4.X, graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2:
5697+
graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2:
56925698
version "4.2.6"
56935699
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
56945700
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
@@ -5828,22 +5834,22 @@ [email protected]:
58285834
stream-counter "^1.0.0"
58295835
through2 "^2.0.0"
58305836

5831-
gulp-sourcemaps@2.6.5:
5832-
version "2.6.5"
5833-
resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-2.6.5.tgz#a3f002d87346d2c0f3aec36af7eb873f23de8ae6"
5834-
integrity sha512-SYLBRzPTew8T5Suh2U8jCSDKY+4NARua4aqjj8HOysBh2tSgT9u4jc1FYirAdPx1akUxxDeK++fqw6Jg0LkQRg==
5835-
dependencies:
5836-
"@gulp-sourcemaps/identity-map" "1.X"
5837-
"@gulp-sourcemaps/map-sources" "1.X"
5838-
acorn "5.X"
5839-
convert-source-map "1.X"
5840-
css "2.X"
5841-
debug-fabulous "1.X"
5842-
detect-newline "2.X"
5843-
graceful-fs "4.X"
5844-
source-map "~0.6.0"
5845-
strip-bom-string "1.X"
5846-
through2 "2.X"
5837+
gulp-sourcemaps@3.0.0:
5838+
version "3.0.0"
5839+
resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz#2e154e1a2efed033c0e48013969e6f30337b2743"
5840+
integrity sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ==
5841+
dependencies:
5842+
"@gulp-sourcemaps/identity-map" "^2.0.1"
5843+
"@gulp-sourcemaps/map-sources" "^1.0.0"
5844+
acorn "^6.4.1"
5845+
convert-source-map "^1.0.0"
5846+
css "^3.0.0"
5847+
debug-fabulous "^1.0.0"
5848+
detect-newline "^2.0.0"
5849+
graceful-fs "^4.0.0"
5850+
source-map "^0.6.0"
5851+
strip-bom-string "^1.0.0"
5852+
through2 "^2.0.0"
58475853

58485854
[email protected], gulp-uglify-es@^1.0.4:
58495855
version "1.0.4"
@@ -9264,6 +9270,11 @@ performance-now@^2.1.0:
92649270
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
92659271
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
92669272

9273+
picocolors@^0.2.1:
9274+
version "0.2.1"
9275+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
9276+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
9277+
92679278
pify@^2.0.0, pify@^2.3.0:
92689279
version "2.3.0"
92699280
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -9723,6 +9734,14 @@ postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.3
97239734
source-map "^0.6.1"
97249735
supports-color "^6.1.0"
97259736

9737+
postcss@^7.0.16:
9738+
version "7.0.39"
9739+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
9740+
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
9741+
dependencies:
9742+
picocolors "^0.2.1"
9743+
source-map "^0.6.1"
9744+
97269745
prelude-ls@~1.1.2:
97279746
version "1.1.2"
97289747
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -11079,7 +11098,7 @@ sort-keys@^2.0.0:
1107911098
dependencies:
1108011099
is-plain-obj "^1.0.0"
1108111100

11082-
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
11101+
source-map-resolve@^0.5.0:
1108311102
version "0.5.3"
1108411103
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
1108511104
integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
@@ -11090,6 +11109,14 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1109011109
source-map-url "^0.4.0"
1109111110
urix "^0.1.0"
1109211111

11112+
source-map-resolve@^0.6.0:
11113+
version "0.6.0"
11114+
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"
11115+
integrity sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==
11116+
dependencies:
11117+
atob "^2.1.2"
11118+
decode-uri-component "^0.2.0"
11119+
1109311120
source-map-support@^0.5.9, source-map-support@~0.5.10:
1109411121
version "0.5.19"
1109511122
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
@@ -11482,10 +11509,10 @@ strip-ansi@^6.0.0:
1148211509
dependencies:
1148311510
ansi-regex "^5.0.0"
1148411511

11485-
strip-bom-string@1.X:
11512+
strip-bom-string@^1.0.0:
1148611513
version "1.0.0"
1148711514
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
11488-
integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
11515+
integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==
1148911516

1149011517
strip-bom@^2.0.0:
1149111518
version "2.0.0"
@@ -11726,14 +11753,6 @@ through2-filter@^3.0.0:
1172611753
through2 "~2.0.0"
1172711754
xtend "~4.0.0"
1172811755

11729-
[email protected], through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@^2.0.3, through2@~2.0.0, through2@~2.0.3:
11730-
version "2.0.5"
11731-
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
11732-
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
11733-
dependencies:
11734-
readable-stream "~2.3.6"
11735-
xtend "~4.0.1"
11736-
1173711756
through2@^0.5.0, through2@^0.5.1:
1173811757
version "0.5.1"
1173911758
resolved "https://registry.yarnpkg.com/through2/-/through2-0.5.1.tgz#dfdd012eb9c700e2323fd334f38ac622ab372da7"
@@ -11742,7 +11761,15 @@ through2@^0.5.0, through2@^0.5.1:
1174211761
readable-stream "~1.0.17"
1174311762
xtend "~3.0.0"
1174411763

11745-
through2@^3.0.0:
11764+
through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@^2.0.3, through2@~2.0.0, through2@~2.0.3:
11765+
version "2.0.5"
11766+
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
11767+
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
11768+
dependencies:
11769+
readable-stream "~2.3.6"
11770+
xtend "~4.0.1"
11771+
11772+
through2@^3.0.0, through2@^3.0.1:
1174611773
version "3.0.2"
1174711774
resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4"
1174811775
integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==

0 commit comments

Comments
 (0)