Skip to content

Commit e5e7ecc

Browse files
Bump nodemon from 3.1.4 to 3.1.5 (#656)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.5. <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.5</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5">3.1.5</a> (2024-09-17)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing ignore option to type defintion of config (<a href="https://redirect.github.com/remy/nodemon/issues/2224">#2224</a>) (<a href="https://github.com/remy/nodemon/commit/254c2ab17877a79b9573c79371cb0fc567eb0514">254c2ab</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/254c2ab17877a79b9573c79371cb0fc567eb0514"><code>254c2ab</code></a> fix: add missing ignore option to type defintion of config (<a href="https://redirect.github.com/remy/nodemon/issues/2224">#2224</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/f0142413c034a71949fbca5b0de7c871cbbcc676"><code>f014241</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/5a18d24984afaf2ec9899b3b1058c0bfb9f539fc"><code>5a18d24</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/1773092cb8474d74b33e184938b0ebea745c1e96"><code>1773092</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/51dedeed3c778aa761fce92586d9cf188823afe9"><code>51dedee</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/ef9ff049bdbdb0a45c7b1a381fc41003d38a2784"><code>ef9ff04</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/6cd859d13255fe76ebbcb6672a8fb51528db67bb"><code>6cd859d</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/b8ab22315f7f3659eaac04dd188afac4600700b0"><code>b8ab223</code></a> chore: update website</li> <li><a href="https://github.com/remy/nodemon/commit/58b7a324890e945a4271519dca08f0a4cd99d3e9"><code>58b7a32</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/74a733b7419572813097f7af351cec9889d75f94"><code>74a733b</code></a> chore: website</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5">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.4&new-version=3.1.5)](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 aa9bb13 commit e5e7ecc

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.4",
58+
"nodemon": "^3.1.5",
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.4"
849+
nodemon: "npm:^3.1.5"
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.4":
4748-
version: 3.1.4
4749-
resolution: "nodemon@npm:3.1.4"
4747+
"nodemon@npm:^3.1.5":
4748+
version: 3.1.5
4749+
resolution: "nodemon@npm:3.1.5"
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: be2335396a4c25549f86e9c69bb57e6a21758a9649d74182a359d88b80afbe84f67a1651e293a08c6d77ecdf5c6224d02990de9de225f70d7c659021206c877f
4763+
checksum: 9282b6d1480e13aabd295b817a31f0d2345fb35de71e80caaaf0623ed7ec67fa2503429fe91e1f1979ecfba4d85d20183df5cbb1b87f36c273ff13686f819e6b
47644764
languageName: node
47654765
linkType: hard
47664766

0 commit comments

Comments
 (0)