Skip to content

build(deps-dev): update dependency @types/cross-spawn to ^6.0.6 #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@types/cross-spawn": "^6.0.4",
"@types/cross-spawn": "^6.0.6",
"depcheck": "^1.4.7",
"eslint-config-kentcdodds": "^20.5.0",
"husky": "^8.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ __metadata:
"@swc-node/jest": ^1.5.6
"@swc/core": ^1.3.38
"@swc/helpers": ^0.4.14
"@types/cross-spawn": ^6.0.4
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.4
"@types/lodash.has": ^4.5.8
"@types/mkdirp": ^1.0.2
Expand Down Expand Up @@ -3172,12 +3172,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cross-spawn@npm:^6.0.4":
version: 6.0.4
resolution: "@types/cross-spawn@npm:6.0.4"
"@types/cross-spawn@npm:^6.0.6":
version: 6.0.6
resolution: "@types/cross-spawn@npm:6.0.6"
dependencies:
"@types/node": "*"
checksum: 45624a955c064dda167f8aae5560918307110e3a1221989b5957c52842208c2ee29e099c9120615b1dde66afe7a7c3db627c754e328f574a0ae313644e43ceef
checksum: b4172927cd1387cf037c3ade785ef46c87537b7bc2803d7f6663b4904d0c5d6f726415d1adb2fee4fecb21746738f11336076449265d46be4ce110cc3a8c8436
languageName: node
linkType: hard

Expand Down
Loading