Skip to content

build(deps-dev): bump elliptic from 6.5.7 to 6.6.0#2052

Merged
akagane99 merged 2 commits intomasterfrom
dependabot/npm_and_yarn/elliptic-6.6.0
Nov 1, 2024
Merged

build(deps-dev): bump elliptic from 6.5.7 to 6.6.0#2052
akagane99 merged 2 commits intomasterfrom
dependabot/npm_and_yarn/elliptic-6.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

Bumps elliptic from 6.5.7 to 6.6.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](indutny/elliptic@v6.5.7...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 31, 2024
@akagane99
Copy link
Contributor

akagane99 commented Nov 1, 2024

対応

上記を参考に対応

コマンド結果(脆弱性対応)

## ローカルにある古いリモートブランチ削除
git fetch -p

## ローカルリポジトリの最新化
git fetch

## リモートも含めた全ブランチ表示
git branch -a

## リモートブランチをローカルにチェックアウト
git checkout -b elliptic-6.6.0 remotes/origin/dependabot/npm_and_yarn/elliptic-6.6.0

## その後作業

PS> npm audit fix
PS> npm audit
PS> npm update
PS> npm run prod

npm run prod

┌─────────────────────────────────┬──────────┐
│                          File │ Size     │
├─────────────────────────────────┼──────────┤
│                    /js/app.js │ 1.47 MiB │
│        /js/app.js.LICENSE.txt │ 2.89 KiB │
│                   css/app.css │ 144 KiB  │
└─────────────────────────────────┴──────────┘

上記コマンドを実行しましたが、app.js app.css 等のファイルに更新ありませんでした。

npm audit 一旦対応見送り

bootstrap 4.0.0 - 4.6.2

Will install bootstrap@5.3.3, which is a breaking change

→ bootstrap4系から5系への切替になるため、一旦対応見送りました。

関連

https://getbootstrap.com/docs/4.6/end-of-life/

Bootstrap 4 は 2023 年 1 月 1 日に終了しました。

vue 2.0.0-alpha.1 - 2.7.16

Will install vue@3.5.12, which is a breaking change

→ Vue2系から3系への切替になるため、一旦対応見送りました。

関連

https://github.com/vuejs/vue

Vue 2 は 2023 年 12 月 31 日にサポートが終了しました。
最新バージョンの Vue でアクティブにメンテナンスされているリポジトリは vuejs/core です。

Connect-CMSのVueは、結果的に追加インストール扱い
https://github.com/opensource-workshop/connect-cms/wiki/package.json#devdependencies

vue-template-compiler >=2.0.0

Will install vue-template-compiler@0.1.0, which is a breaking change

→ Vue2系から3系への切替で解消されるかも
Will install vue-template-compiler@0.1.0は、現在のバージョン(2.7.16)よりダウングレードのため、対応を見送りました。

@akagane99 akagane99 merged commit ea0779e into master Nov 1, 2024
@akagane99 akagane99 deleted the dependabot/npm_and_yarn/elliptic-6.6.0 branch November 1, 2024 01:41
@akagane99 akagane99 added the developer update 開発者向けの更新 label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file developer update 開発者向けの更新 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments