Skip to content

Commit

Permalink
Update Dependencies with Vulnerabilities (#85)
Browse files Browse the repository at this point in the history
* fix: update dependencies with vulnerabilities

* fix: breaking dependency updates
  • Loading branch information
ibooker authored Nov 26, 2024
1 parent cdd33eb commit 2408552
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 107 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## UNRELEASED

- Breaking Changes
- happy-dom to 15.11.6

- Update (sub-)dependencies
- cross-spawn to 7.0.6
- micromatch to 4.0.8
- vite to 4.5.5

## 7.1.0

- Updated to handle back-slashes
Expand Down
148 changes: 42 additions & 106 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8.36.0",
"eslint-config-braintree": "^6.0.0-typescript-prep-rc.2",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^10.10.4",
"happy-dom": "^15.11.6",
"prettier": "^2.8.4",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
Expand Down

0 comments on commit 2408552

Please sign in to comment.