Skip to content

Commit

Permalink
chore(deps): resolve cross-spawn to v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkl2533 committed Jan 6, 2025
1 parent b27c63c commit 2e83ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion visual-regressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"storycap": "^5.0.0"
},
"resolutions": {
"serve-handler/path-to-regexp": "3.3.0"
"serve-handler/path-to-regexp": "3.3.0",
"cross-spawn": "7.0.6"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions visual-regressions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -803,14 +803,14 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:7.0.3, cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
"cross-spawn@npm:7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
path-key: "npm:^3.1.0"
shebang-command: "npm:^2.0.0"
which: "npm:^2.0.1"
checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce
checksum: 10/0d52657d7ae36eb130999dffff1168ec348687b48dd38e2ff59992ed916c88d328cf1d07ff4a4a10bc78de5e1c23f04b306d569e42f7a2293915c081e4dfee86
languageName: node
linkType: hard

Expand Down

0 comments on commit 2e83ff3

Please sign in to comment.