-
Notifications
You must be signed in to change notification settings - Fork 39
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: update packages, including resolving nested requirements to non-vulnerable versions #512
Conversation
…n-vulnerable versions
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.
Thanks for addressing this promptly. The resolutions
item in package.json
looks particularly handy!
@@ -127,5 +127,9 @@ | |||
"prettier": { | |||
"trailingComma": "all", | |||
"singleQuote": true | |||
}, | |||
"resolutions": { | |||
"postcss": "8.3.0", |
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.
Nifty!
TIL: Selective dependency resolutions | Yarn
cc @kriskowal @warner @michaelfig
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" | ||
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== | ||
|
||
is-svg@^3.0.0: |
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.
looks like is-svg
goes away completely. cool.
Looks like the build is having trouble, so my pushing the envelope on what Vuepress will use may have been too far. Vuepress has not released a new version that updates the dependencies though. This needs more effort. |
Ah, Vuepress v1 is no longer supported because they are working on v2: vuejs/vuepress#2744 |
Closing as the resolutions forcing Vuepress to use updated dependencies break Vuepress V1. See #513 for the issue to migrate to V2 |
Update packages, including resolving nested requirements to non-vulnerable versions
Related to Agoric/agoric-sdk#3007