From b6ba644a2027704c73caa6b627b679d1c7463b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:28:51 +0000 Subject: [PATCH] chore(deps): bump @peculiar/x509 from 1.14.2 to 1.14.3 Bumps [@peculiar/x509](https://github.com/PeculiarVentures/x509) from 1.14.2 to 1.14.3. - [Release notes](https://github.com/PeculiarVentures/x509/releases) - [Commits](https://github.com/PeculiarVentures/x509/compare/v1.14.2...v1.14.3) --- updated-dependencies: - dependency-name: "@peculiar/x509" dependency-version: 1.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3300d361..463923dd 100644 --- a/package.json +++ b/package.json @@ -402,7 +402,7 @@ "word-wrap": "1.2.5" }, "dependencies": { - "@peculiar/x509": "^1.14.2", + "@peculiar/x509": "^1.14.3", "axios": "1.13.2", "date-fns": "^4.1.0", "eventsource": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 4d33722b..c9aafe30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,10 +737,10 @@ pvtsutils "^1.3.6" tslib "^2.8.1" -"@peculiar/x509@^1.14.2": - version "1.14.2" - resolved "https://registry.yarnpkg.com/@peculiar/x509/-/x509-1.14.2.tgz#635078480a0e4796eab2fb765361dec142af0f3b" - integrity sha512-r2w1Hg6pODDs0zfAKHkSS5HLkOLSeburtcgwvlLLWWCixw+MmW3U6kD5ddyvc2Y2YdbGuVwCF2S2ASoU1cFAag== +"@peculiar/x509@^1.14.3": + version "1.14.3" + resolved "https://registry.yarnpkg.com/@peculiar/x509/-/x509-1.14.3.tgz#2c44c2b89474346afec38a0c2803ec4fb8ce959e" + integrity sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA== dependencies: "@peculiar/asn1-cms" "^2.6.0" "@peculiar/asn1-csr" "^2.6.0"