Skip to content

Commit 6557f3c

Browse files
chore(deps): update dependency nodemon to v3
1 parent 4d88342 commit 6557f3c

2 files changed

Lines changed: 111 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-makeomatic": "^5.0.3",
2828
"lerna": "^3.22.1",
2929
"mocha": "^8.1.3",
30-
"nodemon": "^2.0.4",
30+
"nodemon": "^3.0.0",
3131
"nyc": "^15.1.0",
3232
"ts-node": "^9.0.0",
3333
"typescript": "^4.0.2"

yarn.lock

Lines changed: 110 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,14 @@ anymatch@~3.1.1:
19711971
normalize-path "^3.0.0"
19721972
picomatch "^2.0.4"
19731973

1974+
anymatch@~3.1.2:
1975+
version "3.1.3"
1976+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
1977+
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
1978+
dependencies:
1979+
normalize-path "^3.0.0"
1980+
picomatch "^2.0.4"
1981+
19741982
apidoc-core@^0.12.0:
19751983
version "0.12.0"
19761984
resolved "https://registry.yarnpkg.com/apidoc-core/-/apidoc-core-0.12.0.tgz#96e5c04c17b92c288664ef3c8aa4c78cbfacccb6"
@@ -2237,6 +2245,11 @@ balanced-match@^1.0.0:
22372245
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
22382246
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
22392247

2248+
balanced-match@^4.0.2:
2249+
version "4.0.3"
2250+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.3.tgz#6337a2f23e0604a30481423432f99eac603599f9"
2251+
integrity sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==
2252+
22402253
base@^0.11.1:
22412254
version "0.11.2"
22422255
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
@@ -2331,6 +2344,13 @@ brace-expansion@^1.1.7:
23312344
balanced-match "^1.0.0"
23322345
concat-map "0.0.1"
23332346

2347+
brace-expansion@^5.0.2:
2348+
version "5.0.2"
2349+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
2350+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
2351+
dependencies:
2352+
balanced-match "^4.0.2"
2353+
23342354
braces@^2.3.1:
23352355
version "2.3.2"
23362356
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -2586,6 +2606,21 @@ chokidar@3.4.2, chokidar@^3.2.2:
25862606
optionalDependencies:
25872607
fsevents "~2.1.2"
25882608

2609+
chokidar@^3.5.2:
2610+
version "3.6.0"
2611+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
2612+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
2613+
dependencies:
2614+
anymatch "~3.1.2"
2615+
braces "~3.0.2"
2616+
glob-parent "~5.1.2"
2617+
is-binary-path "~2.1.0"
2618+
is-glob "~4.0.1"
2619+
normalize-path "~3.0.0"
2620+
readdirp "~3.6.0"
2621+
optionalDependencies:
2622+
fsevents "~2.3.2"
2623+
25892624
chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4:
25902625
version "1.1.4"
25912626
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -3233,6 +3268,13 @@ debug@^3.1.0, debug@^3.2.6:
32333268
dependencies:
32343269
ms "^2.1.1"
32353270

3271+
debug@^4:
3272+
version "4.4.3"
3273+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3274+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
3275+
dependencies:
3276+
ms "^2.1.3"
3277+
32363278
debuglog@^1.0.1:
32373279
version "1.0.1"
32383280
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -4284,6 +4326,11 @@ fsevents@~2.1.2:
42844326
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
42854327
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
42864328

4329+
fsevents@~2.3.2:
4330+
version "2.3.3"
4331+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
4332+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
4333+
42874334
function-bind@^1.1.1:
42884335
version "1.1.1"
42894336
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -4494,6 +4541,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
44944541
dependencies:
44954542
is-glob "^4.0.1"
44964543

4544+
glob-parent@~5.1.2:
4545+
version "5.1.2"
4546+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
4547+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
4548+
dependencies:
4549+
is-glob "^4.0.1"
4550+
44974551
glob-to-regexp@^0.3.0:
44984552
version "0.3.0"
44994553
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -6096,7 +6150,9 @@ lodash.zip@^4.2.0:
60966150
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
60976151

