Skip to content

Commit bb06d91

Browse files
chore(deps): update dependency nodemon to v3.1.9 (#161)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://redirect.github.com/remy/nodemon)) | [`3.1.7` -> `3.1.9`](https://renovatebot.com/diffs/npm/nodemon/3.1.7/3.1.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nodemon/3.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nodemon/3.1.7/3.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nodemon/3.1.7/3.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remy/nodemon (nodemon)</summary> ### [`v3.1.9`](https://redirect.github.com/remy/nodemon/releases/tag/v3.1.9) [Compare Source](https://redirect.github.com/remy/nodemon/compare/v3.1.8...v3.1.9) ##### Bug Fixes - maintain backward support for `exitcrash` ([9c9de6e](https://redirect.github.com/remy/nodemon/commit/9c9de6eb075c62650145bfebfac3680923f172d6)) ### [`v3.1.8`](https://redirect.github.com/remy/nodemon/releases/tag/v3.1.8) [Compare Source](https://redirect.github.com/remy/nodemon/compare/v3.1.7...v3.1.8) ##### Bug Fixes - types updated ([cb91187](https://redirect.github.com/remy/nodemon/commit/cb91187ef6243d76d9fb641af7acd2a5fbd1e406)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xddq/nodejs-typescript-modern-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e42697 commit bb06d91

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
"eslint": "8.57.1",
5656
"eslint-config-prettier": "9.1.0",
5757
"jest": "29.7.0",
58-
"nodemon": "3.1.7",
58+
"nodemon": "3.1.9",
5959
"prettier": "3.4.2",
6060
"rimraf": "5.0.10",
6161
"typescript": "5.7.2"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5034,7 +5034,7 @@ __metadata:
50345034
eslint: "npm:8.57.1"
50355035
eslint-config-prettier: "npm:9.1.0"
50365036
jest: "npm:29.7.0"
5037-
nodemon: "npm:3.1.7"
5037+
nodemon: "npm:3.1.9"
50385038
prettier: "npm:3.4.2"
50395039
rimraf: "npm:5.0.10"
50405040
typescript: "npm:5.7.2"
@@ -5044,9 +5044,9 @@ __metadata:
50445044
languageName: unknown
50455045
linkType: soft
50465046

5047-
"nodemon@npm:3.1.7":
5048-
version: 3.1.7
5049-
resolution: "nodemon@npm:3.1.7"
5047+
"nodemon@npm:3.1.9":
5048+
version: 3.1.9
5049+
resolution: "nodemon@npm:3.1.9"
50505050
dependencies:
50515051
chokidar: "npm:^3.5.2"
50525052
debug: "npm:^4"
@@ -5060,7 +5060,7 @@ __metadata:
50605060
undefsafe: "npm:^2.0.5"
50615061
bin:
50625062
nodemon: bin/nodemon.js
5063-
checksum: 10/07c6b14e4915bfe11abd0ee95bdfd96087dcdb7a37f9d1a57d9526f5f564268432556aa726a4019abf7e48deeff4628a5b34e88ccba8bf46c310c5910ad4a075
5063+
checksum: 10/7c01ddfa30815f4147006f5b7c015a1f75017118cf398ee8c4ba3ac904667f4555b91cca6b7b191e0f6ccf5072727aa20224a1456d5446f3f6053e15132068a2
50645064
languageName: node
50655065
linkType: hard
50665066

0 commit comments

Comments
 (0)