Bump minimist, minimist and protractor #18

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/minimist-and-minimist-and-protractor-1.2.6 into master 2022-08-28 17:42:26 +03:00
dependabot[bot] commented 2022-08-28 17:27:07 +03:00 (Migrated from github.com)

Bumps minimist, minimist and protractor. These dependencies needed to be updated together.
Updates minimist from 1.2.0 to 1.2.6

Commits

Updates minimist from 1.2.5 to 1.2.6

Commits

Updates protractor from 5.4.2 to 5.4.4

Release notes

Sourced from protractor's releases.

5.4.3

typescript 3.7 compatibility

Resolves #5348 which was causing incompatibility with TypeScript 3.7

Changelog

Sourced from protractor's changelog.

5.4.4

Fixes

  • fix: security prototype pollution

5.4.3

Fixes

fix(index.ts): Fix exports to unbreak TypeScript 3.7 build

Commits
  • a0ffa9b release: 5.4.4
  • 8b3ebf8 fix: security prototype pollution
  • 162f9e5 ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4...
  • eb1d0fc docs(release): Update release docs for 5.4 series.
  • 6c46098 chore(release): Update changelog
  • faf0895 fix(ci): Don't update webdriver in pretest
  • d77731c fix(release): Pin CircleCI to Chrome v74
  • efe7fdd chore(dependencies): Update natives, so we can continue to run Gulp on
  • 0442e51 chore(release): Bugfix release 5.4.3
  • 7999a08 fix(index.ts): Fix exports to unbreak TypeScript 3.7 build
  • See full diff 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimist](https://github.com/substack/minimist), [minimist](https://github.com/substack/minimist) and [protractor](https://github.com/angular/protractor). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846"><code>7efb22a</code></a> 1.2.6</li> <li><a href="https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2"><code>ef88b93</code></a> security notice for additional prototype pollution issue</li> <li><a href="https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d"><code>c2b9819</code></a> isConstructorOrProto adapted from PR</li> <li><a href="https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb"><code>bc8ecee</code></a> test from prototype pollution PR</li> <li><a href="https://github.com/substack/minimist/commit/aeb3e27dae0412de5c0494e9563a5f10c82cc7a9"><code>aeb3e27</code></a> 1.2.5</li> <li><a href="https://github.com/substack/minimist/commit/278677b171d956b46613a158c6c486c3ef979b20"><code>278677b</code></a> 1.2.4</li> <li><a href="https://github.com/substack/minimist/commit/4cf1354839cb972e38496d35e12f806eea92c11f"><code>4cf1354</code></a> security notice</li> <li><a href="https://github.com/substack/minimist/commit/1043d212c3caaf871966e710f52cfdf02f9eea4b"><code>1043d21</code></a> additional test for constructor prototype pollution</li> <li><a href="https://github.com/substack/minimist/commit/6457d7440a47f329c12c4a5abfbce211c4235b93"><code>6457d74</code></a> 1.2.3</li> <li><a href="https://github.com/substack/minimist/commit/38a4d1caead72ef99e824bb420a2528eec03d9ab"><code>38a4d1c</code></a> even more aggressive checks for protocol pollution</li> <li>Additional commits viewable in <a href="https://github.com/substack/minimist/compare/1.2.0...1.2.6">compare view</a></li> </ul> </details> <br /> Updates `minimist` from 1.2.5 to 1.2.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846"><code>7efb22a</code></a> 1.2.6</li> <li><a href="https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2"><code>ef88b93</code></a> security notice for additional prototype pollution issue</li> <li><a href="https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d"><code>c2b9819</code></a> isConstructorOrProto adapted from PR</li> <li><a href="https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb"><code>bc8ecee</code></a> test from prototype pollution PR</li> <li><a href="https://github.com/substack/minimist/commit/aeb3e27dae0412de5c0494e9563a5f10c82cc7a9"><code>aeb3e27</code></a> 1.2.5</li> <li><a href="https://github.com/substack/minimist/commit/278677b171d956b46613a158c6c486c3ef979b20"><code>278677b</code></a> 1.2.4</li> <li><a href="https://github.com/substack/minimist/commit/4cf1354839cb972e38496d35e12f806eea92c11f"><code>4cf1354</code></a> security notice</li> <li><a href="https://github.com/substack/minimist/commit/1043d212c3caaf871966e710f52cfdf02f9eea4b"><code>1043d21</code></a> additional test for constructor prototype pollution</li> <li><a href="https://github.com/substack/minimist/commit/6457d7440a47f329c12c4a5abfbce211c4235b93"><code>6457d74</code></a> 1.2.3</li> <li><a href="https://github.com/substack/minimist/commit/38a4d1caead72ef99e824bb420a2528eec03d9ab"><code>38a4d1c</code></a> even more aggressive checks for protocol pollution</li> <li>Additional commits viewable in <a href="https://github.com/substack/minimist/compare/1.2.0...1.2.6">compare view</a></li> </ul> </details> <br /> Updates `protractor` from 5.4.2 to 5.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/protractor/releases">protractor's releases</a>.</em></p> <blockquote> <h2>5.4.3</h2> <h1>typescript 3.7 compatibility</h1> <p>Resolves <a href="https://github-redirect.dependabot.com/angular/protractor/issues/5348">#5348</a> which was causing incompatibility with TypeScript 3.7</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/protractor/blob/5.4.4/CHANGELOG.md">protractor's changelog</a>.</em></p> <blockquote> <h1>5.4.4</h1> <h2>Fixes</h2> <ul> <li>fix: security prototype pollution</li> </ul> <h1>5.4.3</h1> <h2>Fixes</h2> <p>fix(index.ts): Fix exports to unbreak TypeScript 3.7 build</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/protractor/commit/a0ffa9b900cf8aa7123c634341e2d9fa9c498db1"><code>a0ffa9b</code></a> release: 5.4.4</li> <li><a href="https://github.com/angular/protractor/commit/8b3ebf886db79eaa5685064c124c0f35a4ad095f"><code>8b3ebf8</code></a> fix: security prototype pollution</li> <li><a href="https://github.com/angular/protractor/commit/162f9e5d18f79d8432cabafe6dc748c595e717be"><code>162f9e5</code></a> ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4...</li> <li><a href="https://github.com/angular/protractor/commit/eb1d0fc61588777349c070fab39e65533a35a717"><code>eb1d0fc</code></a> docs(release): Update release docs for 5.4 series.</li> <li><a href="https://github.com/angular/protractor/commit/6c4609853402e911a1c290aaf4012f4b8df3074e"><code>6c46098</code></a> chore(release): Update changelog</li> <li><a href="https://github.com/angular/protractor/commit/faf0895fc746ad1017883afc683c6ed40c947e5f"><code>faf0895</code></a> fix(ci): Don't update webdriver in pretest</li> <li><a href="https://github.com/angular/protractor/commit/d77731c270f5118518d0a57cee4aee97ff29a023"><code>d77731c</code></a> fix(release): Pin CircleCI to Chrome v74</li> <li><a href="https://github.com/angular/protractor/commit/efe7fdd042fcf5976892efc10910b07b8332555f"><code>efe7fdd</code></a> chore(dependencies): Update natives, so we can continue to run Gulp on</li> <li><a href="https://github.com/angular/protractor/commit/0442e51377df27c50fd23c54404442343d055bda"><code>0442e51</code></a> chore(release): Bugfix release 5.4.3</li> <li><a href="https://github.com/angular/protractor/commit/7999a08b4d176b870bf0b642f69e8ad2d48c4bc6"><code>7999a08</code></a> fix(index.ts): Fix exports to unbreak TypeScript 3.7 build</li> <li>See full diff in <a href="https://github.com/angular/protractor/compare/5.4.2...5.4.4">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/unistack-org/ngx-translate-extract-marker/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/ngx-translate-extract-marker#18
No description provided.