A JavaScript implementation of the App Attest protocol, which checks whether clients connecting to your server are valid instances of your app.
Bumps [cbor](https://github.com/hildjj/node-cbor/tree/HEAD/packages/cbor) from 9.0.2 to 10.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hildjj/node-cbor/releases">cbor's releases</a>.</em></p> <blockquote> <h2>v10.0.3</h2> <h2>What's Changed</h2> <ul> <li>Make it clear we require node 18 by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/213">hildjj/node-cbor#213</a></li> <li>Make the move to cbor2 more explicit. by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/215">hildjj/node-cbor#215</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hildjj/node-cbor/compare/v10.0.2...v10.0.3">https://github.com/hildjj/node-cbor/compare/v10.0.2...v10.0.3</a></p> <h2>v10.0.2</h2> <h2>What's Changed</h2> <ul> <li>use npx to run monopub by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/212">hildjj/node-cbor#212</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hildjj/node-cbor/compare/v10.0.1...v10.0.2">https://github.com/hildjj/node-cbor/compare/v10.0.1...v10.0.2</a></p> <h2>v10.0.1</h2> <h2>What's Changed</h2> <ul> <li>Ignore doc errors on publish by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/211">hildjj/node-cbor#211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hildjj/node-cbor/compare/v10.0.0...v10.0.1">https://github.com/hildjj/node-cbor/compare/v10.0.0...v10.0.1</a></p> <h2>v10.0.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in README.md by <a href="https://github.com/csillag"><code>@csillag</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/194">hildjj/node-cbor#194</a></li> <li>Update deps by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/196">hildjj/node-cbor#196</a></li> <li>Allow any ArrayBufferView in decode. Fixes <a href="https://github.com/hildjj/node-cbor/tree/HEAD/packages/cbor/issues/176">#176</a> by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/203">hildjj/node-cbor#203</a></li> <li>Override deep dependencies with security issues by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/204">hildjj/node-cbor#204</a></li> <li>Update marked version by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/206">hildjj/node-cbor#206</a></li> <li>Update some more dependency versions by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/207">hildjj/node-cbor#207</a></li> <li>Remove lerna, since it doesn't work anymore by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/208">hildjj/node-cbor#208</a></li> <li>Canonicalize package URLs. move to monopub, generate docs server-side by <a href="https://github.com/hildjj"><code>@hildjj</code></a> in <a href="https://redirect.github.com/hildjj/node-cbor/pull/209">hildjj/node-cbor#209</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/csillag"><code>@csillag</code></a> made their first contribution in <a href="https://redirect.github.com/hildjj/node-cbor/pull/194">hildjj/node-cbor#194</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hildjj/node-cbor/compare/v9.0.2...v10.0.0">https://github.com/hildjj/node-cbor/compare/v9.0.2...v10.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hildjj/node-cbor/commit/977da44240c0fb73d394d8c98875c7f0759258af"><code>977da44</code></a> 10.0.3</li> <li><a href="https://github.com/hildjj/node-cbor/commit/37d1f3b1a34266a2e8b638f59cc48736ad23b16a"><code>37d1f3b</code></a> Make the move to cbor2 more explicit.</li> <li><a href="https://github.com/hildjj/node-cbor/commit/24aedd891152cc1c8da552d0934e3b41a402c7d4"><code>24aedd8</code></a> Make it clear we require node 18</li> <li><a href="https://github.com/hildjj/node-cbor/commit/2b2dca65e37303ff7591d2be7d54a52101a0b0e3"><code>2b2dca6</code></a> 10.0.2</li> <li><a href="https://github.com/hildjj/node-cbor/commit/6da12c22f3226a55667bfbc6ed378bf4d683b68d"><code>6da12c2</code></a> 10.0.1</li> <li><a href="https://github.com/hildjj/node-cbor/commit/1c232b5077b0a58812e37a6d8b661618ce875fe0"><code>1c232b5</code></a> 10.0.0</li> <li><a href="https://github.com/hildjj/node-cbor/commit/07854712a7b67ee0a8eb42cca0dd67fa7a4f6e4c"><code>0785471</code></a> Canonicalize package URLs.</li> <li><a href="https://github.com/hildjj/node-cbor/commit/4a9d5077f8236d38c8ec7c383211e591558bec85"><code>4a9d507</code></a> Allow any ArrayBufferView in decode. Fixes <a href="https://github.com/hildjj/node-cbor/tree/HEAD/packages/cbor/issues/176">#176</a></li> <li><a href="https://github.com/hildjj/node-cbor/commit/6caf7f691e815ed0f64f8f93f1c1c3887237ee87"><code>6caf7f6</code></a> Update lockfiles</li> <li><a href="https://github.com/hildjj/node-cbor/commit/37d806d1624b4690008071901e1ebe0fa2a339e0"><code>37d806d</code></a> Pin old rimraf version. BREAKING: node >= v18 now required.</li> <li>Additional commits viewable in <a href="https://github.com/hildjj/node-cbor/commits/v10.0.3/packages/cbor">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.