Skip to content

Commit a9a48fd

Browse files
Bump nodemon from 3.1.9 to 3.1.10 (#280)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.9 to 3.1.10. <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.10</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10">3.1.10</a> (2025-04-23)</h2> <h3>Bug Fixes</h3> <ul> <li>update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>) (<a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e">297c7c7</a>), closes <a href="https://redirect.github.com/remy/nodemon/issues/2231">#2231</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e"><code>297c7c7</code></a> fix: update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/f7661d942128299993342ae115da813cc2a732cd"><code>f7661d9</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/8fc12e862ff7b2a84900abcc068c4085080074af"><code>8fc12e8</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/8b535a0f1c9608894e882fe1b3209c1c820441d7"><code>8b535a0</code></a> chore: fix JQ rendering for site</li> <li><a href="https://github.com/remy/nodemon/commit/59d53500cf16b0705856f4c607049b9d0c1b45af"><code>59d5350</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/9954aff2075380825bba2cf7054c0da37269a6e0"><code>9954aff</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/d147fb652f812eabb6a64a16353e6b9f28a04463"><code>d147fb6</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/53d2dfdf6377189068ad263af078587a0e282571"><code>53d2dfd</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/60f147484d720fde5baf845ad66fb6d7da302f9c"><code>60f1474</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/af51f773659a9bfb448d736c6fd78855ff922d2d"><code>af51f77</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10">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.9&new-version=3.1.10)](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>
1 parent bb0a11f commit a9a48fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jest": "^29.7.0",
3232
"jest-junit": "^16.0.0",
3333
"lodash": "^4.17.21",
34-
"nodemon": "^3.1.9",
34+
"nodemon": "^3.1.10",
3535
"prettier": "^3.5.3",
3636
"supertest": "^7.1.0",
3737
"typescript": "^5.8.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,7 +5433,7 @@ __metadata:
54335433
jest: "npm:^29.7.0"
54345434
jest-junit: "npm:^16.0.0"
54355435
lodash: "npm:^4.17.21"
5436-
nodemon: "npm:^3.1.9"
5436+
nodemon: "npm:^3.1.10"
54375437
prettier: "npm:^3.5.3"
54385438
supertest: "npm:^7.1.0"
54395439
typescript: "npm:^5.8.3"
@@ -5821,9 +5821,9 @@ __metadata:
58215821
languageName: node
58225822
linkType: hard
58235823

5824-
"nodemon@npm:^3.1.9":
5825-
version: 3.1.9
5826-
resolution: "nodemon@npm:3.1.9"
5824+
"nodemon@npm:^3.1.10":
5825+
version: 3.1.10
5826+
resolution: "nodemon@npm:3.1.10"
58275827
dependencies:
58285828
chokidar: "npm:^3.5.2"
58295829
debug: "npm:^4"
@@ -5837,7 +5837,7 @@ __metadata:
58375837
undefsafe: "npm:^2.0.5"
58385838
bin:
58395839
nodemon: bin/nodemon.js
5840-
checksum: dbd6fab40e6be18929ac02366bfdc2203c1688f45186d9468f6bdeb192f0666d044500dfb729d825526715196456e6a17509a13de019b058cbce428d72d04eb5
5840+
checksum: 95b64d647f2c22e85e375b250517b0a4b32c2d2392ad898444e331f70d6b1ab43b17f53a8a1d68d5879ab8401fc6cd6e26f0d2a8736240984f6b5a8435b407c0
58415841
languageName: node
58425842
linkType: hard
58435843

0 commit comments

Comments
 (0)