Skip to content

Commit 0c8e08a

Browse files
Bump nodemon from 3.1.5 to 3.1.6 (#657)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.5 to 3.1.6. <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.6</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6">3.1.6</a> (2024-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li>watch nested paths (<a href="https://github.com/remy/nodemon/commit/11fcaaab9ce20168b5840c3174232bffd2b6ac5c">11fcaaa</a>), closes <a href="https://redirect.github.com/remy/nodemon/issues/2216">#2216</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/14280013c62a9a8631257ae4adb208c77db8af0b"><code>1428001</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/11fcaaab9ce20168b5840c3174232bffd2b6ac5c"><code>11fcaaa</code></a> fix: watch nested paths</li> <li><a href="https://github.com/remy/nodemon/commit/fddbd4332bd92286223f01f61efddb6c5c7e3af2"><code>fddbd43</code></a> chore: update web site</li> <li>See full diff in <a href="https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6">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.5&new-version=3.1.6)](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 e5e7ecc commit 0c8e08a

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.2.10",
5757
"lodash": "^4.17.21",
58-
"nodemon": "^3.1.5",
58+
"nodemon": "^3.1.6",
5959
"prettier": "^3.3.3",
6060
"sort-package-json": "^2.10.1",
6161
"ts-jest": "^29.2.5",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ __metadata:
846846
license-checker-rseidelsohn: "npm:^4.4.2"
847847
lint-staged: "npm:^15.2.10"
848848
lodash: "npm:^4.17.21"
849-
nodemon: "npm:^3.1.5"
849+
nodemon: "npm:^3.1.6"
850850
prettier: "npm:^3.3.3"
851851
sort-package-json: "npm:^2.10.1"
852852
ts-jest: "npm:^29.2.5"
@@ -4744,9 +4744,9 @@ __metadata:
47444744
languageName: node
47454745
linkType: hard
47464746

4747-
"nodemon@npm:^3.1.5":
4748-
version: 3.1.5
4749-
resolution: "nodemon@npm:3.1.5"
4747+
"nodemon@npm:^3.1.6":
4748+
version: 3.1.6
4749+
resolution: "nodemon@npm:3.1.6"
47504750
dependencies:
47514751
chokidar: "npm:^3.5.2"
47524752
debug: "npm:^4"
@@ -4760,7 +4760,7 @@ __metadata:
47604760
undefsafe: "npm:^2.0.5"
47614761
bin:
47624762
nodemon: bin/nodemon.js
4763-
checksum: 9282b6d1480e13aabd295b817a31f0d2345fb35de71e80caaaf0623ed7ec67fa2503429fe91e1f1979ecfba4d85d20183df5cbb1b87f36c273ff13686f819e6b
4763+
checksum: c0fe4a5cccba7bdde1589f9d55c85f53e7c31af570f97bc0e2fc7ec0e6014024e89fb8977907e628360e0030fc6a4af14ebe063db294443d1dd7af14d10c77eb
47644764
languageName: node
47654765
linkType: hard
47664766

0 commit comments

Comments
 (0)