Skip to content

Commit

Permalink
fix(deps): bump pkijs from 3.0.5 to 3.0.7 (#501)
Browse files Browse the repository at this point in the history
Bumps [pkijs](https://github.com/PeculiarVentures/PKI.js) from 3.0.5 to 3.0.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/253ac40742145b2f616e6855be868285ce216662"><code>253ac40</code></a> 3.0.7</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/27e60b70ea9a2a29fd76050fe31c327b7a80d8f8"><code>27e60b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PeculiarVentures/PKI.js/issues/360">#360</a> from bdehamer:cert-chain-engine-fix</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/a6da39674a66f7fe233f16c7ee5de334916f6a0e"><code>a6da396</code></a> fix issue w/ crypto in CertChainValidationEngine</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/3e3e61439a49a4a8b712bc30641c75b7c8740a8a"><code>3e3e614</code></a> 3.0.6</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/4e1b170aa6d69cb84a05a7ac06c82fa10d523037"><code>4e1b170</code></a> style(lint): ignore deprecation error</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/8f8df344112d2fba68ed27d9b7ce9342ef500a13"><code>8f8df34</code></a> chore(deps): update dependencies</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/8139f77760578a30120929fe66d67fb68975dfa2"><code>8139f77</code></a> refactor: replace any to OctetString for verifyWithPublicKey</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/f3af29f3becf28c494653f0fe8a0c6b92a4e0b31"><code>f3af29f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PeculiarVentures/PKI.js/issues/359">#359</a> from bdehamer/master</li>
<li><a href="https://github.com/PeculiarVentures/PKI.js/commit/036933745ae6c3ae4d57a265f787f847e72e3aef"><code>0369337</code></a> Fix bug in verifySCTsForCertificate</li>
<li>See full diff in <a href="https://github.com/PeculiarVentures/PKI.js/compare/v3.0.5...v3.0.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkijs&package-manager=npm_and_yarn&previous-version=3.0.5&new-version=3.0.7)](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)


</details>
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent 6acd529 commit 8bb4a3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dohdec": "^3.1.0",
"is-valid-domain": "^0.1.6",
"moment": "^2.29.4",
"pkijs": "^3.0.5",
"pkijs": "^3.0.7",
"smart-buffer": "^4.2.0",
"uuid4": "^2.0.3",
"verror": "^1.10.1",
Expand Down

0 comments on commit 8bb4a3e

Please sign in to comment.