Skip to content

Commit 5c90fdd

Browse files
committed
Update dependency git-rev-sync to v3
1 parent bf005ce commit 5c90fdd

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"express": "4.16.4",
4545
"fancy-log": "1.3.3",
4646
"fontello-update": "0.6.5",
47-
"git-rev-sync": "1.12.0",
47+
"git-rev-sync": "3.0.2",
4848
"gulp": "4.0.1",
4949
"gulp-concat": "2.6.1",
5050
"gulp-csscomb": "3.0.8",

yarn.lock

+25-18
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ axios@^0.24.0:
23642364
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
23652365
dependencies:
23662366
follow-redirects "^1.14.4"
2367-
2367+
23682368
23692369
version "10.0.1"
23702370
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
@@ -5183,7 +5183,7 @@ follow-redirects@^1.14.4:
51835183
version "1.14.6"
51845184
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
51855185
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==
5186-
5186+
51875187
51885188
version "0.6.5"
51895189
resolved "https://registry.yarnpkg.com/fontello-update/-/fontello-update-0.6.5.tgz#d0d1e24a3d1f4642a9c249e66e75f39b6964115c"
@@ -5458,14 +5458,14 @@ git-remote-origin-url@^2.0.0:
54585458
gitconfiglocal "^1.0.0"
54595459
pify "^2.3.0"
54605460

5461-
git-rev-sync@1.12.0:
5462-
version "1.12.0"
5463-
resolved "https://registry.yarnpkg.com/git-rev-sync/-/git-rev-sync-1.12.0.tgz#4468406c7e6c3ba4cf4587999e1adb28d9d1af55"
5464-
integrity sha1-RGhAbH5sO6TPRYeZnhrbKNnRr1U=
5461+
git-rev-sync@3.0.2:
5462+
version "3.0.2"
5463+
resolved "https://registry.yarnpkg.com/git-rev-sync/-/git-rev-sync-3.0.2.tgz#9763c730981187c3419b75dd270088cc5f0e161b"
5464+
integrity sha512-Nd5RiYpyncjLv0j6IONy0lGzAqdRXUaBctuGBbrEA2m6Bn4iDrN/9MeQTXuiquw8AEKL9D2BW0nw5m/lQvxqnQ==
54655465
dependencies:
54665466
escape-string-regexp "1.0.5"
5467-
graceful-fs "4.1.11"
5468-
shelljs "0.7.7"
5467+
graceful-fs "4.1.15"
5468+
shelljs "0.8.5"
54695469

54705470
git-semver-tags@^2.0.3:
54715471
version "2.0.3"
@@ -5533,7 +5533,7 @@ glob-parent@^6.0.2:
55335533
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
55345534
dependencies:
55355535
is-glob "^4.0.3"
5536-
5536+
55375537
glob-stream@^6.1.0:
55385538
version "6.1.0"
55395539
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
@@ -5688,10 +5688,10 @@ [email protected]:
56885688
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-3.0.0-28.tgz#dd50b41dd15b682a28c40e5f0ff2007901ac62bd"
56895689
integrity sha1-3VC0HdFbaCooxA5fD/IAeQGsYr0=
56905690

5691-
5692-
version "4.1.11"
5693-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
5694-
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=
5691+
5692+
version "4.1.15"
5693+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
5694+
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
56955695

56965696
[email protected], 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:
56975697
version "4.2.6"
@@ -6682,6 +6682,13 @@ is-glob@^4.0.0, is-glob@^4.0.1:
66826682
dependencies:
66836683
is-extglob "^2.1.1"
66846684

6685+
is-glob@^4.0.3:
6686+
version "4.0.3"
6687+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
6688+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
6689+
dependencies:
6690+
is-extglob "^2.1.1"
6691+
66856692
is-negated-glob@^1.0.0:
66866693
version "1.0.0"
66876694
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
@@ -10928,10 +10935,10 @@ shell-quote@^1.4.2, shell-quote@^1.6.1:
1092810935
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
1092910936
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
1093010937

10931-
shelljs@0.7.7:
10932-
version "0.7.7"
10933-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1"
10934-
integrity sha1-svXHfvlxSPS09uImguELuoZnz/E=
10938+
shelljs@0.8.5:
10939+
version "0.8.5"
10940+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
10941+
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
1093510942
dependencies:
1093610943
glob "^7.0.0"
1093710944
interpret "^1.0.0"
@@ -11902,7 +11909,7 @@ trim-newlines@^4.0.2:
1190211909
version "4.0.2"
1190311910
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
1190411911
integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==
11905-
11912+
1190611913
trim-off-newlines@^1.0.0:
1190711914
version "1.0.1"
1190811915
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"

0 commit comments

Comments
 (0)