diff --git a/package-lock.json b/package-lock.json index a325c80..90bf369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@peculiar/x509": "^1.11.0", "cbor-js": "^0.1.0", "crc-32": "^1.2.2", - "pkijs": "^3.1.0" + "pkijs": "^3.2.0" }, "devDependencies": { "@eslint/js": "^9.6.0", @@ -658,6 +658,17 @@ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, + "node_modules/@noble/hashes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2454,10 +2465,11 @@ } }, "node_modules/pkijs": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.1.0.tgz", - "integrity": "sha512-N+OCWUp6xrg7OkG+4DIiZUOsp3qMztjq8RGCc1hSY92dsUG8cTlAo7pEkfRGjcdyBv2c1Y9bjAzqdTJAlctuNg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.2.0.tgz", + "integrity": "sha512-6mN9tH4GoMJKaflE9K0YDZP5Z2EpbnsEdjqC9sDObWqRGc+hxeZaGCRWyW61hgJtdWfVp2HhiyEeE/582SecLw==", "dependencies": { + "@noble/hashes": "^1.4.0", "asn1js": "^3.0.5", "bytestreamjs": "^2.0.0", "pvtsutils": "^1.3.2", diff --git a/package.json b/package.json index 7ca9a9d..6e85b61 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@peculiar/x509": "^1.11.0", "cbor-js": "^0.1.0", "crc-32": "^1.2.2", - "pkijs": "^3.1.0" + "pkijs": "^3.2.0" }, "scripts": { "lint": "eslint src",