chore: Update dependencies - #976
Conversation
| import { ModuleFederationConfig, RsbuildConfig } from '@rsbuild/core'; | ||
| import { pluginScriptModule } from './plugin-script-module'; | ||
| import { applySkipList, normalizeSkipList, SkipList } from '../utils/skip-list'; | ||
| import { SharedObject } from '@module-federation/enhanced/dist/src/declarations/plugins/sharing/SharePlugin'; |
There was a problem hiding this comment.
@manfredsteyer Small question, the interfaces appear to be identical, just typescript is not accepting using them intertwined. What's your take on this? Or anyone else? Which one should be used?
|
@manfredsteyer Considering these changes, can we expect a new release of the Which should also address #911 -- I am also getting pinged by our DevOps group about needing to address this And the reason why this vulnerability isn't just "fixing itself" is because these |
|
I can see what I can do with the vulnerabilities.
Could you help me a bit here? I struggle a bit to understand the first sentence, but |
b0d9fa1 to
44acd85
Compare
|
It took some tweaking and forcing certain versions but this should fix the CVE's you were encountering. Would you kindly check this build and see if it works fine for yous? |
That is the normal behavior of the caret, but the rules change when the major version is
So this package definition here:
is only installing v0.9.1, even though 0.21.2 is available. So those |
e881b60 to
65915be
Compare
No description provided.