Skip to content

Commit dc9bbce

Browse files
authored
Non-breaking dependency updates (#129)
Updates `serve-static` from 1.15.0 to 1.16.2 Updates `express` from 4.19.2 to 4.21.0 Updates `chromedriver` from 125.x.x to 131.0.1 Update (sub-) dependencies with vulnerabilities
1 parent 391fd27 commit dc9bbce

File tree

3 files changed

+597
-421
lines changed

3 files changed

+597
-421
lines changed

Diff for: CHANGELOG.md

+41-26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

3-
# 6.0.1
3+
## UNRELEASED
4+
5+
- Update (sub-)dependencies
6+
- axios to 1.7.7
7+
- body-parse to 1.20.3
8+
- cookie to 0.7.1
9+
- elliptic to 6.6.1
10+
- micromatch to 4.0.8
11+
- send to 0.19.0
12+
- serve-static to 1.16.2
13+
14+
- Update dev dependencies:
15+
- chromedriver to v131.0.1
16+
- express to 4.20.1
17+
18+
## 6.0.1
419
- Update @braintree/uuid to v1.0.0
520
- Update dev dependencies:
621
- chromedriver to v125.0.3
@@ -10,34 +25,34 @@
1025
- Update package-lock file version from 1 to 3
1126
- Minor dev dependency updates
1227

13-
# 6.0.0
28+
## 6.0.0
1429

1530
- Update to node v18
1631

1732
- Dev Dependency Updates
1833
- Update to TypeScript 5
1934
- Update Chromedriver to 118
2035

21-
# 5.2.1
36+
## 5.2.1
2237

2338
- Fix circular dependency issue ([Issue #97](https://github.com/braintree/framebus/issues/97))
2439

25-
# 5.2.0
40+
## 5.2.0
2641

2742
- Add ability to target specific frames with `targetFrames` configuration
2843
- Add `addTargetFrame` method to add additional frames to `targetFrames`
2944

30-
# 5.1.2
45+
## 5.1.2
3146

3247
- Fix issue where framebus could not be used with server side
3348
rendering
3449

35-
# 5.1.1
50+
## 5.1.1
3651

3752
- Fix issue where Internet Explorer would error because Promise is not
3853
defined
3954

40-
# 5.1.0
55+
## 5.1.0
4156

4257
- Fix issue where emitting to new window could cause an infinite loop
4358
(closes \#41, thanks @blutorange)
@@ -46,7 +61,7 @@
4661
- Add `setPromise` static method for easy polyfilling environments
4762
that do not support promises
4863

49-
# 5.0.0
64+
## 5.0.0
5065

5166
- Allow scoping to a specific channel for events
5267

@@ -105,26 +120,26 @@ _Breaking Changes_
105120
});
106121
```
107122

108-
# 4.0.5
123+
## 4.0.5
109124

110125
- Fixup Framebus typing for Typescript integrations
111126

112-
# v4.0.3 and v4.0.4
127+
## v4.0.3 and v4.0.4
113128

114129
- Use `@braintree/uuid` package for uuid generation
115130
- Update typescript to v4
116131

117-
# v4.0.2
132+
## v4.0.2
118133

119134
- Fix issue where rollup bundlers could not import framebus (see
120135
[braintree-web\#504](https://github.com/braintree/braintree-web/issues/504))
121136

122-
# v4.0.1
137+
## v4.0.1
123138

124139
- Fix issue where framebus could not be used with server side
125140
rendering
126141

127-
# v4.0.0
142+
## v4.0.0
128143

129144
_Breaking Changes_
130145

@@ -136,17 +151,17 @@ _Breaking Changes_
136151
- Drop support for passing multiple arguments to `emit`, not it only
137152
supports passing `data` and `reply`
138153

139-
# 3.0.2
154+
## 3.0.2
140155

141156
- Fix issue where framebus would error when trying to reply to a
142157
non-existent window/frame
143158

144-
# 3.0.1
159+
## 3.0.1
145160

146161
- Fix issue where broadcasts to frames would fail if parent page has
147162
overwritten the window.length variable
148163

149-
# 3.0.0
164+
## 3.0.0
150165

151166
_BREAKING CHANGES_
152167

@@ -155,38 +170,38 @@ _BREAKING CHANGES_
155170

156171
- Bower support dropped
157172

158-
# 2.0.8
173+
## 2.0.8
159174

160175
- Fall back to `window.self` when `window.top` is undefined in old
161176
versions of IE.
162177

163-
# 2.0.7
178+
## 2.0.7
164179

165180
- Corrects a regression introduced in 2.0.6 that prevented CommonJS
166181
runtimes from working.
167182

168-
# 2.0.6
183+
## 2.0.6
169184

170185
- framebus can be required (but not executed) from Node.js®
171186
environments.
172187

173-
# 2.0.5
188+
## 2.0.5
174189

175190
- Only traverse to `opener` from the top-level frame
176191

177-
# 2.0.4
192+
## 2.0.4
178193

179194
- Avoid exceptions while broadcasting events
180195

181-
# 2.0.3
196+
## 2.0.3
182197

183198
- Do not infinitely recurse when `window.opener === window`
184199

185-
# 2.0.2
200+
## 2.0.2
186201

187202
\[unpublished\]
188203

189-
# 2.0.1
204+
## 2.0.1
190205

191206
- Do not throw exceptions `window.opener` existed but has already
192207
closed.
@@ -201,7 +216,7 @@ _BREAKING CHANGES_
201216
publish("event");
202217
```
203218

204-
# 2.0.0
219+
## 2.0.0
205220

206221
- Breaking change: use of `origin` as a parameter for `publish`,
207222
`subscribe` and `unsubscribe` has been moved to the
@@ -217,6 +232,6 @@ _BREAKING CHANGES_
217232
- Added feature: `window.opener` will now be included in framebus
218233
messaging, if available.
219234

220-
# 1.0.0
235+
## 1.0.0
221236

222237
- Initial release

0 commit comments

Comments
 (0)