Skip to content

Commit e9cf23e

Browse files
committed
Update dependency nodemon to ^2.0.8
1 parent d05e82e commit e9cf23e

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.8",
7474
"xo": "^0.33.1"
7575
},
7676
"xo": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7246,10 +7246,10 @@ node-sass@^6.0.0:
72467246
stdout-stream "^1.4.0"
72477247
"true-case-path" "^1.0.2"
72487248

7249-
nodemon@^2.0.4:
7250-
version "2.0.4"
7251-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.4.tgz#55b09319eb488d6394aa9818148c0c2d1c04c416"
7252-
integrity sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==
7249+
nodemon@^2.0.8:
7250+
version "2.0.8"
7251+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.8.tgz#95719984d4ae57c2b5ce2a1e1bf1ca14de36f500"
7252+
integrity sha512-omq5AbNSMZjjZf12qd5vRpVobbuBJsLhTOS/vwy5ApnO6jpHbS/YuN97X4/zzB9YkdAa3q73HG5IuyM6kIQw8Q==
72537253
dependencies:
72547254
chokidar "^3.2.2"
72557255
debug "^3.2.6"
@@ -7259,8 +7259,8 @@ nodemon@^2.0.4:
72597259
semver "^5.7.1"
72607260
supports-color "^5.5.0"
72617261
touch "^3.1.0"
7262-
undefsafe "^2.0.2"
7263-
update-notifier "^4.0.0"
7262+
undefsafe "^2.0.3"
7263+
update-notifier "^4.1.0"
72647264

72657265
nopt@^5.0.0:
72667266
version "5.0.0"
@@ -10528,10 +10528,10 @@ unc-path-regex@^0.1.2:
1052810528
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1052910529
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
1053010530

10531-
undefsafe@^2.0.2:
10532-
version "2.0.2"
10533-
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
10534-
integrity sha1-Il9rngM3Zj4Njnz9aG/Cg2zKznY=
10531+
undefsafe@^2.0.3:
10532+
version "2.0.3"
10533+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae"
10534+
integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==
1053510535
dependencies:
1053610536
debug "^2.2.0"
1053710537

@@ -10647,7 +10647,7 @@ upath@^2.0.1:
1064710647
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
1064810648
integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==
1064910649

10650-
update-notifier@^4.0.0, update-notifier@^4.1.0:
10650+
update-notifier@^4.1.0:
1065110651
version "4.1.0"
1065210652
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
1065310653
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==

0 commit comments

Comments
 (0)