Skip to content

Commit

Permalink
chore(deps): bump json5 and typescript-plugin-css-modules in /tools/d…
Browse files Browse the repository at this point in the history
…ebug-ui (near#8708)

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules). These dependencies need to be updated together.

Updates `json5` from 2.2.1 to 2.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p>
<blockquote>
<h2>v2.2.3</h2>
<ul>
<li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
</ul>
<h2>v2.2.2</h2>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
(<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p>
<blockquote>
<h3>v2.2.3 [<a href="https://github.com/json5/json5/tree/v2.2.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.2...v2.2.3">diff</a>]</h3>
<ul>
<li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
</ul>
<h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
(<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/json5/json5/commit/c3a75242772a5026a49c4017a16d9b3543b62776"><code>c3a7524</code></a> 2.2.3</li>
<li><a href="https://github.com/json5/json5/commit/94fd06d82eeed225fa172f6fb2ca27375cbd2e39"><code>94fd06d</code></a> docs: update CHANGELOG for v2.2.3</li>
<li><a href="https://github.com/json5/json5/commit/3b8cebf0c474a8b20c78bd75c89cca0c4dce84ce"><code>3b8cebf</code></a> docs(security): use GitHub security advisories</li>
<li><a href="https://github.com/json5/json5/commit/f0fd9e194dde282caff114a110f4fac635f3a62c"><code>f0fd9e1</code></a> docs: publish a security policy</li>
<li><a href="https://github.com/json5/json5/commit/6a91a05fffeda16ff6b3b5008b6b340d42d31ec0"><code>6a91a05</code></a> docs(template): bug -&gt; bug report</li>
<li><a href="https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650"><code>14f8cb1</code></a> 2.2.2</li>
<li><a href="https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46"><code>10cc7ca</code></a> docs: update CHANGELOG for v2.2.2</li>
<li><a href="https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8"><code>7774c10</code></a> fix: add <strong>proto</strong> to objects and arrays</li>
<li><a href="https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d"><code>edde30a</code></a> Readme: slight tweak to intro</li>
<li><a href="https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16"><code>97286f8</code></a> Improve example in readme</li>
<li>Additional commits viewable in <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.3">compare view</a></li>
</ul>
</details>
<br />

Updates `json5` from 1.0.1 to 2.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p>
<blockquote>
<h2>v2.2.3</h2>
<ul>
<li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
</ul>
<h2>v2.2.2</h2>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
(<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p>
<blockquote>
<h3>v2.2.3 [<a href="https://github.com/json5/json5/tree/v2.2.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.2...v2.2.3">diff</a>]</h3>
<ul>
<li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
</ul>
<h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3>
<ul>
<li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
(<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/json5/json5/commit/c3a75242772a5026a49c4017a16d9b3543b62776"><code>c3a7524</code></a> 2.2.3</li>
<li><a href="https://github.com/json5/json5/commit/94fd06d82eeed225fa172f6fb2ca27375cbd2e39"><code>94fd06d</code></a> docs: update CHANGELOG for v2.2.3</li>
<li><a href="https://github.com/json5/json5/commit/3b8cebf0c474a8b20c78bd75c89cca0c4dce84ce"><code>3b8cebf</code></a> docs(security): use GitHub security advisories</li>
<li><a href="https://github.com/json5/json5/commit/f0fd9e194dde282caff114a110f4fac635f3a62c"><code>f0fd9e1</code></a> docs: publish a security policy</li>
<li><a href="https://github.com/json5/json5/commit/6a91a05fffeda16ff6b3b5008b6b340d42d31ec0"><code>6a91a05</code></a> docs(template): bug -&gt; bug report</li>
<li><a href="https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650"><code>14f8cb1</code></a> 2.2.2</li>
<li><a href="https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46"><code>10cc7ca</code></a> docs: update CHANGELOG for v2.2.2</li>
<li><a href="https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8"><code>7774c10</code></a> fix: add <strong>proto</strong> to objects and arrays</li>
<li><a href="https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d"><code>edde30a</code></a> Readme: slight tweak to intro</li>
<li><a href="https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16"><code>97286f8</code></a> Improve example in readme</li>
<li>Additional commits viewable in <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.3">compare view</a></li>
</ul>
</details>
<br />

Updates `typescript-plugin-css-modules` from 4.1.1 to 4.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mrmckeb/typescript-plugin-css-modules/releases">typescript-plugin-css-modules's releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<p><strong>Bug fixes:</strong></p>
<ul>
<li>Fix potentially fatal CSS classname regexp bug (<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/205">mrmckeb/typescript-plugin-css-modules#205</a>).</li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.1...v4.2.2">https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.1...v4.2.2</a></p>
<h2>v4.2.1</h2>
<p><strong>Bug fixes:</strong></p>
<ul>
<li>Correct <code>additionalData</code> typo (<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/204">mrmckeb/typescript-plugin-css-modules#204</a>).</li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.0...v4.2.1">https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.2.0...v4.2.1</a></p>
<h2>v4.2.0</h2>
<p><strong>New features:</strong></p>
<ul>
<li>Add Less support for <code>goToDefinition</code> (<a href="https://github.com/mariusGundersen"><code>@​mariusGundersen</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/192">mrmckeb/typescript-plugin-css-modules#192</a>).</li>
<li>Add <code>additionalData</code> option to append text content to files before they're processed (<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/203">mrmckeb/typescript-plugin-css-modules#203</a>).</li>
</ul>
<p><strong>Bug fixes:</strong></p>
<ul>
<li>Fix Sass tilde importer partial support (<a href="https://github.com/dennispg"><code>@​dennispg</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/193">mrmckeb/typescript-plugin-css-modules#193</a>).</li>
</ul>
<p><strong>Other:</strong></p>
<ul>
<li>Remove unsupported <code>postcss-*</code> packages (<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/201">mrmckeb/typescript-plugin-css-modules#201</a>).</li>
<li>Improve <code>goToDefinition</code> documentation and add additional tests (<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>, <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/202">mrmckeb/typescript-plugin-css-modules#202</a>).</li>
</ul>
<p><strong>New contributors</strong></p>
<ul>
<li><a href="https://github.com/mariusGundersen"><code>@​mariusGundersen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/192">mrmckeb/typescript-plugin-css-modules#192</a></li>
<li><a href="https://github.com/dennispg"><code>@​dennispg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/pull/193">mrmckeb/typescript-plugin-css-modules#193</a></li>
</ul>
<p><strong>Full changelog</strong>: <a href="https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.0">https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/9809e51d33c5bd601f41ee0e188e92adaff4e9fe"><code>9809e51</code></a> chore: bump version</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/38196761ef9fb87b3105c1aa72c50a392fbd6840"><code>3819676</code></a> fix: improve CSS classname regexp (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/205">#205</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/9ef8e077a5e7b884243fcd711bb31b61a507c9d5"><code>9ef8e07</code></a> chore: bump version</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/da7b048c4c5ebe2bebb644bff245214acb8d10de"><code>da7b048</code></a> fix: correct <code>additionalData</code> typo (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/204">#204</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/161b62671708435a17abdd4fdd72729ea2682a99"><code>161b626</code></a> chore: bump version</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/5178720df03635783b7c0116c815b260a2ed4123"><code>5178720</code></a> feat: add <code>additonalData</code> feature (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/203">#203</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/c1799603ff89aa95b8f5f23bc464be20ca08529e"><code>c179960</code></a> test: add additional <code>goToDefinition</code> tests (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/202">#202</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/e2843079d4ea947851b2e2cefc781bc168af52f4"><code>e284307</code></a> refactor: remove unsupported <code>postcss-*</code> packages (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/201">#201</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/75f3054dc89aa1d31d1e08710733df3c98cb223b"><code>75f3054</code></a> fix: improve logic in Sass tilde importer (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/193">#193</a>)</li>
<li><a href="https://github.com/mrmckeb/typescript-plugin-css-modules/commit/e5700318f60e3f36f9bdd89ffd7e9258c7c1edd2"><code>e570031</code></a> feat: add Less <code>goToDefinition</code> support (<a href="https://github-redirect.dependabot.com/mrmckeb/typescript-plugin-css-modules/issues/192">#192</a>)</li>
<li>See full diff in <a href="https://github.com/mrmckeb/typescript-plugin-css-modules/compare/v4.1.1...v4.2.2">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/near/nearcore/network/alerts).

</details>
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
1 parent e1dac35 commit 229cf47
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 503 deletions.
Loading

0 comments on commit 229cf47

Please sign in to comment.