Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Apply "npm audit fix --force" to fix vulnerabilities #97

Closed
wants to merge 1 commit into from

Conversation

hankei6km
Copy link
Owner

"@vscode/test-web" has been downgraded to "0.0.22" by "audit fix".

before:

$ npm ls @koa/cors
vscode-ext-quit-text-tabs@0.1.2 /workspace
└─┬ @vscode/test-web@0.0.49
  └── @koa/cors@4.0.0

after:

$ npm ls @koa/cors
vscode-ext-quit-text-tabs@0.1.2 /workspace
└── (empty)

- GHSA-qxrj-hx23-xp82

"@vscode/test-web" has been downgraded to "0.0.22" by "audit fix".

before:
```
$ npm ls @koa/cors
vscode-ext-quit-text-tabs@0.1.2 /workspace
└─┬ @vscode/test-web@0.0.49
  └── @koa/cors@4.0.0
```

after:
```
$ npm ls @koa/cors
vscode-ext-quit-text-tabs@0.1.2 /workspace
└── (empty)
```
@github-actions github-actions bot added the sem-pr: chore Chores and miscellaneous tasks label Dec 14, 2023
@hankei6km
Copy link
Owner Author

テストにしか使ってないパッケージ関連のことなので microsoft/vscode-test-web#113 が取り込まれるのを待つ予定だが、拡張機能を publish するため、いちおう対応方法の確認。

なお、ダウングレードされた vscode-test-web は --coi が無いので、https://github.com/hankei6km/vscode-ext-run-wasm で同じことはできない(wasm 用の拡張機能を使うので coi が必要)。

@hankei6km
Copy link
Owner Author

取り込まれた(#104)。

@hankei6km
Copy link
Owner Author

必要なくなったのでclose。

@hankei6km hankei6km closed this Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sem-pr: chore Chores and miscellaneous tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant