Skip to content
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

[Snyk] Upgrade mira from 1.3.0 to 1.5.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

katie-roberts
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade mira from 1.3.0 to 1.5.0.

merge advice
ℹ️ 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 is 4 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2021-03-15.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PRISMJS-1585202
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PRISMJS-1314893
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Regular Expression Denial of Service (ReDoS)
SNYK-JS-PRISMJS-1076581
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-NORMALIZEURL-1296539
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Prototype Pollution
SNYK-JS-INI-1048974
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-PRISMJS-2404333
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Cross-site Scripting (XSS)
SNYK-JS-PARSEURL-2942134
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Server-side Request Forgery (SSRF)
SNYK-JS-PARSEURL-2936249
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-DOCSIFY-1066017
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Information Exposure
SNYK-JS-PARSEURL-2935947
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-PARSEURL-2935944
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Information Exposure
SNYK-JS-NODEFETCH-2342118
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Cross-site Scripting (XSS)
SNYK-JS-DOMPURIFY-2863266
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Cross-site Scripting (XSS)
SNYK-JS-DOMPURIFY-1035544
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Cross-site Scripting (XSS)
SNYK-JS-DOMPURIFY-1016634
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: mira
  • 1.5.0 - 2021-03-15

    fdb03cb chore: update CDK to 1.89.0 (#154)
    68e3f05 Merge pull request #153 from nearform/dependabot/npm_and_yarn/node-notifier-8.0.1
    af9d5fd Merge pull request #152 from nearform/dependabot/npm_and_yarn/dompurify-2.2.6
    96c2691 Merge pull request #151 from nearform/dependabot/npm_and_yarn/ini-1.3.8
    68dde7d Bump ini from 1.3.5 to 1.3.8
    e02ac79 Bump dompurify from 2.0.12 to 2.2.6
    861a2d6 Bump node-notifier from 8.0.0 to 8.0.1
    345931e Merge pull request #150 from nearform/dependabot/npm_and_yarn/highlight.js-10.4.1
    50f5f80 (origin/dependabot/npm_and_yarn/highlight.js-10.4.1) Bump highlight.js from 10.1.2 to 10.4.1
    498da64 Updates YML for GH test runner (#147)
    d6c7356 fix(errors): add valid process exit value on error #130 (#140)
    a5cdc8f Feature/version management (#134)
    b304f3a Ensures all folders within are linked (#141)

  • 1.5.0-beta - 2021-02-17

    fdb03cb chore: update CDK to 1.89.0 (#154)
    68e3f05 Merge pull request #153 from nearform/dependabot/npm_and_yarn/node-notifier-8.0.1
    af9d5fd Merge pull request #152 from nearform/dependabot/npm_and_yarn/dompurify-2.2.6
    96c2691 Merge pull request #151 from nearform/dependabot/npm_and_yarn/ini-1.3.8
    68dde7d Bump ini from 1.3.5 to 1.3.8
    e02ac79 Bump dompurify from 2.0.12 to 2.2.6
    861a2d6 Bump node-notifier from 8.0.0 to 8.0.1
    345931e Merge pull request #150 from nearform/dependabot/npm_and_yarn/highlight.js-10.4.1
    50f5f80 (origin/dependabot/npm_and_yarn/highlight.js-10.4.1) Bump highlight.js from 10.1.2 to 10.4.1
    498da64 Updates YML for GH test runner (#147)
    d6c7356 fix(errors): add valid process exit value on error #130 (#140)
    a5cdc8f Feature/version management (#134)
    b304f3a Ensures all folders within are linked (#141)

  • 1.4.1 - 2020-10-22

    Fix AWS params uniqueness (#138)
    Add environment in permissions creation (#136)
    Pipeline improvements (#133)
    Patches fix for flaky error test. (#129)
    Titus sample docs placed in new docs structure (#127)

  • 1.4.0 - 2020-10-12
    • Changes to the contribution guide for the additional steps in the release process (#85)

    • Small patch fixing windows (#94)

    • Feature/constructor types 89 (#90)

    • Feature/types fix 90 (#93)

    • Fixes tests on windows while preserving intent of tests. (#97)

    • Bump node-fetch from 2.6.0 to 2.6.1 (#98)

    • Fix/local mira (#96)

    • Fix: set removal policy of CICD KMS key to destroy (#106)

    • Fix/calleridentity fallback (#108)

    • Adds the --s3-only quick deploy feature. (#111)

    • Docs refactor (#115)

    • feat(deploy): add --require-approval arg support, return error on fail (#117)

    • fix domain support (#110)

    • Update CDK version to 1.67.0 (#120)

    • Feature/cfn sdk lookups (#112)

  • 1.3.0 - 2020-09-02
    Read more
from mira GitHub release notes
Commit messages
Package name: mira

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants