From c0b9d90a460018fbc7b0b05a15788d91207f1665 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Jul 2023 23:32:40 +0000
Subject: [PATCH] fix(deps): Bump pkijs from 3.0.14 to 3.0.15 (#158)
Bumps [pkijs](https://github.com/PeculiarVentures/PKI.js) from 3.0.14 to 3.0.15.
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkijs&package-manager=npm_and_yarn&previous-version=3.0.14&new-version=3.0.15)](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)
---
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)
---
package-lock.json | 14 +++++++-------
package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e321488..6888047 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"asn1js": "^3.0.5",
"date-fns": "^2.30.0",
"dohdec": "https://gitpkg.now.sh/hildjj/dohdec/pkg/dohdec?acd49694a83825a461bdff55e4a4a63ca7a4bbef",
- "pkijs": "^3.0.14",
+ "pkijs": "^3.0.15",
"webcrypto-core": "^1.7.7"
},
"devDependencies": {
@@ -11738,9 +11738,9 @@
}
},
"node_modules/pkijs": {
- "version": "3.0.14",
- "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.0.14.tgz",
- "integrity": "sha512-Fi9++44BaOY0VcOEJql27D/HzHIeMU9R48XclfL98Cp8Wh/gGfPbuS1RUwReHQHRIUfzW32eoNO1izxoBMZi6w==",
+ "version": "3.0.15",
+ "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.0.15.tgz",
+ "integrity": "sha512-n7nAl9JpqdeQsjy+rPmswkmZ3oO/Fu5uN9me45PPQVdWjd0X7HKfL8+HYwfxihqoDSSPUIajkOcqFxEUxMqhwQ==",
"dependencies": {
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.0",
@@ -23401,9 +23401,9 @@
}
},
"pkijs": {
- "version": "3.0.14",
- "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.0.14.tgz",
- "integrity": "sha512-Fi9++44BaOY0VcOEJql27D/HzHIeMU9R48XclfL98Cp8Wh/gGfPbuS1RUwReHQHRIUfzW32eoNO1izxoBMZi6w==",
+ "version": "3.0.15",
+ "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.0.15.tgz",
+ "integrity": "sha512-n7nAl9JpqdeQsjy+rPmswkmZ3oO/Fu5uN9me45PPQVdWjd0X7HKfL8+HYwfxihqoDSSPUIajkOcqFxEUxMqhwQ==",
"requires": {
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.0",
diff --git a/package.json b/package.json
index 734f33d..8da27a3 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"asn1js": "^3.0.5",
"date-fns": "^2.30.0",
"dohdec": "https://gitpkg.now.sh/hildjj/dohdec/pkg/dohdec?acd49694a83825a461bdff55e4a4a63ca7a4bbef",
- "pkijs": "^3.0.14",
+ "pkijs": "^3.0.15",
"webcrypto-core": "^1.7.7"
}
}