Skip to content

Commit 7a52754

Browse files
committed
Update dependency nodemon to ^2.0.7
1 parent ed8f0f0 commit 7a52754

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": "^11.0.1"
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
@@ -7266,10 +7266,10 @@ node-sass@^4.14.1:
72667266
stdout-stream "^1.4.0"
72677267
"true-case-path" "^1.0.2"
72687268

7269-
nodemon@^2.0.4:
7270-
version "2.0.4"
7271-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416"
7272-
integrity sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==
7269+
nodemon@^2.0.7:
7270+
version "2.0.7"
7271+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32"
7272+
integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==
72737273
dependencies:
72747274
chokidar "^3.2.2"
72757275
debug "^3.2.6"
@@ -7279,8 +7279,8 @@ nodemon@^2.0.4:
72797279
semver "^5.7.1"
72807280
supports-color "^5.5.0"
72817281
touch "^3.1.0"
7282-
undefsafe "^2.0.2"
7283-
update-notifier "^4.0.0"
7282+
undefsafe "^2.0.3"
7283+
update-notifier "^4.1.0"
72847284

72857285
"nopt@2 || 3":
72867286
version "3.0.6"
@@ -10536,10 +10536,10 @@ unc-path-regex@^0.1.2:
1053610536
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1053710537
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
1053810538

10539-
undefsafe@^2.0.2:
10540-
version "2.0.2"
10541-
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
10542-
integrity sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY=
10539+
undefsafe@^2.0.3:
10540+
version "2.0.3"
10541+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae"
10542+
integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==
1054310543
dependencies:
1054410544
debug "^2.2.0"
1054510545

@@ -10655,7 +10655,7 @@ upath@^2.0.1:
1065510655
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
1065610656
integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==
1065710657

10658-
update-notifier@^4.0.0, update-notifier@^4.1.0:
10658+
update-notifier@^4.1.0:
1065910659
version "4.1.0"
1066010660
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
1066110661
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==

0 commit comments

Comments
 (0)