From 01d7256e913fba3a2befffc4ed465ba2f567e38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:44:00 +0000 Subject: [PATCH] Bump jsonld-streaming-parser from 5.0.0 to 5.0.1 Bumps [jsonld-streaming-parser](https://github.com/rubensworks/streaming-jsonld-parser.js) from 5.0.0 to 5.0.1. - [Changelog](https://github.com/rubensworks/jsonld-streaming-parser.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: jsonld-streaming-parser dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea3b206d72..95c12b2256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8110,9 +8110,10 @@ } }, "node_modules/jsonld-streaming-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-5.0.0.tgz", - "integrity": "sha512-Q6Bfbmig8fFpIbJgJTi4LLzco9dz0YuBM/mDvUYXzP8L/+me6P3pRy4exrhCpv49Bwv2oQFFIHM7wIwCKma2XA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-5.0.1.tgz", + "integrity": "sha512-Rf230DRAWe5p1H4e7phk1vo4FHEMOmC5xVcIywKJBBcwy6zaJWFcAvPcwngufNTdJs7dpTMbKQDjp4TYDpMKUQ==", + "license": "MIT", "dependencies": { "@bergos/jsonparse": "^1.4.0", "@types/http-link-header": "^1.0.1", @@ -8120,7 +8121,7 @@ "buffer": "^6.0.3", "canonicalize": "^1.0.1", "http-link-header": "^1.0.2", - "jsonld-context-parser": "^3.0.0", + "jsonld-context-parser": "^3.1.0", "rdf-data-factory": "^2.0.0", "readable-stream": "^4.0.0" },