Skip to content

Commit

Permalink
Merge pull request #1934 from GilbertCherrie/update_cross_spawn
Browse files Browse the repository at this point in the history
Update cross-spawn to 7.0.6
  • Loading branch information
Fryguy authored Nov 18, 2024
2 parents efb2df9 + 3640fa0 commit 98c014d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 42 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
},
"packageManager": "[email protected]",
"resolutions": {
"cross-spawn": "~7.0.6",
"d3-color": "~3.1.0",
"express/path-to-regexp": "~0.1.10",
"moment-timezone": "^0.5.41",
Expand Down
48 changes: 6 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4349,27 +4349,14 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^6.0.0":
version: 6.0.5
resolution: "cross-spawn@npm:6.0.5"
dependencies:
nice-try: "npm:^1.0.4"
path-key: "npm:^2.0.1"
semver: "npm:^5.5.0"
shebang-command: "npm:^1.2.0"
which: "npm:^1.2.9"
checksum: 10/f07e643b4875f26adffcd7f13bc68d9dff20cf395f8ed6f43a23f3ee24fc3a80a870a32b246fd074e514c8fd7da5f978ac6a7668346eec57aa87bac89c1ed3a1
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, 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 Expand Up @@ -10623,13 +10610,6 @@ __metadata:
languageName: node
linkType: hard

"nice-try@npm:^1.0.4":
version: 1.0.5
resolution: "nice-try@npm:1.0.5"
checksum: 10/0b4af3b5bb5d86c289f7a026303d192a7eb4417231fe47245c460baeabae7277bcd8fd9c728fb6bd62c30b3e15cd6620373e2cf33353b095d8b403d3e8a15aff
languageName: node
linkType: hard

"nise@npm:^6.1.1":
version: 6.1.1
resolution: "nise@npm:6.1.1"
Expand Down Expand Up @@ -11378,7 +11358,7 @@ __metadata:
languageName: node
linkType: hard

"path-key@npm:^2.0.0, path-key@npm:^2.0.1":
"path-key@npm:^2.0.0":
version: 2.0.1
resolution: "path-key@npm:2.0.1"
checksum: 10/6e654864e34386a2a8e6bf72cf664dcabb76574dd54013add770b374384d438aca95f4357bb26935b514a4e4c2c9b19e191f2200b282422a76ee038b9258c5e7
Expand Down Expand Up @@ -13008,15 +12988,6 @@ __metadata:
languageName: node
linkType: hard

"shebang-command@npm:^1.2.0":
version: 1.2.0
resolution: "shebang-command@npm:1.2.0"
dependencies:
shebang-regex: "npm:^1.0.0"
checksum: 10/9eed1750301e622961ba5d588af2212505e96770ec376a37ab678f965795e995ade7ed44910f5d3d3cb5e10165a1847f52d3348c64e146b8be922f7707958908
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand All @@ -13026,13 +12997,6 @@ __metadata:
languageName: node
linkType: hard

"shebang-regex@npm:^1.0.0":
version: 1.0.0
resolution: "shebang-regex@npm:1.0.0"
checksum: 10/404c5a752cd40f94591dfd9346da40a735a05139dac890ffc229afba610854d8799aaa52f87f7e0c94c5007f2c6af55bdcaeb584b56691926c5eaf41dc8f1372
languageName: node
linkType: hard

"shebang-regex@npm:^3.0.0":
version: 3.0.0
resolution: "shebang-regex@npm:3.0.0"
Expand Down Expand Up @@ -14969,7 +14933,7 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^1.2.1, which@npm:^1.2.9":
"which@npm:^1.2.1":
version: 1.3.1
resolution: "which@npm:1.3.1"
dependencies:
Expand Down

0 comments on commit 98c014d

Please sign in to comment.