Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
fix: roll up dependency patches (#188)
Browse files Browse the repository at this point in the history
fix: roll up dependency patches 

[Snyk] Security upgrade jquery from 3.4.1 to 3.5.0 
closes #186

Bump jquery from 3.4.1 to 3.5.0  dependencies
closes #185

[Snyk] Upgrade rxjs from 6.5.4 to 6.5.5 
closes #184

[Snyk] Upgrade webpack from 4.42.0 to 4.42.1 
closes #183

[Snyk] Security upgrade jquery from 3.4.1 to 3.5.0 
closes #182

[Snyk] Upgrade zone.js from 0.10.2 to 0.10.3 
closes #181 


* fix: upgrade zone.js from 0.10.2 to 0.10.3

Snyk has created this PR to upgrade zone.js from 0.10.2 to 0.10.3.

See this package in NPM:
https://www.npmjs.com/package/zone.js

See this project in Snyk:
https://app.snyk.io/org/mailchain/project/c65c678c-017e-408f-af91-3c59616d8b00?utm_source=github&utm_medium=upgrade-pr

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-565129

* fix: upgrade webpack from 4.42.0 to 4.42.1

Snyk has created this PR to upgrade webpack from 4.42.0 to 4.42.1.

See this package in NPM:
https://www.npmjs.com/package/webpack

See this project in Snyk:
https://app.snyk.io/org/mailchain/project/c65c678c-017e-408f-af91-3c59616d8b00?utm_source=github&utm_medium=upgrade-pr

* fix: upgrade rxjs from 6.5.4 to 6.5.5

Snyk has created this PR to upgrade rxjs from 6.5.4 to 6.5.5.

See this package in NPM:
https://www.npmjs.com/package/rxjs

See this project in Snyk:
https://app.snyk.io/org/mailchain/project/c65c678c-017e-408f-af91-3c59616d8b00?utm_source=github&utm_medium=upgrade-pr

* fix: upgrade rxjs from 6.5.4 to 6.5.5

Snyk has created this PR to upgrade rxjs from 6.5.4 to 6.5.5.

See this package in NPM:
https://www.npmjs.com/package/rxjs

See this project in Snyk:
https://app.snyk.io/org/mailchain/project/c65c678c-017e-408f-af91-3c59616d8b00?utm_source=github&utm_medium=upgrade-pr

* Bump jquery from 3.4.1 to 3.5.0

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880

* roll up patches

* fixes #186

* correction: fixes #189
bump

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed May 3, 2020
1 parent e2c2334 commit 0779967
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 55 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ This repository contains the Mailchain Web Application that is powered by [https

---

## About Mailchain

## About Mailchain
Extract from the [Mailchain specification](https://github.com/mailchain/mailchain-specification):

### Introduction
### Introduction

Mailchain enables blockchain-based email-like messaging with plain or rich text and attachment capabilities. Using blockchain protocols and decentralized storage, Mailchain delivers a simple, secure, messaging experience.

Account holders or owners of a public address often need to communicate in the context of the account or public address. Communication may relate to transactions, account actions or some type of notification.
Expand Down Expand Up @@ -79,6 +80,7 @@ The following address formats are referenced:
| Mailchain | `<0xd5ab4ce3605cd590db609b6b5c8901fdb2ef7fe6@ropsten.ethereum>` | Case insensitive |

### URL and Port Settings

By default, the Mailchain web interface expects to communicate with the Mailchain application running on the localhost using port 8080.

To change this:
Expand Down Expand Up @@ -112,6 +114,7 @@ currentPort: | The current selected port (e.g. `8080`) for contacting the mailch
currentHost: | The current selected host (e.g. `127.0.0.1`, `localhost`, etc.) for contacting the mailchain application

### Message Storage

The Mailchain web application does not store message contents.

## Development Info
Expand All @@ -133,4 +136,5 @@ Run `ng build` to build the project. The build artifacts will be stored in the `
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmailchain%2Fmailchain-web.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmailchain%2Fmailchain-web?ref=badge_large)
Loading

0 comments on commit 0779967

Please sign in to comment.