Skip to content

Commit 31aa7c3

Browse files
Bump the prod-deps group across 1 directory with 7 updates (#1512)
* Bump the prod-deps group across 1 directory with 7 updates Bumps the prod-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@oclif/core](https://github.com/oclif/core) | `4.7.2` | `4.8.0` | | [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.34` | `6.2.36` | | [make-fetch-happen](https://github.com/npm/make-fetch-happen) | `15.0.2` | `15.0.3` | | [@peculiar/x509](https://github.com/PeculiarVentures/x509) | `1.14.0` | `1.14.2` | | [pkijs](https://github.com/PeculiarVentures/PKI.js) | `3.2.5` | `3.3.3` | | [pvutils](https://github.com/PeculiarVentures/pvutils) | `1.1.3` | `1.1.5` | | [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.1` | Updates `@oclif/core` from 4.7.2 to 4.8.0 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.7.2...4.8.0) Updates `@oclif/plugin-help` from 6.2.34 to 6.2.36 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@6.2.34...6.2.36) Updates `make-fetch-happen` from 15.0.2 to 15.0.3 - [Release notes](https://github.com/npm/make-fetch-happen/releases) - [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md) - [Commits](npm/make-fetch-happen@v15.0.2...v15.0.3) Updates `@peculiar/x509` from 1.14.0 to 1.14.2 - [Release notes](https://github.com/PeculiarVentures/x509/releases) - [Commits](PeculiarVentures/x509@v1.14.0...v1.14.2) Updates `pkijs` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/PeculiarVentures/PKI.js/releases) - [Commits](PeculiarVentures/PKI.js@v3.2.5...v3.3.3) Updates `pvutils` from 1.1.3 to 1.1.5 - [Changelog](https://github.com/PeculiarVentures/pvutils/blob/master/CHANGELOG.md) - [Commits](PeculiarVentures/pvutils@v1.1.3...v1.1.5) Updates `express` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: make-fetch-happen dependency-version: 15.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: "@peculiar/x509" dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: pkijs dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: pvutils dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <[email protected]> * fix type error Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Brian DeHamer <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer <[email protected]>
1 parent d6a8753 commit 31aa7c3

File tree

7 files changed

+161
-144
lines changed

7 files changed

+161
-144
lines changed

package-lock.json

Lines changed: 151 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"sigstore": "^4.0.0"
4444
},
4545
"devDependencies": {
46-
"make-fetch-happen": "^15.0.2",
46+
"make-fetch-happen": "^15.0.3",
4747
"oclif": "^4",
4848
"ts-node": "^10.9.2",
4949
"tslib": "^2.8.1"

packages/mock-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@oclif/core": "^4",
2323
"@sigstore/mock": "^0.11.0",
2424
"@tufjs/repo-mock": "^4.0.0",
25-
"express": "5.2.0"
25+
"express": "5.2.1"
2626
},
2727
"devDependencies": {
28-
"@types/express": "^5.0.4",
28+
"@types/express": "^5.0.6",
2929
"oclif": "^4",
3030
"tslib": "^2.8.1"
3131
},

packages/mock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
},
2828
"devDependencies": {
2929
"@sigstore/rekor-types": "^4.0.0",
30-
"make-fetch-happen": "^15.0.2"
30+
"make-fetch-happen": "^15.0.3"
3131
},
3232
"dependencies": {
3333
"@peculiar/webcrypto": "^1.5.0",
34-
"@peculiar/x509": "^1.14.0",
34+
"@peculiar/x509": "^1.14.2",
3535
"@sigstore/protobuf-specs": "^0.5.0",
3636
"asn1js": "^3.0.6",
3737
"bytestreamjs": "^2.0.1",
3838
"canonicalize": "^2.1.0",
3939
"jose": "^5.9.6",
4040
"nock": "^13.5.5",
41-
"pkijs": "^3.2.5",
42-
"pvutils": "^1.1.3"
41+
"pkijs": "^3.3.3",
42+
"pvutils": "^1.1.5"
4343
},
4444
"engines": {
4545
"node": "^20.17.0 || >=22.9.0"

packages/mock/src/fulcio/ctlog.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ limitations under the License.
1515
*/
1616

1717
import { Crypto, CryptoKey } from '@peculiar/webcrypto';
18-
import * as asn1js from 'asn1js';
1918
import * as bs from 'bytestreamjs';
2019
import type { KeyPairKeyObjectResult } from 'crypto';
2120
import * as pkijs from 'pkijs';
@@ -110,7 +109,7 @@ class CTLogImpl implements CTLog {
110109
version,
111110
logID: this.logID.buffer,
112111
timestamp,
113-
signature: asn1js.fromBER(sig).result,
112+
signature: sig,
114113
hashAlgorithm: 'sha256',
115114
signatureAlgorithm: 'ecdsa',
116115
}).toStream().buffer;

packages/oci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/make-fetch-happen": "^10.0.4"
3030
},
3131
"dependencies": {
32-
"make-fetch-happen": "^15.0.2",
32+
"make-fetch-happen": "^15.0.3",
3333
"proc-log": "^5.0.0"
3434
},
3535
"engines": {

packages/sign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sigstore/bundle": "^4.0.0",
3737
"@sigstore/core": "^3.0.0",
3838
"@sigstore/protobuf-specs": "^0.5.0",
39-
"make-fetch-happen": "^15.0.2",
39+
"make-fetch-happen": "^15.0.3",
4040
"proc-log": "^5.0.0",
4141
"promise-retry": "^2.0.1"
4242
},

0 commit comments

Comments
 (0)