Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Aug 16, 2024
1 parent 986497e commit 901d1ec
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
3 changes: 0 additions & 3 deletions lib/run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ module.exports = function (options, callback) {
* @returns {*}
*/
done (err, cursor) {
// dispose the sandbox host if it exists
run.host && run.host.dispose();

// in case runtime faced an error during run, we do not process any other event and emit `done`.
// we do it this way since, an error in `done` callback would have anyway skipped any intermediate
// events or callbacks
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"mkdirp": "3.0.1",
"postman-collection": "4.5.0",
"postman-collection-transformer": "4.1.8",
"postman-request": "2.88.1-postman.38",
"postman-runtime": "7.41.1",
"postman-request": "2.88.1-postman.39",
"postman-runtime": "7.41.2",
"pretty-ms": "7.0.1",
"semver": "7.6.3",
"serialised-error": "1.1.3",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-security": "^2.1.1",
"js-yaml": "^4.1.0",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"nock": "^13.5.4",
"nyc": "^15.1.0",
"parse-gitignore": "^2.0.0",
Expand Down

0 comments on commit 901d1ec

Please sign in to comment.