mitre-attack / attack-navigator

Web app that provides basic navigation and annotation of ATT&CK matrices
https://mitre-attack.github.io/attack-navigator
Apache License 2.0
2.01k stars 594 forks source link

Bump ngx-markdown from 10.1.1 to 11.2.0 in /nav-app #463

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

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 marked version < 4.0.10

GHSA-5v2h-r2cx-5xgj High Severity Vulnerable versions: < 4.0.10 Patched version: 4.0.10

⚠ Breaking Changes

Javascript file for marked moved from node_modules/marked/lib/marked.js to node_modules/marked/marked.min.js and should be changed accordingly.

If you are using Angular CLI, you will need to change the path of marked file in the scripts section of your angular.json like 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) @​jfcere

v11.1.3

Bug fixes

  • Handle null/undefined parameters in LanguagePipe (#302) (436910c) @​jfcere

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


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)