Skip to content
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

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

Merged
merged 1 commit into from
Sep 19, 2023
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.22.15",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@types/cross-spawn": "^6.0.2",
"@types/cross-spawn": "^6.0.3",
"depcheck": "^1.4.5",
"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 @@ -2187,7 +2187,7 @@ __metadata:
"@swc-node/jest": ^1.5.6
"@swc/core": ^1.3.38
"@swc/helpers": ^0.4.14
"@types/cross-spawn": ^6.0.2
"@types/cross-spawn": ^6.0.3
"@types/jest": ^29.5.4
"@types/lodash.has": ^4.5.7
"@types/mkdirp": ^1.0.2
Expand Down Expand Up @@ -3132,12 +3132,12 @@ __metadata:
languageName: node
linkType: hard

"@types/cross-spawn@npm:^6.0.2":
version: 6.0.2
resolution: "@types/cross-spawn@npm:6.0.2"
"@types/cross-spawn@npm:^6.0.3":
version: 6.0.3
resolution: "@types/cross-spawn@npm:6.0.3"
dependencies:
"@types/node": "*"
checksum: fa9edd32178878cab3ea8d6d0260639e0fe4860ddb3887b8de53d6e8036e154fc5f313c653f690975aa25025aea8beb83fb0870b931bf8d9202c3ac530a24c9d
checksum: 06d50fa1e1370ef60b9c9085b76adec7d7bc20728fbb02b3c2061d4d922312acf1ba56a7c94d88c27a22fc6241ab6b970c936f3294038a9c97a719fbc8eb8a76
languageName: node
linkType: hard

Expand Down