diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-22 20:35:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 20:35:22 +0000 |
| commit | d7f3338b7aaf7ae2a47c4df298c4aa60f0d2398c (patch) | |
| tree | 4b8458c0303db99e9cee0f4208529c2cb936b6db | |
| parent | da3abdb6c2ae4448a89d371a09e0116515f50411 (diff) | |
| download | x-d7f3338b7aaf7ae2a47c4df298c4aa60f0d2398c.tar.xz x-d7f3338b7aaf7ae2a47c4df298c4aa60f0d2398c.zip | |
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /cmd/hdrwtch (#630)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | cmd/hdrwtch/package-lock.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cmd/hdrwtch/package-lock.json b/cmd/hdrwtch/package-lock.json index 9c3b7d0..2b30d58 100644 --- a/cmd/hdrwtch/package-lock.json +++ b/cmd/hdrwtch/package-lock.json @@ -502,10 +502,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "license": "MIT", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "peer": true, "dependencies": { "path-key": "^3.1.0", |
