From ccae6e0e5b02a71e2d2c60f52ce4ecf52bb39112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:05:43 +0000 Subject: [PATCH] Bump jsonld-context-parser from 3.0.0 to 3.1.0 Bumps [jsonld-context-parser](https://github.com/rubensworks/jsonld-context-parser.js) from 3.0.0 to 3.1.0. - [Changelog](https://github.com/rubensworks/jsonld-context-parser.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubensworks/jsonld-context-parser.js/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: jsonld-context-parser dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3419e85f62..4f3fd95e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8003,9 +8003,10 @@ } }, "node_modules/jsonld-context-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-3.0.0.tgz", - "integrity": "sha512-Kg6TVtBUdIm057ht/8WNhM9BROt+BeYaDGXbzrKaa3xA99csee+CsD8IMCTizRgzoO8PIzvzcxxCoRvpq1xNQw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-3.1.0.tgz", + "integrity": "sha512-BfgNJ/t9jjK7Lun9XRCJM6YeNqDk8B6/lg+KS8rzhXAOtS0FvoClSmtLvF24V1M2CDYRy2LcEBt0ilxqSX93WA==", + "license": "MIT", "dependencies": { "@types/http-link-header": "^1.0.1", "@types/node": "^18.0.0", @@ -8014,6 +8015,10 @@ }, "bin": { "jsonld-context-parse": "bin/jsonld-context-parse.js" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/rubensworks/" } }, "node_modules/jsonld-streaming-parser": {