Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Dec 7, 2023
1 parent 23791ba commit 9ad0214
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 285 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- Removed user locale setup
- Removed Xcode CLI tools detection
- Removed Titanium CLI Dependencies section from check
- Removed Java-based connection test from check
* Logger changes:
- Replaced "winston" based logger with lighter weight logger
- Trace and debug log messages written to `stderr` instead of `stdout`
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"pretty-bytes": "6.1.1",
"prompts": "2.4.2",
"semver": "7.5.4",
"undici": "5.27.2",
"undici": "6.0.1",
"which": "4.0.0",
"wrap-ansi": "9.0.0",
"xpath": "0.0.33",
"yauzl": "2.10.0"
},
"devDependencies": {
"@reporters/github": "1.5.3",
"@vitest/coverage-istanbul": "0.34.6",
"@vitest/coverage-istanbul": "1.0.1",
"c8": "8.0.1",
"eslint": "8.53.0",
"eslint": "8.55.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"memory-streams": "0.1.3",
"proxy": "2.1.1"
Expand Down
Loading

0 comments on commit 9ad0214

Please sign in to comment.