Skip to content

Commit 23ea47d

Browse files
committed
Update dependency nodemon to v1.19.1
1 parent 538cc15 commit 23ea47d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"jest": "24.7.1",
2828
"nock": "10.0.6",
29-
"nodemon": "1.18.11",
29+
"nodemon": "1.19.1",
3030
"smee-client": "1.1.0",
3131
"standard": "12.0.1"
3232
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4092,10 +4092,10 @@ node-pre-gyp@^0.10.0:
40924092
semver "^5.3.0"
40934093
tar "^4"
40944094

4095-
nodemon@1.18.11:
4096-
version "1.18.11"
4097-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.11.tgz#d836ab663776e7995570b963da5bfc807e53f6b8"
4098-
integrity sha512-KdN3tm1zkarlqNo4+W9raU3ihM4H15MVMSE/f9rYDZmFgDHAfAJsomYrHhApAkuUemYjFyEeXlpCOQ2v5gtBEw==
4095+
nodemon@1.19.1:
4096+
version "1.19.1"
4097+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.1.tgz#576f0aad0f863aabf8c48517f6192ff987cd5071"
4098+
integrity sha512-/DXLzd/GhiaDXXbGId5BzxP1GlsqtMGM9zTmkWrgXtSqjKmGSbLicM/oAy4FR0YWm14jCHRwnR31AHS2dYFHrg==
40994099
dependencies:
41004100
chokidar "^2.1.5"
41014101
debug "^3.1.0"

0 commit comments

Comments
 (0)