[Snyk] Upgrade markdown-it-image-figures from 2.0.0 to 2.1.1 - #22
Open
snyk-bot wants to merge 1 commit into
Open
[Snyk] Upgrade markdown-it-image-figures from 2.0.0 to 2.1.1#22snyk-bot wants to merge 1 commit into
snyk-bot wants to merge 1 commit into
Conversation
Snyk has created this PR to upgrade markdown-it-image-figures from 2.0.0 to 2.1.1. See this package in npm: https://www.npmjs.com/package/markdown-it-image-figures See this project in Snyk: https://app.snyk.io/org/cps-innovation/project/70174692-e224-4a02-80f6-3a2f2fc5f7ae?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade markdown-it-image-figures from 2.0.0 to 2.1.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-FASTXMLPARSER-3325616
Why? Proof of Concept exploit, CVSS 7.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: markdown-it-image-figures
-
2.1.1 - 2023-01-07
- Update
- Update
- Update
- Update
- Update
- Ensure vulnerabilities are fixed by updating package-lock.json
-
2.1.0 - 2022-04-05
- Add
- @ nzakas made their first contribution in #12
-
2.0.2 - 2022-04-04
- Fixes issues with importing in ESM. #10
-
2.0.1 - 2022-03-28
- Bump
- Cleaning package.json and ensuring the latest practices are used.
-
2.0.0 - 2021-09-17
- Updated dependencies to avoid Moderate security issue: https://npmjs.com/advisories/1773
- Changed the behaviour of
- Added support for
- Added
- Added
- Ensuring now that both
- Enhanced the README to be more Web Performance aligned by default.
from markdown-it-image-figures GitHub release noteseslintto8.31.0(minor)eslint-plugin-importto2.26.0(minor)eslint-plugin-mochato10.1.0(minor)microbundleto0.15.1(major)mochato10.2.0(major)figcaption:altandfigcaption:titleoptions by @ nzakas in #12New Contributors
What's Changed
minimistfrom1.2.5to1.2.6by @ dependabot in #9Changes
lazywhich, if truthy, it will only addloading="lazy"to the image (see below on breaking).asyncdecoding. Usingasync: trueas an option, will adddecoding="async"to all images by default.removeSrcoption which, if truthy, will allow you to remove the attributesrcand store it asdata-src.classesoption which will be appended / added as classes to the images.asyncandlazycan be overridden per image base.Breaking
lazynow acts as a toggle to align with evergreen browsers which will only enableloading="lazy"on an image. If you want to replicate the same behaviour you got withlazy: trueyou need to use the following options:{ lazy: true, removeSrc: true, classes: 'lazy' }Thanks to @ paulrobertlloyd for the suggestion on #7 !
Commit messages
Package name: markdown-it-image-figures
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs