Skip to content

Commit dec1505

Browse files
committed
build(yarn): upgrade packages
1 parent a25ae65 commit dec1505

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"lodash.merge": "^4.6.2",
4040
"lodash.template": "^4.5.0",
4141
"mem": "^6.0.0",
42-
"minimist": "^0.2.1"
42+
"minimist": "^0.2.1",
43+
"semver-regex": "^3.1.3",
44+
"trim-off-newlines": "^1.0.2"
4345
}
4446
}

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,11 @@ semver-regex@^2.0.0:
19331933
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
19341934
integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==
19351935

1936+
semver-regex@^3.1.3:
1937+
version "3.1.3"
1938+
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.3.tgz#b2bcc6f97f63269f286994e297e229b6245d0dc3"
1939+
integrity sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==
1940+
19361941
"semver@2 || 3 || 4 || 5", semver@^5.0.1:
19371942
version "5.7.1"
19381943
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
@@ -2205,6 +2210,11 @@ trim-off-newlines@^1.0.0:
22052210
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
22062211
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
22072212

2213+
trim-off-newlines@^1.0.2:
2214+
version "1.0.2"
2215+
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.2.tgz#65d52e4f4115992c0dac87220bdcc279fe58c422"
2216+
integrity sha512-DAnbtY4lNoOTLw05HLuvPoBFAGV4zOKQ9d1Q45JB+bcDwYIEkCr0xNgwKtygtKFBbRlFA/8ytkAM1V09QGWksg==
2217+
22082218
trim-repeated@^1.0.0:
22092219
version "1.0.0"
22102220
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"

0 commit comments

Comments
 (0)