Skip to content

Commit c2bb561

Browse files
Bump nodemon from 3.1.9 to 3.1.10 (#760)
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 4715815 commit c2bb561

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
@@ -55,7 +55,7 @@
5555
"license-checker-rseidelsohn": "^4.4.2",
5656
"lint-staged": "^15.5.1",
5757
"lodash": "^4.17.21",
58-
"nodemon": "^3.1.9",
58+
"nodemon": "^3.1.10",
5959
"prettier": "^3.5.3",
6060
"sort-package-json": "^3.0.0",
6161
"ts-jest": "^29.3.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ __metadata:
826826
license-checker-rseidelsohn: "npm:^4.4.2"
827827
lint-staged: "npm:^15.5.1"
828828
lodash: "npm:^4.17.21"
829-
nodemon: "npm:^3.1.9"
829+
nodemon: "npm:^3.1.10"
830830
prettier: "npm:^3.5.3"
831831
sort-package-json: "npm:^3.0.0"
832832
ts-jest: "npm:^29.3.2"
@@ -4732,9 +4732,9 @@ __metadata:
47324732
languageName: node
47334733
linkType: hard
47344734

4735-
"nodemon@npm:^3.1.9":
4736-
version: 3.1.9
4737-
resolution: "nodemon@npm:3.1.9"
4735+
"nodemon@npm:^3.1.10":
4736+
version: 3.1.10
4737+
resolution: "nodemon@npm:3.1.10"
47384738
dependencies:
47394739
chokidar: "npm:^3.5.2"
47404740
debug: "npm:^4"
@@ -4748,7 +4748,7 @@ __metadata:
47484748
undefsafe: "npm:^2.0.5"
47494749
bin:
47504750
nodemon: bin/nodemon.js
4751-
checksum: dbd6fab40e6be18929ac02366bfdc2203c1688f45186d9468f6bdeb192f0666d044500dfb729d825526715196456e6a17509a13de019b058cbce428d72d04eb5
4751+
checksum: 95b64d647f2c22e85e375b250517b0a4b32c2d2392ad898444e331f70d6b1ab43b17f53a8a1d68d5879ab8401fc6cd6e26f0d2a8736240984f6b5a8435b407c0
47524752
languageName: node
47534753
linkType: hard
47544754

0 commit comments

Comments
 (0)