Skip to content

Commit 901d1ec

Browse files
committed
Update dependencies
1 parent 986497e commit 901d1ec

File tree

3 files changed

+26
-29
lines changed

3 files changed

+26
-29
lines changed

lib/run/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ module.exports = function (options, callback) {
300300
* @returns {*}
301301
*/
302302
done (err, cursor) {
303-
// dispose the sandbox host if it exists
304-
run.host && run.host.dispose();
305-
306303
// in case runtime faced an error during run, we do not process any other event and emit `done`.
307304
// we do it this way since, an error in `done` callback would have anyway skipped any intermediate
308305
// events or callbacks

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"mkdirp": "3.0.1",
5151
"postman-collection": "4.5.0",
5252
"postman-collection-transformer": "4.1.8",
53-
"postman-request": "2.88.1-postman.38",
54-
"postman-runtime": "7.41.1",
53+
"postman-request": "2.88.1-postman.39",
54+
"postman-runtime": "7.41.2",
5555
"pretty-ms": "7.0.1",
5656
"semver": "7.6.3",
5757
"serialised-error": "1.1.3",
@@ -70,7 +70,7 @@
7070
"eslint-plugin-mocha": "^10.5.0",
7171
"eslint-plugin-security": "^2.1.1",
7272
"js-yaml": "^4.1.0",
73-
"mocha": "^10.7.0",
73+
"mocha": "^10.7.3",
7474
"nock": "^13.5.4",
7575
"nyc": "^15.1.0",
7676
"parse-gitignore": "^2.0.0",

0 commit comments

Comments
 (0)