From 11f1674d04d3f9ae23fef6e89d42a20f205cfa2d Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:40:36 +0900 Subject: [PATCH] fix: add parser dependencies --- package-lock.json | 8 +++++--- package.json | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59930347..ebc102b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,8 @@ "@inrupt/universal-fetch": "^1.0.1", "content-type": "^1.0.5", "event-emitter-promisify": "^1.1.0", + "jsonld-context-parser": "^2.3.0", + "jsonld-streaming-parser": "^3.2.1", "jsonld-streaming-serializer": "^2.1.0", "n3": "^1.17.0" }, @@ -6612,9 +6614,9 @@ "integrity": "sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==" }, "node_modules/jsonld-streaming-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-3.2.0.tgz", - "integrity": "sha512-lJR1SCT364PGpFrOQaY+ZQ7qDWqqiT3IMK+AvZ83fo0LvltFn8/UyXvIFc3RO7YcaEjLahAF0otCi8vOq21NtQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-3.2.1.tgz", + "integrity": "sha512-MZCUrQe3pBO2pk2i3BpyW9Yn2oZoe2RCRpHZAJa88S6tRyxbe7XcjWfTKAZv35obDJDIREgot4723VhbClJELw==", "dependencies": { "@bergos/jsonparse": "^1.4.0", "@rdfjs/types": "*", diff --git a/package.json b/package.json index 13089974..07af6265 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "eslint": "^8.18.0", "jest": "^29.3.0", "jest-environment-jsdom": "^29.3.0", - "rdf-isomorphic": "^1.3.1", "prettier": "^3.0.2", + "rdf-isomorphic": "^1.3.1", "rollup": "^3.1.0", "rollup-plugin-typescript2": "^0.35.0", "ts-jest": "^29.0.3", @@ -90,6 +90,8 @@ "@inrupt/universal-fetch": "^1.0.1", "content-type": "^1.0.5", "event-emitter-promisify": "^1.1.0", + "jsonld-context-parser": "^2.3.0", + "jsonld-streaming-parser": "^3.2.1", "jsonld-streaming-serializer": "^2.1.0", "n3": "^1.17.0" },