diff --git a/package-lock.json b/package-lock.json index 2bd3f09..9ef660a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.2", - "@zazuko/trifid-plugin-ckan": "^4.0.1", + "@zazuko/trifid-plugin-ckan": "^4.0.2", "trifid": "^5.0.4" } }, @@ -954,9 +954,9 @@ } }, "node_modules/@tpluscode/rdf-string": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@tpluscode/rdf-string/-/rdf-string-1.3.1.tgz", - "integrity": "sha512-zgI4SLGT7eFGTHb9v0763FS0fAKEpDRgLCDulJi2/TxCMWO+Q9+aj4BXNw4lO+CKSR5yK42Fsx2A3yfKgYJyjg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@tpluscode/rdf-string/-/rdf-string-1.3.3.tgz", + "integrity": "sha512-BiBVkX3EVRApo6DNpXuq7Mh87tPX/3aD8m1tjxe4TT6piRrmwbIT/QRrlNdAjt5cAEBRwH8cp+GFTOb/X4Y8Ww==", "dependencies": { "@rdfjs/data-model": "^2.0.0", "@rdfjs/environment": "^1.0.0", @@ -1822,12 +1822,12 @@ } }, "node_modules/@zazuko/trifid-plugin-ckan": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@zazuko/trifid-plugin-ckan/-/trifid-plugin-ckan-4.0.1.tgz", - "integrity": "sha512-B0Io0TDhjBfj5YJn/hlFGvnSF9QMGNfE09ZgGIV1I82hK98CWSC1wIndWAYORKP1QSyIsZnmeGkYJA1g+m4xxA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@zazuko/trifid-plugin-ckan/-/trifid-plugin-ckan-4.0.2.tgz", + "integrity": "sha512-h8GdYoAW/zzzohcUFqtQXq5IV4fZy+XDfaAaf+hc1OLj6+xHu3IOg8zChpuuKe3ysPHtaoWqI/KfUlHgIp33Ag==", "dependencies": { - "@tpluscode/rdf-string": "^1.3.0", - "@zazuko/env": "^2.1.1", + "@tpluscode/rdf-string": "^1.3.3", + "@zazuko/env": "^2.2.0", "@zazuko/prefixes": "^2.1.1", "dotenv": "^16.3.1", "is-graph-pointer": "^2.1.0", diff --git a/package.json b/package.json index 4a735c7..8163228 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.2", - "@zazuko/trifid-plugin-ckan": "^4.0.1", + "@zazuko/trifid-plugin-ckan": "^4.0.2", "trifid": "^5.0.4" }, "license": "UNLICENSED",