Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Dec 23, 2024
1 parent aa9d7ce commit a9b3eba
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## UNRELEASED

- Update dependencies
- asset-loader to 2.0.2
- browser-detection to 2.0.2
- uuid to 1.0.1
- Update Braintree web dependency
- braintree-web to 3.113.0

## 1.44.0
- Update Braintree web dependancies
- braintree-web to 3.112.0
Expand Down
41 changes: 29 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"watchify": "^4.0.0"
},
"dependencies": {
"@braintree/asset-loader": "2.0.1",
"@braintree/browser-detection": "2.0.1",
"@braintree/asset-loader": "2.0.2",
"@braintree/browser-detection": "2.0.2",
"@braintree/event-emitter": "0.4.1",
"@braintree/uuid": "1.0.0",
"@braintree/uuid": "1.0.1",
"@braintree/wrap-promise": "2.1.0",
"braintree-web": "3.112.0"
"braintree-web": "3.113.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit a9b3eba

Please sign in to comment.