build(deps-dev): bump elliptic from 6.6.0 to 6.6.1#2126
Merged
Conversation
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>
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 successfullynpm audit 一旦対応見送りbootstrap 4.0.0 - 4.6.2Will install bootstrap@5.3.3, which is a breaking change→ bootstrap4系から5系への切替になるため、一旦対応見送りました。 関連https://getbootstrap.com/docs/4.6/end-of-life/
vue 2.0.0-alpha.1 - 2.7.16Will install vue@3.5.12, which is a breaking change→ Vue2系から3系への切替になるため、一旦対応見送りました。 関連
Connect-CMSのVueは、結果的に追加インストール扱い vue-template-compiler >=2.0.0Will install vue-template-compiler@0.1.0, which is a breaking change→ Vue2系から3系への切替で解消されるかも 関連 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps elliptic from 6.6.0 to 6.6.1.
Commits
9b774366.6.104cb6f5Merge commit from forkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.