Skip to content

Commit cad75d3

Browse files
Merge pull request #142 from braintree/update-vuln-deps
Update vuln deps
2 parents 461d9b4 + 404fca3 commit cad75d3

28 files changed

+962
-1005
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@
44

55
- Fix failing functional/smoke tests
66
- Update to node v24
7+
- `@braintree/uuid` to 1.0.1
78
- Update dev dependencies
9+
- async to 3.2.6
10+
- browserify to 17.0.1
11+
- chromedriver to 143.0.3
12+
- del to 8.0.1
13+
- gulp to 5.0.1
814
- @wdio/cli to 9.21.1
915
- @wdio/local-runner to 9.21.0
1016
- @wdio/mocha-framework to 9.21.0
1117
- @wdio/spec-reporter to 9.20.0
1218
- chromedriver to 143.0.1
19+
- add eslint-plugin-prettier
1320
- removed @wdio/sync
1421
- updated tests to be asynchronous
1522

@@ -20,7 +27,6 @@
2027
## 6.0.2
2128

2229
- Update (sub-)dependencies
23-
2430
- axios to 1.7.7
2531
- body-parse to 1.20.3
2632
- cookie to 0.7.1

bin/www

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env node
22

3-
'use strict';
3+
"use strict";
44

5-
var server = require('../spec/functional/server');
6-
server.start(function () { console.log('') }, true);
5+
var server = require("../spec/functional/server");
6+
server.start(function () {
7+
console.log("");
8+
}, true);

0 commit comments

Comments
 (0)