Skip to content

Commit 07e9668

Browse files
chore(deps): update dependency nodemon to v3
1 parent dc39071 commit 07e9668

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jasmine-spec-reporter": "7.0.0",
6767
"lint-staged": "13.2.2",
6868
"markdown-toc": "1.2.0",
69-
"nodemon": "2.0.22",
69+
"nodemon": "3.1.6",
7070
"opn": "5.5.0",
7171
"prettier": "2.3.1"
7272
}

yarn.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,13 @@ debug@^3.2.7:
12361236
dependencies:
12371237
ms "^2.1.1"
12381238

1239+
debug@^4:
1240+
version "4.3.7"
1241+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1242+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
1243+
dependencies:
1244+
ms "^2.1.3"
1245+
12391246
debug@~3.1.0:
12401247
version "3.1.0"
12411248
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -3252,7 +3259,7 @@ ms@2.1.2:
32523259
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
32533260
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
32543261

3255-
ms@2.1.3, ms@^2.1.1:
3262+
ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
32563263
version "2.1.3"
32573264
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
32583265
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -3306,18 +3313,18 @@ node-fetch@^2.1.2:
33063313
dependencies:
33073314
whatwg-url "^5.0.0"
33083315

3309-
nodemon@2.0.22:
3310-
version "2.0.22"
3311-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
3312-
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
3316+
nodemon@3.1.6:
3317+
version "3.1.6"
3318+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.6.tgz#15bd79dca6849aa27b2689d1dbe02dc28bcc1a1c"
3319+
integrity sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==
33133320
dependencies:
33143321
chokidar "^3.5.2"
3315-
debug "^3.2.7"
3322+
debug "^4"
33163323
ignore-by-default "^1.0.1"
33173324
minimatch "^3.1.2"
33183325
pstree.remy "^1.1.8"
3319-
semver "^5.7.1"
3320-
simple-update-notifier "^1.0.7"
3326+
semver "^7.5.3"
3327+
simple-update-notifier "^2.0.0"
33213328
supports-color "^5.5.0"
33223329
touch "^3.1.0"
33233330
undefsafe "^2.0.5"
@@ -4183,7 +4190,7 @@ secure-compare@3.0.1:
41834190
resolved "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3"
41844191
integrity sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==
41854192

4186-
"semver@2 || 3 || 4 || 5", semver@^5.7.1:
4193+
"semver@2 || 3 || 4 || 5":
41874194
version "5.7.1"
41884195
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
41894196
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -4200,10 +4207,10 @@ semver@^7.3.4:
42004207
dependencies:
42014208
lru-cache "^6.0.0"
42024209

4203-
semver@~7.0.0:
4204-
version "7.0.0"
4205-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
4206-
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
4210+
semver@^7.5.3:
4211+
version "7.6.3"
4212+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4213+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
42074214

42084215
send@0.16.2:
42094216
version "0.16.2"
@@ -4339,12 +4346,12 @@ signal-exit@^3.0.2, signal-exit@^3.0.7:
43394346
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
43404347
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
43414348

4342-
simple-update-notifier@^1.0.7:
4343-
version "1.1.0"
4344-
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz#67694c121de354af592b347cdba798463ed49c82"
4345-
integrity sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==
4349+
simple-update-notifier@^2.0.0:
4350+
version "2.0.0"
4351+
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz#d70b92bdab7d6d90dfd73931195a30b6e3d7cebb"
4352+
integrity sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==
43464353
dependencies:
4347-
semver "~7.0.0"
4354+
semver "^7.5.3"
43484355

43494356
slice-ansi@^3.0.0:
43504357
version "3.0.0"

0 commit comments

Comments
 (0)