-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 2 vulnerabilities #12440
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
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,22 +22,22 @@ | |||||
| "postpack": "backstage-cli package postpack" | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@backstage/backend-common": "workspace:^", | ||||||
| "@backstage/backend-plugin-api": "workspace:^", | ||||||
| "@backstage/backend-common": "0.24.1", | ||||||
| "@backstage/backend-plugin-api": "0.1.0", | ||||||
| "@backstage/cli-common": "workspace:^", | ||||||
| "@backstage/config": "workspace:^", | ||||||
| "@backstage/config-loader": "workspace:^", | ||||||
| "@backstage/config-loader": "0.1.1", | ||||||
| "@backstage/errors": "workspace:^", | ||||||
| "@backstage/plugin-auth-node": "workspace:^", | ||||||
| "@backstage/plugin-devtools-common": "workspace:^", | ||||||
| "@backstage/plugin-auth-node": "0.1.0", | ||||||
| "@backstage/plugin-devtools-common": "0.1.0", | ||||||
| "@backstage/plugin-permission-common": "workspace:^", | ||||||
| "@backstage/plugin-permission-node": "workspace:^", | ||||||
| "@backstage/plugin-permission-node": "0.1.0", | ||||||
| "@backstage/types": "workspace:^", | ||||||
| "@manypkg/get-packages": "^1.1.3", | ||||||
| "@types/express": "*", | ||||||
| "@yarnpkg/lockfile": "^1.1.0", | ||||||
| "@yarnpkg/parsers": "^3.0.0-rc.4", | ||||||
| "express": "^4.18.1", | ||||||
| "express": "^4.22.0", | ||||||
|
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. The
Suggested change
|
||||||
| "express-promise-router": "^4.1.0", | ||||||
| "fs-extra": "^10.0.0", | ||||||
| "lodash": "^4.17.21", | ||||||
|
|
||||||
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.
Replacing
workspace:^with pinned versions for these internal packages is incorrect for a monorepo. It breaks the local development workflow by fetching packages from the registry instead of the local workspace. These changes should be reverted.