@depup/express 5.2.1-depup.5 → 5.2.1-depup.8
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 +42 -0
- package/changes.json +54 -0
- package/package.json +75 -11
package/README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# @depup/express
|
|
2
|
+
|
|
3
|
+
> Dependency-bumped version of [express](https://www.npmjs.com/package/express)
|
|
4
|
+
|
|
5
|
+
Generated by [DepUp](https://github.com/depup/npm) -- all production
|
|
6
|
+
dependencies bumped to latest versions.
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm install @depup/express
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
| Field | Value |
|
|
15
|
+
|-------|-------|
|
|
16
|
+
| Original | [express](https://www.npmjs.com/package/express) @ 5.2.1 |
|
|
17
|
+
| Processed | 2026-04-08 |
|
|
18
|
+
| Smoke test | passed |
|
|
19
|
+
| Deps updated | 12 |
|
|
20
|
+
|
|
21
|
+
## Dependency Changes
|
|
22
|
+
|
|
23
|
+
| Dependency | From | To |
|
|
24
|
+
|------------|------|-----|
|
|
25
|
+
| body-parser | ^2.2.1 | ^2.2.2 |
|
|
26
|
+
| content-disposition | ^1.0.0 | ^1.1.0 |
|
|
27
|
+
| cookie | ^0.7.1 | ^1.1.1 |
|
|
28
|
+
| cookie-signature | ^1.2.1 | ^1.2.2 |
|
|
29
|
+
| debug | ^4.4.0 | ^4.4.3 |
|
|
30
|
+
| finalhandler | ^2.1.0 | ^2.1.1 |
|
|
31
|
+
| http-errors | ^2.0.0 | ^2.0.1 |
|
|
32
|
+
| mime-types | ^3.0.0 | ^3.0.2 |
|
|
33
|
+
| qs | ^6.14.0 | ^6.15.0 |
|
|
34
|
+
| send | ^1.1.0 | ^1.2.1 |
|
|
35
|
+
| serve-static | ^2.2.0 | ^2.2.1 |
|
|
36
|
+
| statuses | ^2.0.1 | ^2.0.2 |
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
Source: https://github.com/depup/npm | Original: https://www.npmjs.com/package/express
|
|
41
|
+
|
|
42
|
+
License inherited from the original package.
|
package/changes.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bumped": {
|
|
3
|
+
"body-parser": {
|
|
4
|
+
"from": "^2.2.1",
|
|
5
|
+
"to": "^2.2.2"
|
|
6
|
+
},
|
|
7
|
+
"content-disposition": {
|
|
8
|
+
"from": "^1.0.0",
|
|
9
|
+
"to": "^1.1.0"
|
|
10
|
+
},
|
|
11
|
+
"cookie": {
|
|
12
|
+
"from": "^0.7.1",
|
|
13
|
+
"to": "^1.1.1"
|
|
14
|
+
},
|
|
15
|
+
"cookie-signature": {
|
|
16
|
+
"from": "^1.2.1",
|
|
17
|
+
"to": "^1.2.2"
|
|
18
|
+
},
|
|
19
|
+
"debug": {
|
|
20
|
+
"from": "^4.4.0",
|
|
21
|
+
"to": "^4.4.3"
|
|
22
|
+
},
|
|
23
|
+
"finalhandler": {
|
|
24
|
+
"from": "^2.1.0",
|
|
25
|
+
"to": "^2.1.1"
|
|
26
|
+
},
|
|
27
|
+
"http-errors": {
|
|
28
|
+
"from": "^2.0.0",
|
|
29
|
+
"to": "^2.0.1"
|
|
30
|
+
},
|
|
31
|
+
"mime-types": {
|
|
32
|
+
"from": "^3.0.0",
|
|
33
|
+
"to": "^3.0.2"
|
|
34
|
+
},
|
|
35
|
+
"qs": {
|
|
36
|
+
"from": "^6.14.0",
|
|
37
|
+
"to": "^6.15.0"
|
|
38
|
+
},
|
|
39
|
+
"send": {
|
|
40
|
+
"from": "^1.1.0",
|
|
41
|
+
"to": "^1.2.1"
|
|
42
|
+
},
|
|
43
|
+
"serve-static": {
|
|
44
|
+
"from": "^2.2.0",
|
|
45
|
+
"to": "^2.2.1"
|
|
46
|
+
},
|
|
47
|
+
"statuses": {
|
|
48
|
+
"from": "^2.0.1",
|
|
49
|
+
"to": "^2.0.2"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"timestamp": "2026-04-08T00:42:08.712Z",
|
|
53
|
+
"totalUpdated": 12
|
|
54
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/express",
|
|
3
|
-
"description": "Fast, unopinionated, minimalist web framework",
|
|
4
|
-
"version": "5.2.1-depup.
|
|
3
|
+
"description": "Fast, unopinionated, minimalist web framework (with updated dependencies)",
|
|
4
|
+
"version": "5.2.1-depup.8",
|
|
5
5
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"express",
|
|
24
|
+
"depup",
|
|
25
|
+
"updated-dependencies",
|
|
26
|
+
"security",
|
|
27
|
+
"latest",
|
|
28
|
+
"patched",
|
|
24
29
|
"framework",
|
|
25
30
|
"sinatra",
|
|
26
31
|
"web",
|
|
@@ -34,7 +39,7 @@
|
|
|
34
39
|
"dependencies": {
|
|
35
40
|
"accepts": "^2.0.0",
|
|
36
41
|
"body-parser": "^2.2.2",
|
|
37
|
-
"content-disposition": "^1.0
|
|
42
|
+
"content-disposition": "^1.1.0",
|
|
38
43
|
"content-type": "^1.0.5",
|
|
39
44
|
"cookie": "^1.1.1",
|
|
40
45
|
"cookie-signature": "^1.2.2",
|
|
@@ -52,7 +57,7 @@
|
|
|
52
57
|
"once": "^1.4.0",
|
|
53
58
|
"parseurl": "^1.3.3",
|
|
54
59
|
"proxy-addr": "^2.0.7",
|
|
55
|
-
"qs": "^6.
|
|
60
|
+
"qs": "^6.15.0",
|
|
56
61
|
"range-parser": "^1.2.1",
|
|
57
62
|
"router": "^2.2.0",
|
|
58
63
|
"send": "^1.2.1",
|
|
@@ -63,20 +68,20 @@
|
|
|
63
68
|
},
|
|
64
69
|
"devDependencies": {
|
|
65
70
|
"after": "0.8.2",
|
|
66
|
-
"connect-redis": "^
|
|
71
|
+
"connect-redis": "^8.0.1",
|
|
67
72
|
"cookie-parser": "1.4.7",
|
|
68
73
|
"cookie-session": "2.1.1",
|
|
69
74
|
"ejs": "^3.1.10",
|
|
70
|
-
"eslint": "
|
|
71
|
-
"express-session": "^1.18.
|
|
75
|
+
"eslint": "8.47.0",
|
|
76
|
+
"express-session": "^1.18.1",
|
|
72
77
|
"hbs": "4.2.0",
|
|
73
|
-
"marked": "^
|
|
78
|
+
"marked": "^15.0.3",
|
|
74
79
|
"method-override": "3.0.0",
|
|
75
|
-
"mocha": "^
|
|
80
|
+
"mocha": "^10.7.3",
|
|
76
81
|
"morgan": "1.10.1",
|
|
77
82
|
"nyc": "^17.1.0",
|
|
78
83
|
"pbkdf2-password": "1.2.1",
|
|
79
|
-
"supertest": "^
|
|
84
|
+
"supertest": "^6.3.0",
|
|
80
85
|
"vhost": "~3.0.2"
|
|
81
86
|
},
|
|
82
87
|
"engines": {
|
|
@@ -86,7 +91,9 @@
|
|
|
86
91
|
"LICENSE",
|
|
87
92
|
"Readme.md",
|
|
88
93
|
"index.js",
|
|
89
|
-
"lib/"
|
|
94
|
+
"lib/",
|
|
95
|
+
"changes.json",
|
|
96
|
+
"README.md"
|
|
90
97
|
],
|
|
91
98
|
"scripts": {
|
|
92
99
|
"lint": "eslint .",
|
|
@@ -95,5 +102,62 @@
|
|
|
95
102
|
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
|
|
96
103
|
"test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
|
|
97
104
|
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
|
|
105
|
+
},
|
|
106
|
+
"depup": {
|
|
107
|
+
"changes": {
|
|
108
|
+
"body-parser": {
|
|
109
|
+
"from": "^2.2.1",
|
|
110
|
+
"to": "^2.2.2"
|
|
111
|
+
},
|
|
112
|
+
"content-disposition": {
|
|
113
|
+
"from": "^1.0.0",
|
|
114
|
+
"to": "^1.1.0"
|
|
115
|
+
},
|
|
116
|
+
"cookie": {
|
|
117
|
+
"from": "^0.7.1",
|
|
118
|
+
"to": "^1.1.1"
|
|
119
|
+
},
|
|
120
|
+
"cookie-signature": {
|
|
121
|
+
"from": "^1.2.1",
|
|
122
|
+
"to": "^1.2.2"
|
|
123
|
+
},
|
|
124
|
+
"debug": {
|
|
125
|
+
"from": "^4.4.0",
|
|
126
|
+
"to": "^4.4.3"
|
|
127
|
+
},
|
|
128
|
+
"finalhandler": {
|
|
129
|
+
"from": "^2.1.0",
|
|
130
|
+
"to": "^2.1.1"
|
|
131
|
+
},
|
|
132
|
+
"http-errors": {
|
|
133
|
+
"from": "^2.0.0",
|
|
134
|
+
"to": "^2.0.1"
|
|
135
|
+
},
|
|
136
|
+
"mime-types": {
|
|
137
|
+
"from": "^3.0.0",
|
|
138
|
+
"to": "^3.0.2"
|
|
139
|
+
},
|
|
140
|
+
"qs": {
|
|
141
|
+
"from": "^6.14.0",
|
|
142
|
+
"to": "^6.15.0"
|
|
143
|
+
},
|
|
144
|
+
"send": {
|
|
145
|
+
"from": "^1.1.0",
|
|
146
|
+
"to": "^1.2.1"
|
|
147
|
+
},
|
|
148
|
+
"serve-static": {
|
|
149
|
+
"from": "^2.2.0",
|
|
150
|
+
"to": "^2.2.1"
|
|
151
|
+
},
|
|
152
|
+
"statuses": {
|
|
153
|
+
"from": "^2.0.1",
|
|
154
|
+
"to": "^2.0.2"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"depsUpdated": 12,
|
|
158
|
+
"originalPackage": "express",
|
|
159
|
+
"originalVersion": "5.2.1",
|
|
160
|
+
"processedAt": "2026-04-08T00:42:12.975Z",
|
|
161
|
+
"smokeTest": "passed"
|
|
98
162
|
}
|
|
99
163
|
}
|