Skip to content

Commit f11919f

Browse files
Bump nodemon from 3.1.6 to 3.1.7 (#658)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.6 to 3.1.7. <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.7</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.6...v3.1.7">3.1.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li>types for export on ESModule (<a href="https://redirect.github.com/remy/nodemon/issues/2211">#2211</a>) (<a href="https://github.com/remy/nodemon/commit/9b0606afc68ad9cf536cd338b7ffc82f6b2bdc79">9b0606a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/9b0606afc68ad9cf536cd338b7ffc82f6b2bdc79"><code>9b0606a</code></a> fix: types for export on ESModule (<a href="https://redirect.github.com/remy/nodemon/issues/2211">#2211</a>)</li> <li>See full diff in <a href="https://github.com/remy/nodemon/compare/v3.1.6...v3.1.7">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.6&new-version=3.1.7)](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 0c8e08a commit f11919f

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.6",
58+
"nodemon": "^3.1.7",
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.6"
849+
nodemon: "npm:^3.1.7"
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.6":
4748-
version: 3.1.6
4749-
resolution: "nodemon@npm:3.1.6"
4747+
"nodemon@npm:^3.1.7":
4748+
version: 3.1.7
4749+
resolution: "nodemon@npm:3.1.7"
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: c0fe4a5cccba7bdde1589f9d55c85f53e7c31af570f97bc0e2fc7ec0e6014024e89fb8977907e628360e0030fc6a4af14ebe063db294443d1dd7af14d10c77eb
4763+
checksum: e0b46939abdbce251b1d6281005a5763cee57db295bb00bc4a753b0f5320dac00fe53547fb6764c70a086cf6d1238875cccb800fbc71544b3ecbd3ef71183c87
47644764
languageName: node
47654765
linkType: hard
47664766

0 commit comments

Comments
 (0)