Skip to content

Commit 0d63393

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency nodemon to v1.19.0
1 parent c629187 commit 0d63393

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"dotenv": "5.0.1",
1717
"graphql-cli": "2.17.0",
18-
"nodemon": "1.18.10",
18+
"nodemon": "1.19.0",
1919
"npm-run-all": "4.1.5",
2020
"prisma": "1.7.0"
2121
}

advanced/server/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,9 @@ chokidar@^1.7.0:
853853
optionalDependencies:
854854
fsevents "^1.0.0"
855855

856-
chokidar@^2.1.0:
857-
version "2.1.2"
858-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
856+
chokidar@^2.1.5:
857+
version "2.1.5"
858+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
859859
dependencies:
860860
anymatch "^2.0.0"
861861
async-each "^1.0.1"
@@ -867,7 +867,7 @@ chokidar@^2.1.0:
867867
normalize-path "^3.0.0"
868868
path-is-absolute "^1.0.0"
869869
readdirp "^2.2.1"
870-
upath "^1.1.0"
870+
upath "^1.1.1"
871871
optionalDependencies:
872872
fsevents "^1.2.7"
873873

@@ -3821,11 +3821,11 @@ node-request-by-swagger@^1.0.6:
38213821
version "1.0.6"
38223822
resolved "https://registry.yarnpkg.com/node-request-by-swagger/-/node-request-by-swagger-1.0.6.tgz#3129510e33232e4d37be4cce94c704670bc5b135"
38233823

3824-
nodemon@1.18.10:
3825-
version "1.18.10"
3826-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.10.tgz#3ba63f64eb4c283cf3e4f75f30817e9d4f393afe"
3824+
nodemon@1.19.0:
3825+
version "1.19.0"
3826+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.0.tgz#358e005549a1e9e1148cb2b9b8b28957dc4e4527"
38273827
dependencies:
3828-
chokidar "^2.1.0"
3828+
chokidar "^2.1.5"
38293829
debug "^3.1.0"
38303830
ignore-by-default "^1.0.1"
38313831
minimatch "^3.0.4"
@@ -5707,7 +5707,7 @@ unzip-response@^2.0.1:
57075707
version "2.0.1"
57085708
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
57095709

5710-
upath@^1.1.0:
5710+
upath@^1.1.1:
57115711
version "1.1.2"
57125712
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
57135713

minimal/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"babel-polyfill": "6.26.0",
1616
"babel-preset-es2015": "6.24.1",
1717
"graphql-yoga": "1.17.4",
18-
"nodemon": "1.18.10"
18+
"nodemon": "1.19.0"
1919
}
2020
}

minimal/server/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -932,9 +932,9 @@ chokidar@^1.6.1:
932932
optionalDependencies:
933933
fsevents "^1.0.0"
934934

935-
chokidar@^2.1.0:
936-
version "2.1.2"
937-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
935+
chokidar@^2.1.5:
936+
version "2.1.5"
937+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
938938
dependencies:
939939
anymatch "^2.0.0"
940940
async-each "^1.0.1"
@@ -946,7 +946,7 @@ chokidar@^2.1.0:
946946
normalize-path "^3.0.0"
947947
path-is-absolute "^1.0.0"
948948
readdirp "^2.2.1"
949-
upath "^1.1.0"
949+
upath "^1.1.1"
950950
optionalDependencies:
951951
fsevents "^1.2.7"
952952

@@ -2389,11 +2389,11 @@ node-pre-gyp@^0.6.39:
23892389
tar "^2.2.1"
23902390
tar-pack "^3.4.0"
23912391

2392-
nodemon@1.18.10:
2393-
version "1.18.10"
2394-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.10.tgz#3ba63f64eb4c283cf3e4f75f30817e9d4f393afe"
2392+
nodemon@1.19.0:
2393+
version "1.19.0"
2394+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.0.tgz#358e005549a1e9e1148cb2b9b8b28957dc4e4527"
23952395
dependencies:
2396-
chokidar "^2.1.0"
2396+
chokidar "^2.1.5"
23972397
debug "^3.1.0"
23982398
ignore-by-default "^1.0.1"
23992399
minimatch "^3.0.4"
@@ -3327,7 +3327,7 @@ unzip-response@^2.0.1:
33273327
version "2.0.1"
33283328
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
33293329

3330-
upath@^1.1.0:
3330+
upath@^1.1.1:
33313331
version "1.1.2"
33323332
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
33333333

0 commit comments

Comments
 (0)