[PR #30] Bump shelljs from 0.7.8 to 0.8.5 #29

Open
opened 2026-02-26 04:36:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mccxiv/torrent-web/pull/30
Author: @dependabot[bot]
Created: 1/15/2022
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/shelljs-0.8.5


📝 Commits (1)

  • bb42ac1 Bump shelljs from 0.7.8 to 0.8.5

📊 Changes

2 files changed (+50 additions, -25 deletions)

View changed files

📝 package-lock.json (+49 -24)
📝 package.json (+1 -1)

📄 Description

Bumps shelljs from 0.7.8 to 0.8.5.

Release notes

Sourced from shelljs's releases.

v0.8.5

This was a small security fix for #1058.

v0.8.4

Small patch release to fix a circular dependency warning in node v14. See #973.

v0.8.3

Closed issues:

  • Shelljs print stderr to console even if exec-only "silent" is true #905
  • refactor: remove common.state.tempDir #902
  • Can't suppress stdout for echo #899
  • exec() doesn't apply the arguments correctly #895
  • shell.exec('npm pack') painfully slow #885
  • shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
  • test infra: mocks and skipOnWin conflict #862
  • Support for shell function completion on IDE #859
  • echo command shows options in stdout #855
  • silent does not always work #851
  • Appveyor installs the latest npm, instead of the latest compatible npm #844
  • Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
  • inconsistent result when trying to echo to a file #798
  • Prevent require()ing executable-only files #789
  • Cannot set property to of [object String] which has only a getter #752
  • which() should check executability before returning a value #657
  • Bad encoding experience #456
  • phpcs very slow #440
  • Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined #254
  • .to\(file\) does not mute STDIO output #146
  • Escaping shell arguments to exec() #143
  • Allow multiple string arguments for exec() #103
  • cp does not recursively copy from readonly location #98
  • Handling permissions errors on file I/O #64

Merged pull requests:

... (truncated)

Changelog

Sourced from shelljs's changelog.

Change Log

Unreleased

Full Changelog

Closed issues:

  • find returns empty array even though directory has files #922
  • exec() should support node v10 (maxbuffer change) #915
  • grep exit status and extra newlines #900
  • Travis CI currently broken #893
  • Drop node v4 support #873
  • cp -Ru respects the -R but not the -u #808

Merged pull requests:

v0.8.3 (2018-11-13)

Full Changelog

Closed issues:

  • Shelljs print stderr to console even if exec-only "silent" is true #905
  • refactor: remove common.state.tempDir #902
  • Can't suppress stdout for echo #899
  • exec() doesn't apply the arguments correctly #895
  • shell.exec('npm pack') painfully slow #885
  • shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
  • test infra: mocks and skipOnWin conflict #862
  • Support for shell function completion on IDE #859
  • echo command shows options in stdout #855
  • silent does not always work #851
  • Appveyor installs the latest npm, instead of the latest compatible npm #844
  • Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
  • inconsistent result when trying to echo to a file #798
  • Prevent require()ing executable-only files #789
  • Cannot set property to of [object String] which has only a getter #752

... (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)
  • @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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mccxiv/torrent-web/pull/30 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/shelljs-0.8.5` --- ### 📝 Commits (1) - [`bb42ac1`](https://github.com/mccxiv/torrent-web/commit/bb42ac17fba8d8ae235a00e6311e5055faeb3edc) Bump shelljs from 0.7.8 to 0.8.5 ### 📊 Changes **2 files changed** (+50 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+49 -24) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shelljs/shelljs/releases">shelljs's releases</a>.</em></p> <blockquote> <h2>v0.8.5</h2> <p>This was a small security fix for <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/1058">#1058</a>.</p> <h2>v0.8.4</h2> <p>Small patch release to fix a circular dependency warning in node v14. See <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/973">#973</a>.</p> <h2>v0.8.3</h2> <p><strong>Closed issues:</strong></p> <ul> <li>Shelljs print stderr to console even if exec-only &quot;silent&quot; is true <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/905">#905</a></li> <li>refactor: remove common.state.tempDir <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/902">#902</a></li> <li>Can't suppress stdout for echo <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/899">#899</a></li> <li>exec() doesn't apply the arguments correctly <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/895">#895</a></li> <li>shell.exec('npm pack') painfully slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/885">#885</a></li> <li>shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/881">#881</a></li> <li>test infra: mocks and skipOnWin conflict <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/862">#862</a></li> <li>Support for shell function completion on IDE <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/859">#859</a></li> <li>echo command shows options in stdout <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/855">#855</a></li> <li>silent does not always work <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/851">#851</a></li> <li>Appveyor installs the latest npm, instead of the latest compatible npm <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/844">#844</a></li> <li>Force symbolic link (ln -sf) does not overwrite/recreate existing destination <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/830">#830</a></li> <li>inconsistent result when trying to echo to a file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/798">#798</a></li> <li>Prevent require()ing executable-only files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/789">#789</a></li> <li>Cannot set property to of [object String] which has only a getter <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/752">#752</a></li> <li>which() should check executability before returning a value <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/657">#657</a></li> <li>Bad encoding experience <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/456">#456</a></li> <li>phpcs very slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/440">#440</a></li> <li>Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/254">#254</a></li> <li><code>.to\(file\)</code> does not mute STDIO output <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/146">#146</a></li> <li>Escaping shell arguments to exec() <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/143">#143</a></li> <li>Allow multiple string arguments for exec() <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/103">#103</a></li> <li>cp does not recursively copy from readonly location <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/98">#98</a></li> <li>Handling permissions errors on file I/O <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/64">#64</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Add test case for sed on empty file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/904">#904</a> (<a href="https://github.com/wyardley">wyardley</a>)</li> <li>refactor: don't expose tempdir in common.state <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/903">#903</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(ci): fix codecov on travis <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/897">#897</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(npm): add ci-or-install script <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/896">#896</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>Fix silent exec <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/892">#892</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(appveyor): run entire test matrix <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/886">#886</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>docs: remove gitter badge <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/880">#880</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>grep includes the i flag <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/876">#876</a> (<a href="https://github.com/ppsleep">ppsleep</a>)</li> <li>Fix(which): match only executable files (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/657">#657</a>) <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/874">#874</a> (<a href="https://github.com/termosa">termosa</a>)</li> <li>chore: rename some tests <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/871">#871</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>Fix cp from readonly source <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/870">#870</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore: bump dev dependencies and add package-lock <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/864">#864</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>fix(mocks): fix conflict between mocks and skip <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/863">#863</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore: output npm version in travis <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/850">#850</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md">shelljs's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <h2><a href="https://github.com/shelljs/shelljs/tree/HEAD">Unreleased</a></h2> <p><a href="https://github.com/shelljs/shelljs/compare/v0.8.3...HEAD">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>find returns empty array even though directory has files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/922">#922</a></li> <li>exec() should support node v10 (maxbuffer change) <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/915">#915</a></li> <li>grep exit status and extra newlines <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/900">#900</a></li> <li>Travis CI currently broken <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/893">#893</a></li> <li>Drop node v4 support <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/873">#873</a></li> <li>cp -Ru respects the -R but not the -u <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/808">#808</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>feat(options): initial support for long options <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/926">#926</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>test(touch): add coverage for -d option <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/925">#925</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(node): add v10 and v11 to CI <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/921">#921</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(test): no coverage by default <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/920">#920</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>fix(exec): consistent error message for maxBuffer <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/919">#919</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(node): drop node v4 and v5 <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/917">#917</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore: script to bump supported node versions <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/913">#913</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>chore(npm): remove lockfile <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/911">#911</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>ci: change language to node_js and remove obsolete scripts <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/910">#910</a> (<a href="https://github.com/DanielRuf">DanielRuf</a>)</li> <li>chore: remove gitter integration <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/907">#907</a> (<a href="https://github.com/nfischer">nfischer</a>)</li> <li>fix: Exit 1 with empty string if no match <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/901">#901</a> (<a href="https://github.com/wyardley">wyardley</a>)</li> <li>feat(cp): support update flag when recursing <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/889">#889</a> (<a href="https://github.com/joshi-sh">joshi-sh</a>)</li> </ul> <h2><a href="https://github.com/shelljs/shelljs/tree/v0.8.3">v0.8.3</a> (2018-11-13)</h2> <p><a href="https://github.com/shelljs/shelljs/compare/v0.8.2...v0.8.3">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>Shelljs print stderr to console even if exec-only &quot;silent&quot; is true <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/905">#905</a></li> <li>refactor: remove common.state.tempDir <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/902">#902</a></li> <li>Can't suppress stdout for echo <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/899">#899</a></li> <li>exec() doesn't apply the arguments correctly <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/895">#895</a></li> <li>shell.exec('npm pack') painfully slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/885">#885</a></li> <li>shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/881">#881</a></li> <li>test infra: mocks and skipOnWin conflict <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/862">#862</a></li> <li>Support for shell function completion on IDE <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/859">#859</a></li> <li>echo command shows options in stdout <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/855">#855</a></li> <li>silent does not always work <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/851">#851</a></li> <li>Appveyor installs the latest npm, instead of the latest compatible npm <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/844">#844</a></li> <li>Force symbolic link (ln -sf) does not overwrite/recreate existing destination <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/830">#830</a></li> <li>inconsistent result when trying to echo to a file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/798">#798</a></li> <li>Prevent require()ing executable-only files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/789">#789</a></li> <li>Cannot set property to of [object String] which has only a getter <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/752">#752</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shelljs/shelljs/commit/70668a4555c7d49c4f67d53ea063b899be4d6d40"><code>70668a4</code></a> 0.8.5</li> <li><a href="https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c"><code>d919d22</code></a> fix(exec): lockdown file permissions (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/1060">#1060</a>)</li> <li><a href="https://github.com/shelljs/shelljs/commit/fcf1651be9a3bb8e20ba1fd24b8a91f369829c53"><code>fcf1651</code></a> 0.8.4</li> <li><a href="https://github.com/shelljs/shelljs/commit/a1111ee793e0292e4eff27b69214b361bd1eb712"><code>a1111ee</code></a> Silence potentially upcoming circular dependency warning (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/973">#973</a>)</li> <li><a href="https://github.com/shelljs/shelljs/commit/d4d1317ce62531fbd49085852b8492db3dd39312"><code>d4d1317</code></a> 0.8.3</li> <li><a href="https://github.com/shelljs/shelljs/commit/db317bf09236b8cabfa6a18b232a02035e9e08f1"><code>db317bf</code></a> Add test case for sed on empty file (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/904">#904</a>)</li> <li><a href="https://github.com/shelljs/shelljs/commit/0d5ecb673e65d4041a2ca26956deee7f5b9480f4"><code>0d5ecb6</code></a> docs(changelog): updated by Nate Fischer [ci skip]</li> <li><a href="https://github.com/shelljs/shelljs/commit/6b3c7b1e44b5cd308aac3a924165658fac3268d8"><code>6b3c7b1</code></a> refactor: don't expose tempdir in common.state (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/903">#903</a>)</li> <li><a href="https://github.com/shelljs/shelljs/commit/4bd22e77423182219cd43f0c8d38621b1c957986"><code>4bd22e7</code></a> chore(ci): fix codecov on travis (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/897">#897</a>)</li> <li><a href="https://github.com/shelljs/shelljs/commit/2b3b781bbc41add8ca17bcd35a6d8f19797285ce"><code>2b3b781</code></a> fix: silent exec (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/892">#892</a>)</li> <li>Additional commits viewable in <a href="https://github.com/shelljs/shelljs/compare/v0.7.8...v0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shelljs&package-manager=npm_and_yarn&previous-version=0.7.8&new-version=0.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/mccxiv/torrent-web/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
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
starred/torrent-web-mccxiv#29
No description provided.