Skip to content

Commit

Permalink
build(deps): bump cross-spawn from 7.0.1 to 7.0.3 (#735)
Browse files Browse the repository at this point in the history
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/moxystudio/node-cross-spawn/releases)
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.1...v7.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 24, 2020
1 parent 769fc94 commit 357eca6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/cubejs-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,9 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
which "^1.2.9"

cross-spawn@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down
30 changes: 15 additions & 15 deletions packages/cubejs-server-core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@cubejs-backend/api-gateway@^0.19.33":
version "0.19.33"
resolved "https://registry.yarnpkg.com/@cubejs-backend/api-gateway/-/api-gateway-0.19.33.tgz#38fd579d37c4791872e53dba9eb8b34ea0d1caf4"
integrity sha512-QMCk75rRTA6BhUdoSB8F5Q6ndtxOlN2LNmYBZDjsWgArugo7gIqvpPe0J5XKI3BsP9QtC3E7M2doKrLMBtRT3w==
"@cubejs-backend/api-gateway@^0.19.35":
version "0.19.35"
resolved "https://registry.yarnpkg.com/@cubejs-backend/api-gateway/-/api-gateway-0.19.35.tgz#10d1217902443729eafec39105adc38b5364a462"
integrity sha512-qczIUJ8C49CmjKER4d9liWILTTCX2AYi8CYlf2QIhBmPe6Owv93WizbJsnqlYWUbKvvN/qgv9o8i6euA3Nr0zA==
dependencies:
"@hapi/joi" "^15.1.1"
chrono-node "^1.3.11"
Expand All @@ -843,19 +843,19 @@
ramda "^0.27.0"
uuid "^3.3.3"

"@cubejs-backend/query-orchestrator@^0.19.17":
version "0.19.17"
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.19.17.tgz#ab68ef89f2d751ec547315e2919b01c70596743f"
integrity sha512-yRA3GbTZwsbFw415Mb8STRyK3w95acXv8315yNGUN0YTpbQVhCDge9Owx0inP9GicRs5XQhh2Ewc76FTvT0NSw==
"@cubejs-backend/query-orchestrator@^0.19.36":
version "0.19.36"
resolved "https://registry.yarnpkg.com/@cubejs-backend/query-orchestrator/-/query-orchestrator-0.19.36.tgz#84b1ec5029c1fbc9b2c62cdbd34c83233c1df7f0"
integrity sha512-DDRNZkebanCC2HgShaw97f1GeNK+bKo2zNOcrhvN4NSfHqFmO1XCsSiOBISDRJNxjvaX9JVybop9BTk62K8V5A==
dependencies:
generic-pool "^3.7.1"
ramda "^0.27.0"
redis "^3.0.2"

"@cubejs-backend/schema-compiler@^0.19.29":
version "0.19.29"
resolved "https://registry.yarnpkg.com/@cubejs-backend/schema-compiler/-/schema-compiler-0.19.29.tgz#ec9e747dab55e9ce9963ea452975f6d9898606e0"
integrity sha512-5VCBBaL4bz703Z1HKnCY9MMFMKJM5BDaOkJ6sP9RhHVxwHKNQXQF3KJr2+xynl7Qb0T1CN/V20ze6esKJZ+8LA==
"@cubejs-backend/schema-compiler@^0.19.35":
version "0.19.35"
resolved "https://registry.yarnpkg.com/@cubejs-backend/schema-compiler/-/schema-compiler-0.19.35.tgz#262e823bebaeec1b5308898696023ee68ca6be56"
integrity sha512-kVKCIb177AswJJpCDs8iEpfc41n+Ne1sP1gyt3Iz0qu/EOtjZSw0uDCPLdfiwP3r4hfQnKRGIqVqiMg+04Zcxw==
dependencies:
"@babel/generator" "^7.4.0"
"@babel/parser" "^7.4.2"
Expand Down Expand Up @@ -1759,9 +1759,9 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
which "^1.2.9"

cross-spawn@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down

0 comments on commit 357eca6

Please sign in to comment.