2
2
# yarn lockfile v1
3
3
4
4
5
- " @jdw/jst@^2.0.0 " :
5
+ " @jdw/jst@^2.0.0-beta.9 " :
6
6
version "2.0.0-beta.9"
7
7
resolved "https://registry.yarnpkg.com/@jdw/jst/-/jst-2.0.0-beta.9.tgz#4ec2c73761199774d6d0f95f6be37d068fe2cce4"
8
8
dependencies :
@@ -593,6 +593,12 @@ chalk@^2.0.0, chalk@^2.0.1:
593
593
escape-string-regexp "^1.0.5"
594
594
supports-color "^4.0.0"
595
595
596
+ changelog-verify@^1.0.4 :
597
+ version "1.0.4"
598
+ resolved "https://registry.yarnpkg.com/changelog-verify/-/changelog-verify-1.0.4.tgz#5be588a3dc58881687415e81e71e1cff0ce3c728"
599
+ dependencies :
600
+ upath "^0.2.0"
601
+
596
602
ci-info@^1.0.0 :
597
603
version "1.0.0"
598
604
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534"
@@ -734,6 +740,13 @@ create-error-class@^3.0.0:
734
740
dependencies :
735
741
capture-stack-trace "^1.0.0"
736
742
743
+ cross-spawn@^4.0.2 :
744
+ version "4.0.2"
745
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
746
+ dependencies :
747
+ lru-cache "^4.0.1"
748
+ which "^1.2.9"
749
+
737
750
cross-spawn@^5.0.1 :
738
751
version "5.1.0"
739
752
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -1202,6 +1215,10 @@ getpass@^0.1.1:
1202
1215
dependencies :
1203
1216
assert-plus "^1.0.0"
1204
1217
1218
+ github-url-from-git@^1.4.0 :
1219
+ version "1.5.0"
1220
+ resolved "https://registry.yarnpkg.com/github-url-from-git/-/github-url-from-git-1.5.0.tgz#f985fedcc0a9aa579dc88d7aff068d55cc6251a0"
1221
+
1205
1222
glob-base@^0.3.0 :
1206
1223
version "0.3.0"
1207
1224
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
@@ -1337,6 +1354,10 @@ has-unicode@^2.0.0:
1337
1354
version "2.0.1"
1338
1355
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
1339
1356
1357
+ has-yarn@^1.0.0 :
1358
+ version "1.0.0"
1359
+ resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-1.0.0.tgz#89e25db604b725c8f5976fff0addc921b828a5a7"
1360
+
1340
1361
hawk@~3.1.3 :
1341
1362
version "3.1.3"
1342
1363
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2102,6 +2123,10 @@ lodash.uniq@^4.5.0:
2102
2123
version "4.5.0"
2103
2124
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2104
2125
2126
+
2127
+ version "3.10.1"
2128
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
2129
+
2105
2130
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0 :
2106
2131
version "4.17.4"
2107
2132
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
@@ -3308,6 +3333,10 @@ unbzip2-stream@^1.0.9:
3308
3333
buffer "^3.0.1"
3309
3334
through "^2.3.6"
3310
3335
3336
+
3337
+ version "2.3.3"
3338
+ resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.3.3.tgz#71c08bf6b428b1133f37e78fa3a21c82f7329b0d"
3339
+
3311
3340
universalify@^0.1.0 :
3312
3341
version "0.1.1"
3313
3342
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
@@ -3316,6 +3345,13 @@ unzip-response@^2.0.1:
3316
3345
version "2.0.1"
3317
3346
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
3318
3347
3348
+ upath@^0.2.0 :
3349
+ version "0.2.0"
3350
+ resolved "https://registry.yarnpkg.com/upath/-/upath-0.2.0.tgz#bdbad0f2c60afea165f8127dbb1b5bdee500ad81"
3351
+ dependencies :
3352
+ lodash "3.x"
3353
+ underscore.string "2.3.x"
3354
+
3319
3355
uri-js@^3.0.2 :
3320
3356
version "3.0.2"
3321
3357
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-3.0.2.tgz#f90b858507f81dea4dcfbb3c4c3dbfa2b557faaa"
3391
3427
core-util-is "1.0.2"
3392
3428
extsprintf "^1.2.0"
3393
3429
3430
+ version-changelog@^2.1.0 :
3431
+ version "2.1.0"
3432
+ resolved "https://registry.yarnpkg.com/version-changelog/-/version-changelog-2.1.0.tgz#469f63bd9ffc182f14f2c004df2f3797cef866d4"
3433
+ dependencies :
3434
+ cross-spawn "^4.0.2"
3435
+ github-url-from-git "^1.4.0"
3436
+ has-yarn "^1.0.0"
3437
+ upath "^0.2.0"
3438
+
3394
3439
walkdir@^0.0.11 :
3395
3440
version "0.0.11"
3396
3441
resolved "https://registry.yarnpkg.com/walkdir/-/walkdir-0.0.11.tgz#a16d025eb931bd03b52f308caed0f40fcebe9532"
0 commit comments