@depup/nodemon 3.1.14-depup.38 → 3.1.14-depup.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/changes.json +3 -3
- package/package.json +12 -10
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/nodemon
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nodemon](https://www.npmjs.com/package/nodemon) @ 3.1.14 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 7 |
|
|
20
20
|
|
|
@@ -25,8 +25,8 @@ npm install @depup/nodemon
|
|
|
25
25
|
| chokidar | ^3.5.2 | ^5.0.0 |
|
|
26
26
|
| debug | ^4 | ^4.4.3 |
|
|
27
27
|
| ignore-by-default | ^1.0.1 | ^2.1.0 |
|
|
28
|
-
| minimatch | ^10.2.1 | ^10.2.
|
|
29
|
-
| semver | ^7.5.3 | ^7.
|
|
28
|
+
| minimatch | ^10.2.1 | ^10.2.5 |
|
|
29
|
+
| semver | ^7.5.3 | ^7.8.5 |
|
|
30
30
|
| supports-color | ^5.5.0 | ^10.2.2 |
|
|
31
31
|
| touch | ^3.1.0 | ^3.1.1 |
|
|
32
32
|
|
package/changes.json
CHANGED
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
},
|
|
15
15
|
"minimatch": {
|
|
16
16
|
"from": "^10.2.1",
|
|
17
|
-
"to": "^10.2.
|
|
17
|
+
"to": "^10.2.5"
|
|
18
18
|
},
|
|
19
19
|
"semver": {
|
|
20
20
|
"from": "^7.5.3",
|
|
21
|
-
"to": "^7.
|
|
21
|
+
"to": "^7.8.5"
|
|
22
22
|
},
|
|
23
23
|
"supports-color": {
|
|
24
24
|
"from": "^5.5.0",
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"to": "^3.1.1"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
"timestamp": "2026-
|
|
32
|
+
"timestamp": "2026-07-21T17:26:18.930Z",
|
|
33
33
|
"totalUpdated": 7
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "https://github.com/remy/nodemon.git"
|
|
17
17
|
},
|
|
18
|
-
"description": "
|
|
18
|
+
"description": "Simple monitor script for use during development of a Node.js app. (with updated dependencies)",
|
|
19
19
|
"keywords": [
|
|
20
|
-
"depup",
|
|
21
|
-
"dependency-bumped",
|
|
22
|
-
"updated-deps",
|
|
23
20
|
"nodemon",
|
|
21
|
+
"depup",
|
|
22
|
+
"updated-dependencies",
|
|
23
|
+
"security",
|
|
24
|
+
"latest",
|
|
25
|
+
"patched",
|
|
24
26
|
"cli",
|
|
25
27
|
"monitor",
|
|
26
28
|
"development",
|
|
@@ -62,15 +64,15 @@
|
|
|
62
64
|
"chokidar": "^5.0.0",
|
|
63
65
|
"debug": "^4.4.3",
|
|
64
66
|
"ignore-by-default": "^2.1.0",
|
|
65
|
-
"minimatch": "^10.2.
|
|
67
|
+
"minimatch": "^10.2.5",
|
|
66
68
|
"pstree.remy": "^1.1.8",
|
|
67
|
-
"semver": "^7.
|
|
69
|
+
"semver": "^7.8.5",
|
|
68
70
|
"simple-update-notifier": "^2.0.0",
|
|
69
71
|
"supports-color": "^10.2.2",
|
|
70
72
|
"touch": "^3.1.1",
|
|
71
73
|
"undefsafe": "^2.0.5"
|
|
72
74
|
},
|
|
73
|
-
"version": "3.1.14-depup.
|
|
75
|
+
"version": "3.1.14-depup.62",
|
|
74
76
|
"funding": {
|
|
75
77
|
"type": "opencollective",
|
|
76
78
|
"url": "https://opencollective.com/nodemon"
|
|
@@ -91,11 +93,11 @@
|
|
|
91
93
|
},
|
|
92
94
|
"minimatch": {
|
|
93
95
|
"from": "^10.2.1",
|
|
94
|
-
"to": "^10.2.
|
|
96
|
+
"to": "^10.2.5"
|
|
95
97
|
},
|
|
96
98
|
"semver": {
|
|
97
99
|
"from": "^7.5.3",
|
|
98
|
-
"to": "^7.
|
|
100
|
+
"to": "^7.8.5"
|
|
99
101
|
},
|
|
100
102
|
"supports-color": {
|
|
101
103
|
"from": "^5.5.0",
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
"depsUpdated": 7,
|
|
110
112
|
"originalPackage": "nodemon",
|
|
111
113
|
"originalVersion": "3.1.14",
|
|
112
|
-
"processedAt": "2026-
|
|
114
|
+
"processedAt": "2026-07-21T17:26:26.898Z",
|
|
113
115
|
"smokeTest": "passed"
|
|
114
116
|
}
|
|
115
117
|
}
|