Skip to content

Commit 85ad698

Browse files
Merge #1812
1812: build(deps-dev): bump nodemon from 3.1.7 to 3.1.9 r=flevi29 a=dependabot[bot] Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.7 to 3.1.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p> <blockquote> <h2>v3.1.9</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.8...v3.1.9">3.1.9</a> (2024-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>maintain backward support for <code>exitcrash</code> (<a href="https://github.com/remy/nodemon/commit/9c9de6eb075c62650145bfebfac3680923f172d6">9c9de6e</a>)</li> </ul> <h2>v3.1.8</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.7...v3.1.8">3.1.8</a> (2024-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>types updated (<a href="https://github.com/remy/nodemon/commit/cb91187ef6243d76d9fb641af7acd2a5fbd1e406">cb91187</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/9c9de6eb075c62650145bfebfac3680923f172d6"><code>9c9de6e</code></a> fix: maintain backward support for <code>exitcrash</code></li> <li><a href="https://github.com/remy/nodemon/commit/880fc4201e722f36f581b7a2817339dbc052b02e"><code>880fc42</code></a> chore: fix merge conflict</li> <li><a href="https://github.com/remy/nodemon/commit/cb91187ef6243d76d9fb641af7acd2a5fbd1e406"><code>cb91187</code></a> fix: types updated</li> <li><a href="https://github.com/remy/nodemon/commit/a021683f7a6c4eca4f674f9c97b1a1b4e4c03a31"><code>a021683</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/701a950c5c38ecc272f22614ab0b7eca377945bc"><code>701a950</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/5bd54896489c1b6868e26041c71652dc5b1994ae"><code>5bd5489</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/d6e5bddd6ef37ab55f319292fc6b2dea6a93888e"><code>d6e5bdd</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/c629667d029722e13fc9c941f45c82bc65a7ed11"><code>c629667</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/ea9595343277d60f85ac84a84ac9836f2ced6bac"><code>ea95953</code></a> chore: web site</li> <li><a href="https://github.com/remy/nodemon/commit/ecea25b9d9e09fa5d3df90cf55b1af8803935714"><code>ecea25b</code></a> chore: update website / fix jq</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.7...v3.1.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nodemon&package-manager=npm_and_yarn&previous-version=3.1.7&new-version=3.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents cdde290 + 459e28a commit 85ad698

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"gzip-size": "^6.0.0",
107107
"kleur": "^4.1.5",
108108
"lint-staged": "15.3.0",
109-
"nodemon": "^3.1.7",
109+
"nodemon": "^3.1.9",
110110
"prettier": "^3.4.2",
111111
"prettier-plugin-jsdoc": "^1.3.0",
112112
"pretty-bytes": "^5.6.0",

yarn.lock

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,13 +3043,6 @@ lru-cache@^5.1.1:
30433043
dependencies:
30443044
yallist "^3.0.2"
30453045

3046-
lru-cache@^6.0.0:
3047-
version "6.0.0"
3048-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3049-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3050-
dependencies:
3051-
yallist "^4.0.0"
3052-
30533046
lunr@^2.3.9:
30543047
version "2.3.9"
30553048
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
@@ -3393,10 +3386,10 @@ node-releases@^2.0.18:
33933386
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
33943387
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
33953388

3396-
nodemon@^3.1.7:
3397-
version "3.1.7"
3398-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.7.tgz#07cb1f455f8bece6a499e0d72b5e029485521a54"
3399-
integrity sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==
3389+
nodemon@^3.1.9:
3390+
version "3.1.9"
3391+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.9.tgz#df502cdc3b120e1c3c0c6e4152349019efa7387b"
3392+
integrity sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==
34003393
dependencies:
34013394
chokidar "^3.5.2"
34023395
debug "^4"
@@ -3851,14 +3844,7 @@ semver@^6.0.0, semver@^6.3.1:
38513844
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
38523845
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
38533846

3854-
semver@^7.5.3:
3855-
version "7.5.4"
3856-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3857-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3858-
dependencies:
3859-
lru-cache "^6.0.0"
3860-
3861-
semver@^7.5.4, semver@^7.6.0:
3847+
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
38623848
version "7.6.3"
38633849
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
38643850
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -4337,11 +4323,6 @@ yallist@^3.0.2:
43374323
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
43384324
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
43394325

4340-
yallist@^4.0.0:
4341-
version "4.0.0"
4342-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4343-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4344-
43454326
yaml@^2.6.1, yaml@~2.6.1:
43464327
version "2.6.1"
43474328
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"

0 commit comments

Comments
 (0)