@depup/pkg 5.8.1-depup.0 → 5.8.1-depup.1

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/pkg
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [pkg](https://www.npmjs.com/package/pkg) @ 5.8.1 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-03-27 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 12 |
20
20
 
@@ -27,7 +27,7 @@ npm install @depup/pkg
27
27
  | @babel/types | 7.19.0 | ^7.29.0 |
28
28
  | chalk | ^4.1.2 | ^5.6.2 |
29
29
  | fs-extra | ^9.1.0 | ^11.3.4 |
30
- | globby | ^11.1.0 | ^16.1.1 |
30
+ | globby | ^11.1.0 | ^16.2.0 |
31
31
  | into-stream | ^6.0.0 | ^9.1.0 |
32
32
  | is-core-module | 2.9.0 | ^2.16.1 |
33
33
  | minimist | ^1.2.6 | ^1.2.8 |
package/changes.json CHANGED
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "globby": {
24
24
  "from": "^11.1.0",
25
- "to": "^16.1.1"
25
+ "to": "^16.2.0"
26
26
  },
27
27
  "into-stream": {
28
28
  "from": "^6.0.0",
@@ -49,6 +49,6 @@
49
49
  "to": "^1.22.11"
50
50
  }
51
51
  },
52
- "timestamp": "2026-03-17T19:30:25.208Z",
52
+ "timestamp": "2026-03-27T20:23:10.633Z",
53
53
  "totalUpdated": 12
54
54
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/pkg",
3
- "version": "5.8.1-depup.0",
4
- "description": "[DepUp] Package your Node.js project into an executable",
3
+ "version": "5.8.1-depup.1",
4
+ "description": "Package your Node.js project into an executable (with updated dependencies)",
5
5
  "main": "lib-es5/index.js",
6
6
  "license": "MIT",
7
7
  "repository": "vercel/pkg",
@@ -26,7 +26,7 @@
26
26
  "@babel/types": "^7.29.0",
27
27
  "chalk": "^5.6.2",
28
28
  "fs-extra": "^11.3.4",
29
- "globby": "^16.1.1",
29
+ "globby": "^16.2.0",
30
30
  "into-stream": "^9.1.0",
31
31
  "is-core-module": "^2.16.1",
32
32
  "minimist": "^1.2.8",
@@ -91,10 +91,12 @@
91
91
  "*.{js,css,md,json}": "prettier --write"
92
92
  },
93
93
  "keywords": [
94
+ "pkg",
94
95
  "depup",
95
- "dependency-bumped",
96
- "updated-deps",
97
- "pkg"
96
+ "updated-dependencies",
97
+ "security",
98
+ "latest",
99
+ "patched"
98
100
  ],
99
101
  "depup": {
100
102
  "changes": {
@@ -120,7 +122,7 @@
120
122
  },
121
123
  "globby": {
122
124
  "from": "^11.1.0",
123
- "to": "^16.1.1"
125
+ "to": "^16.2.0"
124
126
  },
125
127
  "into-stream": {
126
128
  "from": "^6.0.0",
@@ -150,7 +152,7 @@
150
152
  "depsUpdated": 12,
151
153
  "originalPackage": "pkg",
152
154
  "originalVersion": "5.8.1",
153
- "processedAt": "2026-03-17T19:30:36.412Z",
155
+ "processedAt": "2026-03-27T20:23:21.034Z",
154
156
  "smokeTest": "passed"
155
157
  }
156
158
  }