Skip to content

Commit

Permalink
chore(deps): bump request-light from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [request-light](https://github.com/microsoft/node-request-light) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/microsoft/node-request-light/releases)
- [Changelog](https://github.com/microsoft/node-request-light/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/node-request-light/commits/v0.8.0)

---
updated-dependencies:
- dependency-name: request-light
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent da93bd9 commit 8dd0106
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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 packages/salesforcedx-apex-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@salesforce/salesforcedx-utils": "60.8.0",
"async-lock": "1.0.0",
"faye": "1.1.2",
"request-light": "^0.7.0",
"request-light": "^0.8.0",
"@vscode/debugadapter": "1.65.0",
"@vscode/debugprotocol": "1.65.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-apex-replay-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mocha-multi-reporters": "^1.1.7",
"nyc": "^15",
"prettier": "3.0.3",
"request-light": "^0.7.0",
"request-light": "^0.8.0",
"sinon": "^13.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-test-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mock-spawn": "0.2.6",
"nyc": "^15.1.0",
"prettier": "3.0.3",
"request-light": "^0.7.0",
"request-light": "^0.8.0",
"sinon": "^13.0.1",
"source-map-support": "^0.4.15",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"cross-spawn": "7.0.3",
"request-light": "^0.7.0",
"request-light": "^0.8.0",
"rxjs": "^5.4.1",
"semver": "^7.5.4",
"tree-kill": "^1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@salesforce/salesforcedx-utils": "60.8.0",
"@salesforce/salesforcedx-utils-vscode": "60.8.0",
"async-lock": "1.0.0",
"request-light": "^0.7.0",
"request-light": "^0.8.0",
"vscode-extension-telemetry": "0.0.17"
},
"description": "Replay Apex execution from Apex Debug Log",
Expand Down

0 comments on commit 8dd0106

Please sign in to comment.