matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

252.md (6985B)


      1 # PR #252 Bump json5 from 1.0.1 to 1.0.2
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T16:43:28Z
      6 - **Branch:** dependabot/npm_and_yarn/json5-1.0.2 → main
      7 - **Closed:** 2023-01-03T16:44:12Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [252.diff](./252.diff)
     12 
     13 ---
     14 
     15 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v1.0.2</h2>
     21 <ul>
     22 <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>). This has been backported to v1. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/298">#298</a>)</li>
     23 </ul>
     24 </blockquote>
     25 </details>
     26 <details>
     27 <summary>Changelog</summary>
     28 <p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p>
     29 <blockquote>
     30 <h3>Unreleased [<a href="https://github.com/json5/json5/tree/main">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.3...HEAD">diff</a>]</h3>
     31 <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>
     32 <ul>
     33 <li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of
     34 v1.0.2. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/299">#299</a>)</li>
     35 </ul>
     36 <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>
     37 <ul>
     38 <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays.
     39 (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by
     40 Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li>
     41 </ul>
     42 <h3>v2.2.1 [<a href="https://github.com/json5/json5/tree/v2.2.1">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.0...v2.2.1">diff</a>]</h3>
     43 <ul>
     44 <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/266">#266</a>)</li>
     45 </ul>
     46 <h3>v2.2.0 [<a href="https://github.com/json5/json5/tree/v2.2.0">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.3...v2.2.0">diff</a>]</h3>
     47 <ul>
     48 <li>New: Accurate and documented TypeScript declarations are now included. There
     49 is no need to install <code>@types/json5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/236">#236</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/244">#244</a>)</li>
     50 </ul>
     51 <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3>
     52 <ul>
     53 <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/228">#228</a>,
     54 <a href="https://github-redirect.dependabot.com/json5/json5/issues/229">#229</a>)</li>
     55 </ul>
     56 <h3>v2.1.2 [<a href="https://github.com/json5/json5/tree/v2.1.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.1...v2.1.2">diff</a>]</h3>
     57 <!-- raw HTML omitted -->
     58 </blockquote>
     59 <p>... (truncated)</p>
     60 </details>
     61 <details>
     62 <summary>Commits</summary>
     63 <ul>
     64 <li><a href="https://github.com/json5/json5/commit/a62db1e51e1031d92ac260f5bb38bbed1fdbc754"><code>a62db1e</code></a> 1.0.2</li>
     65 <li><a href="https://github.com/json5/json5/commit/e0c23fe458a77c0b2cdb271376be5d8d0908133c"><code>e0c23fe</code></a> docs: update CHANGELOG for v1.0.2</li>
     66 <li><a href="https://github.com/json5/json5/commit/62a65408408d40aeea14c7869ed327acead12972"><code>62a6540</code></a> fix: add <strong>proto</strong> to objects and arrays</li>
     67 <li>See full diff in <a href="https://github.com/json5/json5/compare/v1.0.1...v1.0.2">compare view</a></li>
     68 </ul>
     69 </details>
     70 <br />
     71 
     72 
     73 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json5&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     74 
     75 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`.
     76 
     77 [//]: # (dependabot-automerge-start)
     78 [//]: # (dependabot-automerge-end)
     79 
     80 ---
     81 
     82 <details>
     83 <summary>Dependabot commands and options</summary>
     84 <br />
     85 
     86 You can trigger Dependabot actions by commenting on this PR:
     87 - `@dependabot rebase` will rebase this PR
     88 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     89 - `@dependabot merge` will merge this PR after your CI passes on it
     90 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     91 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     92 - `@dependabot reopen` will reopen this PR if it is closed
     93 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     94 - `@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)
     95 - `@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)
     96 - `@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)
     97 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/matrix-art/network/alerts).
     98 
     99 </details>
    100 
    101 
    102 ## Comments
    103 
    104 ### @dependabot[bot] — 2023-01-03T16:44:14Z
    105 
    106 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    107 
    108 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    109