@depup/artillery 2.0.30-depup.11 → 2.0.30-depup.12

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
@@ -14,7 +14,7 @@ npm install @depup/artillery
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [artillery](https://www.npmjs.com/package/artillery) @ 2.0.30 |
17
- | Processed | 2026-04-01 |
17
+ | Processed | 2026-04-02 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 34 |
20
20
 
@@ -44,13 +44,13 @@ npm install @depup/artillery
44
44
  | ci-info | ^4.3.1 | ^4.4.0 |
45
45
  | csv-parse | ^4.16.3 | ^6.2.1 |
46
46
  | dependency-tree | ^11.2.0 | ^11.4.0 |
47
- | dotenv | ^16.6.1 | ^17.3.1 |
48
- | esbuild-wasm | ^0.19.12 | ^0.27.4 |
47
+ | dotenv | ^16.6.1 | ^17.4.0 |
48
+ | esbuild-wasm | ^0.19.12 | ^0.27.5 |
49
49
  | fs-extra | ^11.3.3 | ^11.3.4 |
50
50
  | got | ^11.8.5 | ^15.0.0 |
51
51
  | joi | ^17.13.3 | ^18.1.2 |
52
52
  | js-yaml | ^3.14.1 | ^4.1.1 |
53
- | lodash | ^4.17.21 | ^4.17.23 |
53
+ | lodash | ^4.17.21 | ^4.18.1 |
54
54
  | nanoid | ^3.3.4 | ^5.1.7 |
55
55
  | ora | ^4.0.4 | ^9.3.0 |
56
56
  | sqs-consumer | 6.0.2 | ^14.2.6 |
package/changes.json CHANGED
@@ -90,11 +90,11 @@
90
90
  },
91
91
  "dotenv": {
92
92
  "from": "^16.6.1",
93
- "to": "^17.3.1"
93
+ "to": "^17.4.0"
94
94
  },
95
95
  "esbuild-wasm": {
96
96
  "from": "^0.19.12",
97
- "to": "^0.27.4"
97
+ "to": "^0.27.5"
98
98
  },
99
99
  "fs-extra": {
100
100
  "from": "^11.3.3",
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "lodash": {
116
116
  "from": "^4.17.21",
117
- "to": "^4.17.23"
117
+ "to": "^4.18.1"
118
118
  },
119
119
  "nanoid": {
120
120
  "from": "^3.3.4",
@@ -137,6 +137,6 @@
137
137
  "to": "^4.0.1"
138
138
  }
139
139
  },
140
- "timestamp": "2026-04-01T20:21:11.324Z",
140
+ "timestamp": "2026-04-02T00:39:38.809Z",
141
141
  "totalUpdated": 34
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/artillery",
3
- "version": "2.0.30-depup.11",
3
+ "version": "2.0.30-depup.12",
4
4
  "description": "Cloud-scale load testing. https://www.artillery.io (with updated dependencies)",
5
5
  "types": "./types.d.ts",
6
6
  "exports": {
@@ -149,16 +149,16 @@
149
149
  "debug": "^4.4.3",
150
150
  "dependency-tree": "^11.4.0",
151
151
  "detective-es6": "^5.0.1",
152
- "dotenv": "^17.3.1",
152
+ "dotenv": "^17.4.0",
153
153
  "driftless": "^2.0.3",
154
- "esbuild-wasm": "^0.27.4",
154
+ "esbuild-wasm": "^0.27.5",
155
155
  "eventemitter3": "^5.0.4",
156
156
  "fs-extra": "^11.3.4",
157
157
  "got": "^15.0.0",
158
158
  "joi": "^18.1.2",
159
159
  "js-yaml": "^4.1.1",
160
160
  "jsonwebtoken": "^9.0.3",
161
- "lodash": "^4.17.23",
161
+ "lodash": "^4.18.1",
162
162
  "moment": "^2.30.1",
163
163
  "nanoid": "^5.1.7",
164
164
  "ora": "^9.3.0",
@@ -271,11 +271,11 @@
271
271
  },
272
272
  "dotenv": {
273
273
  "from": "^16.6.1",
274
- "to": "^17.3.1"
274
+ "to": "^17.4.0"
275
275
  },
276
276
  "esbuild-wasm": {
277
277
  "from": "^0.19.12",
278
- "to": "^0.27.4"
278
+ "to": "^0.27.5"
279
279
  },
280
280
  "fs-extra": {
281
281
  "from": "^11.3.3",
@@ -295,7 +295,7 @@
295
295
  },
296
296
  "lodash": {
297
297
  "from": "^4.17.21",
298
- "to": "^4.17.23"
298
+ "to": "^4.18.1"
299
299
  },
300
300
  "nanoid": {
301
301
  "from": "^3.3.4",
@@ -321,7 +321,7 @@
321
321
  "depsUpdated": 34,
322
322
  "originalPackage": "artillery",
323
323
  "originalVersion": "2.0.30",
324
- "processedAt": "2026-04-01T20:22:44.539Z",
324
+ "processedAt": "2026-04-02T00:40:31.291Z",
325
325
  "smokeTest": "failed"
326
326
  }
327
327
  }