Skip to content

Commit 3bc7f3b

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency nodemon to v1.18.11
1 parent 348f57a commit 3bc7f3b

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
@@ -27,7 +27,7 @@
2727
"dotenv": "6.2.0",
2828
"graphql-cli": "2.17.0",
2929
"graphql-resolver-codegen": "0.3.1",
30-
"nodemon": "1.18.10",
30+
"nodemon": "1.18.11",
3131
"npm-run-all": "4.1.5",
3232
"prisma": "1.30.0",
3333
"ts-node": "7.0.1",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,10 @@ charm@^1.0.2:
993993
dependencies:
994994
inherits "^2.0.1"
995995

996-
chokidar@^2.1.0:
997-
version "2.1.0"
998-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.0.tgz#5fcb70d0b28ebe0867eb0f09d5f6a08f29a1efa0"
999-
integrity sha512-5t6G2SH8eO6lCvYOoUpaRnF5Qfd//gd7qJAkwRUw9qlGVkiQ13uwQngqbWWaurOsaAm9+kUGbITADxt6H0XFNQ==
996+
chokidar@^2.1.5:
997+
version "2.1.5"
998+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.5.tgz#0ae8434d962281a5f56c72869e79cb6d9d86ad4d"
999+
integrity sha512-i0TprVWp+Kj4WRPtInjexJ8Q+BqTE909VpH8xVhXrJkoc5QC8VO9TryGOqTr+2hljzc1sC62t22h5tZePodM/A==
10001000
dependencies:
10011001
anymatch "^2.0.0"
10021002
async-each "^1.0.1"
@@ -1008,7 +1008,7 @@ chokidar@^2.1.0:
10081008
normalize-path "^3.0.0"
10091009
path-is-absolute "^1.0.0"
10101010
readdirp "^2.2.1"
1011-
upath "^1.1.0"
1011+
upath "^1.1.1"
10121012
optionalDependencies:
10131013
fsevents "^1.2.7"
10141014

@@ -3883,12 +3883,12 @@ node-request-by-swagger@^1.0.6:
38833883
resolved "https://registry.yarnpkg.com/node-request-by-swagger/-/node-request-by-swagger-1.1.4.tgz#909a057bd4dffdf5245cb713f5543a9c56eea94d"
38843884
integrity sha512-hwaTaFPUwNKns5qXwGJpLQM3Z5zRluYeAxpYy1L8fWmWdT/DjLmsnW8/oGlSN8Vo4R28c2znfUoBUiB/RlPptw==
38853885

3886-
3887-
version "1.18.10"
3888-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.10.tgz#3ba63f64eb4c283cf3e4f75f30817e9d4f393afe"
3889-
integrity sha512-we51yBb1TfEvZamFchRgcfLbVYgg0xlGbyXmOtbBzDwxwgewYS/YbZ5tnlnsH51+AoSTTsT3A2E/FloUbtH8cQ==
3886+
3887+
version "1.18.11"
3888+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.11.tgz#d836ab663776e7995570b963da5bfc807e53f6b8"
3889+
integrity sha512-KdN3tm1zkarlqNo4+W9raU3ihM4H15MVMSE/f9rYDZmFgDHAfAJsomYrHhApAkuUemYjFyEeXlpCOQ2v5gtBEw==
38903890
dependencies:
3891-
chokidar "^2.1.0"
3891+
chokidar "^2.1.5"
38923892
debug "^3.1.0"
38933893
ignore-by-default "^1.0.1"
38943894
minimatch "^3.0.4"
@@ -5841,10 +5841,10 @@ unzip-response@^2.0.1:
58415841
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
58425842
integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=
58435843

5844-
upath@^1.1.0:
5845-
version "1.1.0"
5846-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
5847-
integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==
5844+
upath@^1.1.1:
5845+
version "1.1.2"
5846+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
5847+
integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==
58485848

58495849
update-notifier@^2.3.0, update-notifier@^2.5.0:
58505850
version "2.5.0"

0 commit comments

Comments
 (0)