Skip to content

Commit 90ca298

Browse files
committed
chore(deps): update dependency nodemon to v1.19.3
1 parent 8c48ddb commit 90ca298

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"concurrently": "4.1.0",
3030
"gts": "0.9.0",
3131
"jest": "^24.1.0",
32-
"nodemon": "1.18.9",
32+
"nodemon": "1.19.3",
3333
"ts-jest": "^24.0.0",
3434
"ts-node": "8.0.2",
3535
"typescript": "3.1.6",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@ chardet@^0.7.0:
674674
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
675675
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
676676

677-
chokidar@^2.0.4:
678-
version "2.1.2"
679-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
680-
integrity sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==
677+
chokidar@^2.1.5:
678+
version "2.1.8"
679+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
680+
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
681681
dependencies:
682682
anymatch "^2.0.0"
683683
async-each "^1.0.1"
@@ -689,7 +689,7 @@ chokidar@^2.0.4:
689689
normalize-path "^3.0.0"
690690
path-is-absolute "^1.0.0"
691691
readdirp "^2.2.1"
692-
upath "^1.1.0"
692+
upath "^1.1.1"
693693
optionalDependencies:
694694
fsevents "^1.2.7"
695695

@@ -3044,12 +3044,12 @@ node-pre-gyp@^0.10.0:
30443044
semver "^5.3.0"
30453045
tar "^4"
30463046

3047-
nodemon@1.18.9:
3048-
version "1.18.9"
3049-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.9.tgz#90b467efd3b3c81b9453380aeb2a2cba535d0ead"
3050-
integrity sha512-oj/eEVTEI47pzYAjGkpcNw0xYwTl4XSTUQv2NPQI6PpN3b75PhpuYk3Vb3U80xHCyM2Jm+1j68ULHXl4OR3Afw==
3047+
nodemon@1.19.3:
3048+
version "1.19.3"
3049+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.3.tgz#db71b3e62aef2a8e1283a9fa00164237356102c0"
3050+
integrity sha512-TBNKRmJykEbxpTniZBusqRrUTHIEqa2fpecbTQDQj1Gxjth7kKAPP296ztR0o5gPUWsiYbuEbt73/+XMYab1+w==
30513051
dependencies:
3052-
chokidar "^2.0.4"
3052+
chokidar "^2.1.5"
30533053
debug "^3.1.0"
30543054
ignore-by-default "^1.0.1"
30553055
minimatch "^3.0.4"
@@ -4443,10 +4443,10 @@ unzip-response@^2.0.1:
44434443
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
44444444
integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=
44454445

4446-
upath@^1.1.0:
4447-
version "1.1.0"
4448-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
4449-
integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==
4446+
upath@^1.1.1:
4447+
version "1.2.0"
4448+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
4449+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
44504450

44514451
update-notifier@^2.5.0:
44524452
version "2.5.0"

0 commit comments

Comments
 (0)