diff --git a/package-lock.json b/package-lock.json index 82da21a..ad61a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "extract-cbd-shape": "^0.1.14", "jsonld": "^8.3.3", "n3": "^1.26.0", - "rdf-canonize": "^4.0.1", + "rdf-canonize": "^5.0.0", "rdf-data-factory": "^2.0.2", "rdf-lens": "^1.3.6", "rdf-stores": "^2.1.1", @@ -6080,9 +6080,9 @@ "license": "MIT" }, "node_modules/rdf-canonize": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-4.0.1.tgz", - "integrity": "sha512-B5ynHt4sasbUafzrvYI2GFARgeFcD8Sx9yXPbg7gEyT2EH76rlCv84kyO6tnxzVbxUN/uJDbK1S/MXh+DsnuTA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-5.0.0.tgz", + "integrity": "sha512-g8OUrgMXAR9ys/ZuJVfBr05sPPoMA7nHIVs8VEvg9QwM5W4GR2qSFEEHjsyHF1eWlBaf8Ev40WNjQFQ+nJTO3w==", "license": "BSD-3-Clause", "dependencies": { "setimmediate": "^1.0.5" diff --git a/package.json b/package.json index d8b404a..70d19b2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "extract-cbd-shape": "^0.1.14", "jsonld": "^8.3.3", "n3": "^1.26.0", - "rdf-canonize": "^4.0.1", + "rdf-canonize": "^5.0.0", "rdf-data-factory": "^2.0.2", "rdf-lens": "^1.3.6", "rdf-stores": "^2.1.1",