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

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.
Files changed (3) hide show
  1. package/README.md +8 -8
  2. package/changes.json +8 -8
  3. package/package.json +22 -20
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-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 12 |
20
20
 
@@ -22,18 +22,18 @@ npm install @depup/pkg
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @babel/generator | 7.18.2 | ^7.29.1 |
26
- | @babel/parser | 7.18.4 | ^7.29.2 |
27
- | @babel/types | 7.19.0 | ^7.29.0 |
25
+ | @babel/generator | 7.18.2 | ^8.0.0 |
26
+ | @babel/parser | 7.18.4 | ^8.0.4 |
27
+ | @babel/types | 7.19.0 | ^8.0.4 |
28
28
  | chalk | ^4.1.2 | ^5.6.2 |
29
- | fs-extra | ^9.1.0 | ^11.3.4 |
30
- | globby | ^11.1.0 | ^16.1.1 |
29
+ | fs-extra | ^9.1.0 | ^11.3.6 |
30
+ | globby | ^11.1.0 | ^16.2.2 |
31
31
  | into-stream | ^6.0.0 | ^9.1.0 |
32
- | is-core-module | 2.9.0 | ^2.16.1 |
32
+ | is-core-module | 2.9.0 | ^2.16.2 |
33
33
  | minimist | ^1.2.6 | ^1.2.8 |
34
34
  | pkg-fetch | 3.4.2 | ^3.5.2 |
35
35
  | prebuild-install | 7.1.1 | ^7.1.3 |
36
- | resolve | ^1.22.0 | ^1.22.11 |
36
+ | resolve | ^1.22.0 | ^1.22.12 |
37
37
 
38
38
  ---
39
39
 
package/changes.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "bumped": {
3
3
  "@babel/generator": {
4
4
  "from": "7.18.2",
5
- "to": "^7.29.1"
5
+ "to": "^8.0.0"
6
6
  },
7
7
  "@babel/parser": {
8
8
  "from": "7.18.4",
9
- "to": "^7.29.2"
9
+ "to": "^8.0.4"
10
10
  },
11
11
  "@babel/types": {
12
12
  "from": "7.19.0",
13
- "to": "^7.29.0"
13
+ "to": "^8.0.4"
14
14
  },
15
15
  "chalk": {
16
16
  "from": "^4.1.2",
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "fs-extra": {
20
20
  "from": "^9.1.0",
21
- "to": "^11.3.4"
21
+ "to": "^11.3.6"
22
22
  },
23
23
  "globby": {
24
24
  "from": "^11.1.0",
25
- "to": "^16.1.1"
25
+ "to": "^16.2.2"
26
26
  },
27
27
  "into-stream": {
28
28
  "from": "^6.0.0",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "is-core-module": {
32
32
  "from": "2.9.0",
33
- "to": "^2.16.1"
33
+ "to": "^2.16.2"
34
34
  },
35
35
  "minimist": {
36
36
  "from": "^1.2.6",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "resolve": {
48
48
  "from": "^1.22.0",
49
- "to": "^1.22.11"
49
+ "to": "^1.22.12"
50
50
  }
51
51
  },
52
- "timestamp": "2026-03-17T19:30:25.208Z",
52
+ "timestamp": "2026-07-21T17:29:17.264Z",
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.2",
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",
@@ -21,19 +21,19 @@
21
21
  "singleQuote": true
22
22
  },
23
23
  "dependencies": {
24
- "@babel/generator": "^7.29.1",
25
- "@babel/parser": "^7.29.2",
26
- "@babel/types": "^7.29.0",
24
+ "@babel/generator": "^8.0.0",
25
+ "@babel/parser": "^8.0.4",
26
+ "@babel/types": "^8.0.4",
27
27
  "chalk": "^5.6.2",
28
- "fs-extra": "^11.3.4",
29
- "globby": "^16.1.1",
28
+ "fs-extra": "^11.3.6",
29
+ "globby": "^16.2.2",
30
30
  "into-stream": "^9.1.0",
31
- "is-core-module": "^2.16.1",
31
+ "is-core-module": "^2.16.2",
32
32
  "minimist": "^1.2.8",
33
33
  "multistream": "^4.1.0",
34
34
  "pkg-fetch": "^3.5.2",
35
35
  "prebuild-install": "^7.1.3",
36
- "resolve": "^1.22.11",
36
+ "resolve": "^1.22.12",
37
37
  "stream-meter": "^1.0.4"
38
38
  },
39
39
  "devDependencies": {
@@ -91,24 +91,26 @@
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": {
101
103
  "@babel/generator": {
102
104
  "from": "7.18.2",
103
- "to": "^7.29.1"
105
+ "to": "^8.0.0"
104
106
  },
105
107
  "@babel/parser": {
106
108
  "from": "7.18.4",
107
- "to": "^7.29.2"
109
+ "to": "^8.0.4"
108
110
  },
109
111
  "@babel/types": {
110
112
  "from": "7.19.0",
111
- "to": "^7.29.0"
113
+ "to": "^8.0.4"
112
114
  },
113
115
  "chalk": {
114
116
  "from": "^4.1.2",
@@ -116,11 +118,11 @@
116
118
  },
117
119
  "fs-extra": {
118
120
  "from": "^9.1.0",
119
- "to": "^11.3.4"
121
+ "to": "^11.3.6"
120
122
  },
121
123
  "globby": {
122
124
  "from": "^11.1.0",
123
- "to": "^16.1.1"
125
+ "to": "^16.2.2"
124
126
  },
125
127
  "into-stream": {
126
128
  "from": "^6.0.0",
@@ -128,7 +130,7 @@
128
130
  },
129
131
  "is-core-module": {
130
132
  "from": "2.9.0",
131
- "to": "^2.16.1"
133
+ "to": "^2.16.2"
132
134
  },
133
135
  "minimist": {
134
136
  "from": "^1.2.6",
@@ -144,13 +146,13 @@
144
146
  },
145
147
  "resolve": {
146
148
  "from": "^1.22.0",
147
- "to": "^1.22.11"
149
+ "to": "^1.22.12"
148
150
  }
149
151
  },
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-07-21T17:29:26.130Z",
154
156
  "smokeTest": "passed"
155
157
  }
156
158
  }