@depup/crypto-random-string 6.0.0-depup.0 → 6.0.0-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,9 +14,15 @@ npm install @depup/crypto-random-string
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [crypto-random-string](https://www.npmjs.com/package/crypto-random-string) @ 6.0.0 |
17
- | Processed | 2026-07-24 |
17
+ | Processed | 2026-08-31 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | type-fest | ^5.8.0 | ^5.9.0 |
20
26
 
21
27
  ---
22
28
 
package/changes.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-07-24T00:37:30.711Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "type-fest": {
4
+ "from": "^5.8.0",
5
+ "to": "^5.9.0"
6
+ }
7
+ },
8
+ "timestamp": "2026-08-31T00:35:27.041Z",
9
+ "totalUpdated": 1
5
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/crypto-random-string",
3
- "version": "6.0.0-depup.0",
3
+ "version": "6.0.0-depup.1",
4
4
  "description": "Generate a cryptographically strong random string (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/crypto-random-string",
@@ -51,7 +51,7 @@
51
51
  "protect"
52
52
  ],
53
53
  "dependencies": {
54
- "type-fest": "^5.8.0",
54
+ "type-fest": "^5.9.0",
55
55
  "uint8array-extras": "^1.5.0"
56
56
  },
57
57
  "devDependencies": {
@@ -60,11 +60,16 @@
60
60
  "xo": "^4.0.0"
61
61
  },
62
62
  "depup": {
63
- "changes": {},
64
- "depsUpdated": 0,
63
+ "changes": {
64
+ "type-fest": {
65
+ "from": "^5.8.0",
66
+ "to": "^5.9.0"
67
+ }
68
+ },
69
+ "depsUpdated": 1,
65
70
  "originalPackage": "crypto-random-string",
66
71
  "originalVersion": "6.0.0",
67
- "processedAt": "2026-07-24T00:37:43.421Z",
72
+ "processedAt": "2026-08-31T00:35:43.225Z",
68
73
  "smokeTest": "passed"
69
74
  }
70
75
  }