diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b5d453..63abc14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,6 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: head + ruby-version: '3.3' - name: Run static type checks run: bundle exec srb tc diff --git a/d3_graph_generator/yarn.lock b/d3_graph_generator/yarn.lock index 8bd16af..3a071bd 100644 --- a/d3_graph_generator/yarn.lock +++ b/d3_graph_generator/yarn.lock @@ -8103,9 +8103,9 @@ shebang-regex@^3.0.0: integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" - integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== + version "1.8.4" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190" + integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ== side-channel@^1.0.4: version "1.0.4"