@depup/serverless 4.34.0-depup.0 → 4.40.0-depup.0

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 CHANGED
@@ -13,8 +13,8 @@ npm install @depup/serverless
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [serverless](https://www.npmjs.com/package/serverless) @ 4.34.0 |
17
- | Processed | 2026-04-10 |
16
+ | Original | [serverless](https://www.npmjs.com/package/serverless) @ 4.40.0 |
17
+ | Processed | 2026-07-26 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/serverless
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | rimraf | 5.0.10 | ^6.1.3 |
26
- | undici | 6.24.1 | ^8.0.2 |
26
+ | undici | 6.27.0 | ^8.9.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "to": "^6.1.3"
6
6
  },
7
7
  "undici": {
8
- "from": "6.24.1",
9
- "to": "^8.0.2"
8
+ "from": "6.27.0",
9
+ "to": "^8.9.0"
10
10
  }
11
11
  },
12
- "timestamp": "2026-04-10T20:15:17.892Z",
12
+ "timestamp": "2026-07-26T01:00:53.696Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/serverless",
3
- "version": "4.34.0-depup.0",
3
+ "version": "4.40.0-depup.0",
4
4
  "description": "serverless with all dependencies updated to latest",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,9 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "rimraf": "^6.1.3",
31
- "undici": "^8.0.2"
31
+ "undici": "^8.9.0"
32
32
  },
33
33
  "devDependencies": {},
34
+ "overrides": {
35
+ "minimatch": "^10.0.0",
36
+ "brace-expansion": "^5.0.7"
37
+ },
34
38
  "engines": {
35
39
  "node": ">=18.17.0"
36
40
  },
@@ -41,14 +45,14 @@
41
45
  "to": "^6.1.3"
42
46
  },
43
47
  "undici": {
44
- "from": "6.24.1",
45
- "to": "^8.0.2"
48
+ "from": "6.27.0",
49
+ "to": "^8.9.0"
46
50
  }
47
51
  },
48
52
  "depsUpdated": 2,
49
53
  "originalPackage": "serverless",
50
- "originalVersion": "4.34.0",
51
- "processedAt": "2026-04-10T20:15:19.140Z",
54
+ "originalVersion": "4.40.0",
55
+ "processedAt": "2026-07-26T01:00:54.744Z",
52
56
  "smokeTest": "failed"
53
57
  }
54
58
  }
@@ -1,145 +0,0 @@
1
- {
2
- "name": "@depup/serverless",
3
- "version": "4.34.0-depup.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@depup/serverless",
9
- "version": "4.34.0-depup.0",
10
- "dependencies": {
11
- "rimraf": "^6.1.3",
12
- "undici": "^8.0.2"
13
- },
14
- "bin": {
15
- "serverless": "run.js",
16
- "sls": "run.js"
17
- },
18
- "devDependencies": {},
19
- "engines": {
20
- "node": ">=18.17.0"
21
- }
22
- },
23
- "node_modules/balanced-match": {
24
- "version": "4.0.4",
25
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
26
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
27
- "license": "MIT",
28
- "engines": {
29
- "node": "18 || 20 || >=22"
30
- }
31
- },
32
- "node_modules/brace-expansion": {
33
- "version": "5.0.5",
34
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
35
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
36
- "license": "MIT",
37
- "dependencies": {
38
- "balanced-match": "^4.0.2"
39
- },
40
- "engines": {
41
- "node": "18 || 20 || >=22"
42
- }
43
- },
44
- "node_modules/glob": {
45
- "version": "13.0.6",
46
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
47
- "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
48
- "license": "BlueOak-1.0.0",
49
- "dependencies": {
50
- "minimatch": "^10.2.2",
51
- "minipass": "^7.1.3",
52
- "path-scurry": "^2.0.2"
53
- },
54
- "engines": {
55
- "node": "18 || 20 || >=22"
56
- },
57
- "funding": {
58
- "url": "https://github.com/sponsors/isaacs"
59
- }
60
- },
61
- "node_modules/lru-cache": {
62
- "version": "11.3.3",
63
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
64
- "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
65
- "license": "BlueOak-1.0.0",
66
- "engines": {
67
- "node": "20 || >=22"
68
- }
69
- },
70
- "node_modules/minimatch": {
71
- "version": "10.2.5",
72
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
73
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
74
- "license": "BlueOak-1.0.0",
75
- "dependencies": {
76
- "brace-expansion": "^5.0.5"
77
- },
78
- "engines": {
79
- "node": "18 || 20 || >=22"
80
- },
81
- "funding": {
82
- "url": "https://github.com/sponsors/isaacs"
83
- }
84
- },
85
- "node_modules/minipass": {
86
- "version": "7.1.3",
87
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
88
- "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
89
- "license": "BlueOak-1.0.0",
90
- "engines": {
91
- "node": ">=16 || 14 >=14.17"
92
- }
93
- },
94
- "node_modules/package-json-from-dist": {
95
- "version": "1.0.1",
96
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
97
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
98
- "license": "BlueOak-1.0.0"
99
- },
100
- "node_modules/path-scurry": {
101
- "version": "2.0.2",
102
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
103
- "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
104
- "license": "BlueOak-1.0.0",
105
- "dependencies": {
106
- "lru-cache": "^11.0.0",
107
- "minipass": "^7.1.2"
108
- },
109
- "engines": {
110
- "node": "18 || 20 || >=22"
111
- },
112
- "funding": {
113
- "url": "https://github.com/sponsors/isaacs"
114
- }
115
- },
116
- "node_modules/rimraf": {
117
- "version": "6.1.3",
118
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.1.3.tgz",
119
- "integrity": "sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==",
120
- "license": "BlueOak-1.0.0",
121
- "dependencies": {
122
- "glob": "^13.0.3",
123
- "package-json-from-dist": "^1.0.1"
124
- },
125
- "bin": {
126
- "rimraf": "dist/esm/bin.mjs"
127
- },
128
- "engines": {
129
- "node": "20 || >=22"
130
- },
131
- "funding": {
132
- "url": "https://github.com/sponsors/isaacs"
133
- }
134
- },
135
- "node_modules/undici": {
136
- "version": "8.0.2",
137
- "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.2.tgz",
138
- "integrity": "sha512-B9MeU5wuFhkFAuNeA19K2GDFcQXZxq33fL0nRy2Aq30wdufZbyyvxW3/ChaeipXVfy/wUweZyzovQGk39+9k2w==",
139
- "license": "MIT",
140
- "engines": {
141
- "node": ">=22.19.0"
142
- }
143
- }
144
- }
145
- }