60986152
lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.2.1:
6099-
version: "4.17.21"
6153+
version "4.17.23"
6154+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
6155+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
61006156

61016157
log-symbols@4.0.0:
61026158
version "4.0.0"
@@ -6421,6 +6477,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
64216477
dependencies:
64226478
brace-expansion "^1.1.7"
64236479

6480+
minimatch@^10.2.1:
6481+
version "10.2.2"
6482+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
6483+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
6484+
dependencies:
6485+
brace-expansion "^5.0.2"
6486+
64246487
minimist-options@4.1.0:
64256488
version "4.1.0"
64266489
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6575,6 +6638,11 @@ ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
65756638
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
65766639
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
65776640

6641+
ms@^2.1.3:
6642+
version "2.1.3"
6643+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
6644+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
6645+
65786646
multimap@^1.1.0:
65796647
version "1.1.0"
65806648
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
@@ -6733,6 +6801,22 @@ nodemon@^2.0.4:
67336801
undefsafe "^2.0.2"
67346802
update-notifier "^4.0.0"
67356803

6804+
nodemon@^3.0.0:
6805+
version "3.1.13"
6806+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.13.tgz#06e4861d8f8a8033c9f607ae3645d3c02ca1c061"
6807+
integrity sha512-nPN6L7A9cTA3BnJ3zZIibH5FiDh3GbmibeS17bl5YEU1IRO2mcfvR0ZJXH3ndoeKItjUcaX81FSKc/Kq/IiG6g==
6808+
dependencies:
6809+
chokidar "^3.5.2"
6810+
debug "^4"
6811+
ignore-by-default "^1.0.1"
6812+
minimatch "^10.2.1"
6813+
pstree.remy "^1.1.8"
6814+
semver "^7.5.3"
6815+
simple-update-notifier "^2.0.0"
6816+
supports-color "^5.5.0"
6817+
touch "^3.1.0"
6818+
undefsafe "^2.0.5"
6819+
67366820
nopt@^4.0.1, nopt@^4.0.3:
67376821
version "4.0.3"
67386822
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
@@ -7805,7 +7889,7 @@ psl@^1.1.28:
78057889
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
78067890
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
78077891

7808-
pstree.remy@^1.1.7:
7892+
pstree.remy@^1.1.7, pstree.remy@^1.1.8:
78097893
version "1.1.8"
78107894
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"
78117895
integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==
@@ -8076,6 +8160,13 @@ readdirp@~3.4.0:
80768160
dependencies:
80778161
picomatch "^2.2.1"
80788162

8163+
readdirp@~3.6.0:
8164+
version "3.6.0"
8165+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
8166+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
8167+
dependencies:
8168+
picomatch "^2.2.1"
8169+
80798170
rechoir@^0.6.2:
80808171
version "0.6.2"
80818172
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
@@ -8472,6 +8563,11 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
84728563
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
84738564
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
84748565

8566+
semver@^7.5.3:
8567+
version "7.7.4"
8568+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
8569+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
8570+
84758571
serialize-javascript@4.0.0:
84768572
version "4.0.0"
84778573
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
@@ -8562,6 +8658,13 @@ simple-swizzle@^0.2.2:
85628658
dependencies:
85638659
is-arrayish "^0.3.1"
85648660

8661+
simple-update-notifier@^2.0.0:
8662+
version "2.0.0"
8663+
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz#d70b92bdab7d6d90dfd73931195a30b6e3d7cebb"
8664+
integrity sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==
8665+
dependencies:
8666+
semver "^7.5.3"
8667+
85658668
sinon@^9.0.3:
85668669
version "9.0.3"
85678670
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.0.3.tgz#bffc3ec28c936332cd2a41833547b9eed201ecff"
@@ -9439,6 +9542,11 @@ undefsafe@^2.0.2:
94399542
dependencies:
94409543
debug "^2.2.0"
94419544

9545+
undefsafe@^2.0.5:
9546+
version "2.0.5"
9547+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
9548+
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
9549+
94429550
union-value@^1.0.0:
94439551
version "1.0.1"
94449552
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)