attack-navigator
                                
                                
                                
                                    attack-navigator copied to clipboard
                            
                            
                            
                        Bump ngx-markdown from 10.1.1 to 11.2.0 in /nav-app
Bumps ngx-markdown from 10.1.1 to 11.2.0.
Release notes
Sourced from ngx-markdown's releases.
v11.2.0
Security Update
This is a security update for Angular 11 to fix a vulnerability reported with
markedversion< 4.0.10GHSA-5v2h-r2cx-5xgj High Severity Vulnerable versions: < 4.0.10 Patched version: 4.0.10
⚠ Breaking Changes
Javascript file for
markedmoved fromnode_modules/marked/lib/marked.jstonode_modules/marked/marked.min.jsand should be changed accordingly.If you are using Angular CLI, you will need to change the path of
markedfile in thescriptssection of yourangular.jsonlike this..."scripts": [ - "node_modules/marked/lib/marked.js", + "node_modules/marked/marked.min.js", "node_modules/prismjs/prism.js", "node_modules/prismjs/components/prism-typescript.js", ... ]Commits
- Update marked dependency to 4.0.10 (89b0f22)
 @jfcerev11.1.3
Bug fixes
v11.1.2
New features and enhancements
v11.1.1
New features and enhancements
v11.1.0
Dropping IE11 Support
ℹ️ Marked dependency has been updated to v2.0.0 and as stated in their changelog, IE11 will no longer be supported.
No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in lib/marked.js but some pollyfills may be needed for IE 11 in the future.
... (truncated)
Commits
89b0f22Update marked 44d5323411.1.3436910cHandle null/undefined parameters in LanguagePipe (#302)8922d5bUpdate lib/package.json author email504a2ecUpdate package.json author email9cb81b811.1.2d4c02ffUpdate Katex dependency (#295)638990a11.1.13125673Update zone.js peer dependency version (#291)31a472111.1.0- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)