-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump start-server-and-test from 1.12.0 to 1.12.1
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v1.12.0...v1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
77a1e8d
commit aefb83e
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5820,6 +5820,11 @@ [email protected], lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" | ||
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== | ||
|
||
lodash@^4.17.21: | ||
version "4.17.21" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | ||
|
||
log-symbols@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" | ||
|
@@ -7888,18 +7893,18 @@ [email protected]: | |
dependencies: | ||
type-fest "^0.7.1" | ||
|
||
[email protected].0: | ||
version "1.12.0" | ||
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.12.0.tgz#e836553c928a13026f79c740757d378b92bee8d6" | ||
integrity sha512-y3M/PLUPkPBsgKoengMIMQeceT8uOnOc4bkdor/RSCK9Ih/j8z4WthSCrAboXLjgtJJWOporAiEQsnYox+THXg== | ||
[email protected].1: | ||
version "1.12.1" | ||
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.12.1.tgz#bf84eb5c5a4c8a98b93ed36519035b3f76179f0e" | ||
integrity sha512-qGQ2HQiF2yDIfyaHsXkHfoE5UOl4zJUbJ/gx2xOkfX7iPMXW9qHmoFyaMfIDJVLNkxCK7RxSrvWEI9hNVKQluw== | ||
dependencies: | ||
bluebird "3.7.2" | ||
check-more-types "2.24.0" | ||
debug "4.3.1" | ||
execa "3.4.0" | ||
lazy-ass "1.6.0" | ||
ps-tree "1.2.0" | ||
wait-on "5.2.1" | ||
wait-on "5.3.0" | ||
|
||
static-extend@^0.1.1: | ||
version "0.1.2" | ||
|
@@ -8726,14 +8731,14 @@ w3c-xmlserializer@^2.0.0: | |
dependencies: | ||
xml-name-validator "^3.0.0" | ||
|
||
wait-on@5.2.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.2.1.tgz#05b66fcb4d7f5da01537f03e7cf96e8836422996" | ||
integrity sha512-H2F986kNWMU9hKlI9l/ppO6tN8ZSJd35yBljMLa1/vjzWP++Qh6aXyt77/u7ySJFZQqBtQxnvm/xgG48AObXcw== | ||
wait-on@5.3.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.3.0.tgz#584e17d4b3fe7b46ac2b9f8e5e102c005c2776c7" | ||
integrity sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg== | ||
dependencies: | ||
axios "^0.21.1" | ||
joi "^17.3.0" | ||
lodash "^4.17.20" | ||
lodash "^4.17.21" | ||
minimist "^1.2.5" | ||
rxjs "^6.6.3" | ||
|
||
|