Skip to content

Commit 8a1fee4

Browse files
chore(deps-dev): bump nodemon from 3.1.11 to 3.1.14
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.11 to 3.1.14. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.11...v3.1.14) --- updated-dependencies: - dependency-name: nodemon dependency-version: 3.1.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b273baa commit 8a1fee4

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ balanced-match@^2.0.0:
277277
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9"
278278
integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==
279279

280+
balanced-match@^4.0.2:
281+
version "4.0.4"
282+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
283+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
284+
280285
binary-extensions@^2.0.0:
281286
version "2.3.0"
282287
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
@@ -295,6 +300,13 @@ brace-expansion@^1.1.7:
295300
balanced-match "^1.0.0"
296301
concat-map "0.0.1"
297302

303+
brace-expansion@^5.0.2:
304+
version "5.0.3"
305+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
306+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
307+
dependencies:
308+
balanced-match "^4.0.2"
309+
298310
braces@^3.0.3, braces@~3.0.2:
299311
version "3.0.3"
300312
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -1331,7 +1343,14 @@ micromatch@^4.0.5, micromatch@^4.0.8:
13311343
braces "^3.0.3"
13321344
picomatch "^2.3.1"
13331345

1334-
minimatch@^3.0.4, minimatch@^3.1.2:
1346+
minimatch@^10.2.1:
1347+
version "10.2.2"
1348+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
1349+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
1350+
dependencies:
1351+
brace-expansion "^5.0.2"
1352+
1353+
minimatch@^3.0.4:
13351354
version "3.1.2"
13361355
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
13371356
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1359,14 +1378,14 @@ node-addon-api@^7.0.0:
13591378
integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==
13601379

13611380
nodemon@^3.1.7:
1362-
version "3.1.11"
1363-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.11.tgz#04a54d1e794fbec9d8f6ffd8bf1ba9ea93a756ed"
1364-
integrity sha512-is96t8F/1//UHAjNPHpbsNY46ELPpftGUoSVNXwUfMk/qdjSylYrWSu1XavVTBOn526kFiOR733ATgNBCQyH0g==
1381+
version "3.1.14"
1382+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.14.tgz#8487ca379c515301d221ec007f27f24ecafa2b51"
1383+
integrity sha512-jakjZi93UtB3jHMWsXL68FXSAosbLfY0In5gtKq3niLSkrWznrVBzXFNOEMJUfc9+Ke7SHWoAZsiMkNP3vq6Jw==
13651384
dependencies:
13661385
chokidar "^3.5.2"
13671386
debug "^4"
13681387
ignore-by-default "^1.0.1"
1369-
minimatch "^3.1.2"
1388+
minimatch "^10.2.1"
13701389
pstree.remy "^1.1.8"
13711390
semver "^7.5.3"
13721391
simple-update-notifier "^2.0.0"

0 commit comments

Comments
 (0)