Skip to content

Commit 1380ecd

Browse files
committed
Update dependency nodemon to ^2.0.7
1 parent 5056561 commit 1380ecd

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"sass-loader": "^10.0.2"
7171
},
7272
"devDependencies": {
73-
"nodemon": "^2.0.4",
73+
"nodemon": "^2.0.7",
7474
"xo": "^0.33.1"
7575
},
7676
"xo": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7131,10 +7131,10 @@ node-sass@^4.14.1:
71317131
stdout-stream "^1.4.0"
71327132
"true-case-path" "^1.0.2"
71337133

7134-
nodemon@^2.0.4:
7135-
version "2.0.4"
7136-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416"
7137-
integrity sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==
7134+
nodemon@^2.0.7:
7135+
version "2.0.7"
7136+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32"
7137+
integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==
71387138
dependencies:
71397139
chokidar "^3.2.2"
71407140
debug "^3.2.6"
@@ -7144,8 +7144,8 @@ nodemon@^2.0.4:
71447144
semver "^5.7.1"
71457145
supports-color "^5.5.0"
71467146
touch "^3.1.0"
7147-
undefsafe "^2.0.2"
7148-
update-notifier "^4.0.0"
7147+
undefsafe "^2.0.3"
7148+
update-notifier "^4.1.0"
71497149

71507150
"nopt@2 || 3":
71517151
version "3.0.6"
@@ -10282,10 +10282,10 @@ unc-path-regex@^0.1.2:
1028210282
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1028310283
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
1028410284

10285-
undefsafe@^2.0.2:
10286-
version "2.0.2"
10287-
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
10288-
integrity sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY=
10285+
undefsafe@^2.0.3:
10286+
version "2.0.3"
10287+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae"
10288+
integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==
1028910289
dependencies:
1029010290
debug "^2.2.0"
1029110291

@@ -10391,7 +10391,7 @@ upath@^1.1.1, upath@^1.2.0:
1039110391
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
1039210392
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
1039310393

10394-
update-notifier@^4.0.0, update-notifier@^4.1.0:
10394+
update-notifier@^4.1.0:
1039510395
version "4.1.0"
1039610396
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
1039710397
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==

0 commit comments

Comments
 (0)