@depup/react-player 3.4.0-depup.0 → 3.4.0-depup.56

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 +7 -7
  2. package/changes.json +7 -7
  3. package/package.json +20 -18
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/react-player
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [react-player](https://www.npmjs.com/package/react-player) @ 3.4.0 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 10 |
20
20
 
@@ -22,15 +22,15 @@ npm install @depup/react-player
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @mux/mux-player-react | ^3.8.0 | ^3.11.5 |
25
+ | @mux/mux-player-react | ^3.8.0 | ^3.13.0 |
26
26
  | cloudflare-video-element | ^1.3.4 | ^1.3.5 |
27
- | dash-video-element | ^0.3.0 | ^0.3.1 |
28
- | hls-video-element | ^1.5.9 | ^1.5.10 |
27
+ | dash-video-element | ^0.3.0 | ^0.3.2 |
28
+ | hls-video-element | ^1.5.9 | ^1.5.11 |
29
29
  | spotify-audio-element | ^1.0.3 | ^1.0.4 |
30
30
  | tiktok-video-element | ^0.1.1 | ^0.1.2 |
31
- | twitch-video-element | ^0.1.5 | ^0.1.6 |
32
- | vimeo-video-element | ^1.6.1 | ^1.7.0 |
33
- | wistia-video-element | ^1.3.5 | ^1.3.6 |
31
+ | twitch-video-element | ^0.1.5 | ^0.2.0 |
32
+ | vimeo-video-element | ^1.6.1 | ^1.7.2 |
33
+ | wistia-video-element | ^1.3.5 | ^1.4.0 |
34
34
  | youtube-video-element | ^1.8.0 | ^1.9.0 |
35
35
 
36
36
  ---
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@mux/mux-player-react": {
4
4
  "from": "^3.8.0",
5
- "to": "^3.11.5"
5
+ "to": "^3.13.0"
6
6
  },
7
7
  "cloudflare-video-element": {
8
8
  "from": "^1.3.4",
@@ -10,11 +10,11 @@
10
10
  },
11
11
  "dash-video-element": {
12
12
  "from": "^0.3.0",
13
- "to": "^0.3.1"
13
+ "to": "^0.3.2"
14
14
  },
15
15
  "hls-video-element": {
16
16
  "from": "^1.5.9",
17
- "to": "^1.5.10"
17
+ "to": "^1.5.11"
18
18
  },
19
19
  "spotify-audio-element": {
20
20
  "from": "^1.0.3",
@@ -26,21 +26,21 @@
26
26
  },
27
27
  "twitch-video-element": {
28
28
  "from": "^0.1.5",
29
- "to": "^0.1.6"
29
+ "to": "^0.2.0"
30
30
  },
31
31
  "vimeo-video-element": {
32
32
  "from": "^1.6.1",
33
- "to": "^1.7.0"
33
+ "to": "^1.7.2"
34
34
  },
35
35
  "wistia-video-element": {
36
36
  "from": "^1.3.5",
37
- "to": "^1.3.6"
37
+ "to": "^1.4.0"
38
38
  },
39
39
  "youtube-video-element": {
40
40
  "from": "^1.8.0",
41
41
  "to": "^1.9.0"
42
42
  }
43
43
  },
44
- "timestamp": "2026-03-17T18:41:46.110Z",
44
+ "timestamp": "2026-07-21T16:22:55.319Z",
45
45
  "totalUpdated": 10
46
46
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/react-player",
3
- "version": "3.4.0-depup.0",
4
- "description": "[DepUp] A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia",
3
+ "version": "3.4.0-depup.56",
4
+ "description": "A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia (with updated dependencies)",
5
5
  "author": "Pete Cook (https://github.com/cookpete)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/cookpete/react-player",
@@ -51,15 +51,15 @@
51
51
  "react-dom": "^17.0.2 || ^18 || ^19"
52
52
  },
53
53
  "dependencies": {
54
- "@mux/mux-player-react": "^3.11.5",
54
+ "@mux/mux-player-react": "^3.13.0",
55
55
  "cloudflare-video-element": "^1.3.5",
56
- "dash-video-element": "^0.3.1",
57
- "hls-video-element": "^1.5.10",
56
+ "dash-video-element": "^0.3.2",
57
+ "hls-video-element": "^1.5.11",
58
58
  "spotify-audio-element": "^1.0.4",
59
59
  "tiktok-video-element": "^0.1.2",
60
- "twitch-video-element": "^0.1.6",
61
- "vimeo-video-element": "^1.7.0",
62
- "wistia-video-element": "^1.3.6",
60
+ "twitch-video-element": "^0.2.0",
61
+ "vimeo-video-element": "^1.7.2",
62
+ "wistia-video-element": "^1.4.0",
63
63
  "youtube-video-element": "^1.9.0"
64
64
  },
65
65
  "devDependencies": {
@@ -92,10 +92,12 @@
92
92
  "./test/**/*"
93
93
  ],
94
94
  "keywords": [
95
- "depup",
96
- "dependency-bumped",
97
- "updated-deps",
98
95
  "react-player",
96
+ "depup",
97
+ "updated-dependencies",
98
+ "security",
99
+ "latest",
100
+ "patched",
99
101
  "react",
100
102
  "media",
101
103
  "player",
@@ -112,7 +114,7 @@
112
114
  "changes": {
113
115
  "@mux/mux-player-react": {
114
116
  "from": "^3.8.0",
115
- "to": "^3.11.5"
117
+ "to": "^3.13.0"
116
118
  },
117
119
  "cloudflare-video-element": {
118
120
  "from": "^1.3.4",
@@ -120,11 +122,11 @@
120
122
  },
121
123
  "dash-video-element": {
122
124
  "from": "^0.3.0",
123
- "to": "^0.3.1"
125
+ "to": "^0.3.2"
124
126
  },
125
127
  "hls-video-element": {
126
128
  "from": "^1.5.9",
127
- "to": "^1.5.10"
129
+ "to": "^1.5.11"
128
130
  },
129
131
  "spotify-audio-element": {
130
132
  "from": "^1.0.3",
@@ -136,15 +138,15 @@
136
138
  },
137
139
  "twitch-video-element": {
138
140
  "from": "^0.1.5",
139
- "to": "^0.1.6"
141
+ "to": "^0.2.0"
140
142
  },
141
143
  "vimeo-video-element": {
142
144
  "from": "^1.6.1",
143
- "to": "^1.7.0"
145
+ "to": "^1.7.2"
144
146
  },
145
147
  "wistia-video-element": {
146
148
  "from": "^1.3.5",
147
- "to": "^1.3.6"
149
+ "to": "^1.4.0"
148
150
  },
149
151
  "youtube-video-element": {
150
152
  "from": "^1.8.0",
@@ -154,7 +156,7 @@
154
156
  "depsUpdated": 10,
155
157
  "originalPackage": "react-player",
156
158
  "originalVersion": "3.4.0",
157
- "processedAt": "2026-03-17T18:41:59.597Z",
159
+ "processedAt": "2026-07-21T16:23:02.938Z",
158
160
  "smokeTest": "passed"
159
161
  }
160
162
  }