@depup/open 11.0.0-depup.0 → 11.0.0-depup.23

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 +1 -1
  2. package/changes.json +18 -0
  3. package/package.json +11 -7
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/open
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [open](https://www.npmjs.com/package/open) @ 11.0.0 |
17
- | Processed | 2026-03-09 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 3 |
20
20
 
package/changes.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "bumped": {
3
+ "default-browser": {
4
+ "from": "^5.4.0",
5
+ "to": "^5.5.0"
6
+ },
7
+ "powershell-utils": {
8
+ "from": "^0.1.0",
9
+ "to": "^0.2.0"
10
+ },
11
+ "wsl-utils": {
12
+ "from": "^0.3.0",
13
+ "to": "^0.4.0"
14
+ }
15
+ },
16
+ "timestamp": "2026-07-21T17:26:55.912Z",
17
+ "totalUpdated": 3
18
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/open",
3
- "version": "11.0.0-depup.0",
4
- "description": "[DepUp] Open stuff like URLs, files, executables. Cross-platform.",
3
+ "version": "11.0.0-depup.23",
4
+ "description": "Open stuff like URLs, files, executables. Cross-platform. (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/open",
7
7
  "funding": "https://github.com/sponsors/sindresorhus",
@@ -25,13 +25,17 @@
25
25
  "files": [
26
26
  "index.js",
27
27
  "index.d.ts",
28
- "xdg-open"
28
+ "xdg-open",
29
+ "changes.json",
30
+ "README.md"
29
31
  ],
30
32
  "keywords": [
31
- "depup",
32
- "dependency-bumped",
33
- "updated-deps",
34
33
  "open",
34
+ "depup",
35
+ "updated-dependencies",
36
+ "security",
37
+ "latest",
38
+ "patched",
35
39
  "app",
36
40
  "opener",
37
41
  "opens",
@@ -88,7 +92,7 @@
88
92
  "depsUpdated": 3,
89
93
  "originalPackage": "open",
90
94
  "originalVersion": "11.0.0",
91
- "processedAt": "2026-03-09T04:35:42.334Z",
95
+ "processedAt": "2026-07-21T17:27:07.450Z",
92
96
  "smokeTest": "passed"
93
97
  }
94
98
  }