Skip to content

Commit

Permalink
Update dependency nodemon to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 13, 2020
1 parent 14f7ddd commit 869d7b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"husky": "4.2.5",
"jest": "26.4.2",
"lint-staged": "10.2.13",
"nodemon": "2.0.4",
"nodemon": "2.0.5",
"prettier": "2.1.0",
"ts-jest": "26.2.0",
"ts-node": "9.0.0",
Expand Down
25 changes: 14 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5515,9 +5515,10 @@ node-pre-gyp@^0.9.0:
semver "^5.3.0"
tar "^4"

[email protected]:
version "2.0.4"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416"
[email protected]:
version "2.0.5"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.5.tgz#df67fe1fd1312ddb0c1e393ae2cf55aacdcec2f3"
integrity sha512-6/jqtZvJdk092pVnD2AIH19KQ9GQZAKOZVy/yT1ueL6aoV+Ix7a1lVZStXzvEh0fP4zE41DDWlkVoHjR6WlozA==
dependencies:
chokidar "^3.2.2"
debug "^3.2.6"
Expand All @@ -5527,8 +5528,8 @@ [email protected]:
semver "^5.7.1"
supports-color "^5.5.0"
touch "^3.1.0"
undefsafe "^2.0.2"
update-notifier "^4.0.0"
undefsafe "^2.0.3"
update-notifier "^4.1.0"

nopt@^4.0.1:
version "4.0.1"
Expand Down Expand Up @@ -7232,9 +7233,10 @@ ua-parser-js@^0.7.18:
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"
integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==

undefsafe@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
undefsafe@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae"
integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==
dependencies:
debug "^2.2.0"

Expand Down Expand Up @@ -7275,9 +7277,10 @@ unset-value@^1.0.0:
has-value "^0.3.1"
isobject "^3.0.0"

update-notifier@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
update-notifier@^4.1.0:
version "4.1.3"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.3.tgz#be86ee13e8ce48fb50043ff72057b5bd598e1ea3"
integrity sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==
dependencies:
boxen "^4.2.0"
chalk "^3.0.0"
Expand Down

0 comments on commit 869d7b4

Please sign in to comment.