Skip to content

build(deps-dev): bump elliptic from 6.6.0 to 6.6.1#2126

Merged
akagane99 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/elliptic-6.6.1
Feb 19, 2025
Merged

build(deps-dev): bump elliptic from 6.6.0 to 6.6.1#2126
akagane99 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/elliptic-6.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 18, 2025

Copy link
Copy Markdown
Contributor

Bumps elliptic from 6.6.0 to 6.6.1.

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.6.0 to 6.6.1.
- [Commits](indutny/elliptic@v6.6.0...v6.6.1)

---
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 Feb 18, 2025
@akagane99

akagane99 commented Feb 19, 2025

Copy link
Copy Markdown
Contributor

対応

上記を参考に対応

コマンド(脆弱性対応)

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

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

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

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

## 脆弱性対応

npm -v
npm audit fix
npm audit
npm update
npm run prod

脆弱性対応コマンド結果

root@afbefe6dd0fa:/var/www/html# npm -v
11.1.0

root@afbefe6dd0fa:/var/www/html# cd connect-cms/

root@afbefe6dd0fa:/var/www/html/connect-cms# npm audit fix

up to date, audited 794 packages in 3s

114 packages are looking for funding
  run `npm fund` for details

# npm audit report

bootstrap  4.0.0 - 4.6.2
Severity: moderate
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install bootstrap@5.3.3, which is a breaking change
node_modules/bootstrap
  tempusdominus-bootstrap-4  <=5.0.1 || >=5.39.0
  Depends on vulnerable versions of bootstrap
  node_modules/tempusdominus-bootstrap-4

vue  2.0.0-alpha.1 - 2.7.16
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install vue@3.5.13, which is a breaking change
node_modules/vue

vue-template-compiler  >=2.0.0
Severity: moderate
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install vue-template-compiler@0.1.0, which is a breaking change
node_modules/vue-template-compiler

4 vulnerabilities (1 low, 3 moderate)

To address all issues (including breaking changes), run:
  npm audit fix --force



root@afbefe6dd0fa:/var/www/html/connect-cms# npm audit
# npm audit report

bootstrap  4.0.0 - 4.6.2
Severity: moderate
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install bootstrap@5.3.3, which is a breaking change
node_modules/bootstrap
  tempusdominus-bootstrap-4  <=5.0.1 || >=5.39.0
  Depends on vulnerable versions of bootstrap
  node_modules/tempusdominus-bootstrap-4

vue  2.0.0-alpha.1 - 2.7.16
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install vue@3.5.13, which is a breaking change
node_modules/vue

vue-template-compiler  >=2.0.0
Severity: moderate
******************************************************************************************************************************
fix available via `npm audit fix --force`
Will install vue-template-compiler@0.1.0, which is a breaking change
node_modules/vue-template-compiler

4 vulnerabilities (1 low, 3 moderate)

To address all issues (including breaking changes), run:
  npm audit fix --force



root@afbefe6dd0fa:/var/www/html/connect-cms# npm update

up to date, audited 794 packages in 11s

114 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (1 low, 3 moderate)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.



root@afbefe6dd0fa:/var/www/html/connect-cms# npm run prod

> prod
> npm run production


> production
> mix --production


● Mix █████████████████████████ done (99%) plugins 
 BuildCallbackPlugin

✔ Mix
  Compiled successfully in 7.36s

                         
   Laravel Mix v6.0.49   
                         

✔ Compiled Successfully in 7204ms
┌──────────────────────────────┬──────────┐
│                            File │ Size     │
├──────────────────────────────┼──────────┤
│                      /js/app.js │ 1.46 MiB │
│          /js/app.js.LICENSE.txt │ 2.89 KiB │
│                     css/app.css │ 144 KiB  │
└──────────────────────────────┴──────────┘
webpack compiled successfully

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 13c6280 into master Feb 19, 2025
@akagane99 akagane99 deleted the dependabot/npm_and_yarn/elliptic-6.6.1 branch February 19, 2025 08:52
@akagane99 akagane99 self-assigned this Feb 19, 2025
@akagane99 akagane99 added the developer update 開発者向けの更新 label Feb 19, 2025
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