Aurélien Lourot

Results 78 comments of Aurélien Lourot

@rdelbem sounds good to me!

This sounds good to me. Let's try to avoid hard breaking changes along the way if they are not really necessary :pray:

Thank you @MarkovianPD !

`marked` is not one of our direct dependencies: https://github.com/Frameright/image-display-control-web-component/blob/main/image-display-control/package.json#L44 It must be a dependency of one of all these dependencies. So if we're using an old version, it's not on...

I was thinking of adding `"marked": "^4.2.12"` inside our `devDependencies` in `package.json`. I just tried it out, it didn't help: ``` $ rm -rf package-lock.json node_modules/ $ npm install [...]...

`npm upgrade` doesn't help in my case. I think this is because markdown-spellcheck pins `^0.7.0`: https://github.com/lukeapage/node-markdown-spellcheck/blob/master/package.json#L40 Which means "any version between 0.7.0 and 1", so this prevents us from getting...

FYI the spellchecker is now gone but we still have some `npm audit` issues. Keeping this open for now.

My mistake, I had forgotten to actually remove the dependency. Now the remaining `npm audit` issues are only `moderate`.