From a2d54af41888363e4deeb203e334ebe4d20acfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:38:34 +0000 Subject: [PATCH] build(deps-dev): Bump spawnd from 10.0.0 to 10.1.1 (#86) Bumps [spawnd](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/spawnd) from 10.0.0 to 10.1.1. - [Release notes](https://github.com/argos-ci/jest-puppeteer/releases) - [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/spawnd/CHANGELOG.md) - [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v10.1.1/packages/spawnd) --- updated-dependencies: - dependency-name: spawnd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5e2f02..fd54f7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "jest": "^29.7.0", "jest-coverage-thresholds-bumper": "^1.1.0", "jest-dev-server": "^10.0.0", - "spawnd": "^10.0.0", + "spawnd": "^10.1.1", "testcontainers": "^10.13.0", "ts-jest": "^29.2.5", "tsc-watch": "^6.0.4", @@ -12959,9 +12959,9 @@ } }, "node_modules/spawnd": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/spawnd/-/spawnd-10.0.0.tgz", - "integrity": "sha512-6GKcakMTryb5b1SWCvdubCDHEsR2k+5VZUD5G19umZRarkvj1RyCGyizcqhjewI7cqZo8fTVD8HpnDZbVOLMtg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/spawnd/-/spawnd-10.1.1.tgz", + "integrity": "sha512-kTim9sz8KuKX7ZcO8imlvEvbaJmFtFhT5tKS0WP5FRlmWLH5Pd9qj9u29nbMrvDcJPj8ltwOG+QAiZq928GKCw==", "dev": true, "dependencies": { "signal-exit": "^4.1.0", diff --git a/package.json b/package.json index dd62821..43965bb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jest": "^29.7.0", "jest-coverage-thresholds-bumper": "^1.1.0", "jest-dev-server": "^10.0.0", - "spawnd": "^10.0.0", + "spawnd": "^10.1.1", "testcontainers": "^10.13.0", "ts-jest": "^29.2.5", "tsc-watch": "^6.0.4",