-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade @backstage/plugin-search-common from 0.0.0-use.local to 0.3.1 #9902
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ | |
| "dependencies": { | ||
| "@backstage/catalog-model": "workspace:^", | ||
| "@backstage/plugin-permission-common": "workspace:^", | ||
| "@backstage/plugin-search-common": "workspace:^" | ||
| "@backstage/plugin-search-common": "0.3.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Snyk notes the lockfile update failed; since 🤖 Was this useful? React with 👍 or 👎 |
||
| }, | ||
| "devDependencies": { | ||
| "@backstage/cli": "workspace:^" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@backstage/plugin-search-commonis also a local workspace package in this repo (plugins/search-common, currently v1.2.5); pinning0.3.1will force Yarn to fetch an older external copy instead of using the workspace package.This can introduce duplicate/mismatched Backstage packages and break builds/runtime expectations in the monorepo.
🤖 Was this useful? React with 👍 or 👎