From 44f3b89a6a93086e6b6d65ee9670055fd65d8f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:36:50 +0000 Subject: [PATCH] chore(deps): bump @zazuko/trifid-plugin-ckan from 4.0.1 to 4.0.2 Bumps [@zazuko/trifid-plugin-ckan](https://github.com/zazuko/trifid/tree/HEAD/packages/ckan) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/zazuko/trifid/releases) - [Changelog](https://github.com/zazuko/trifid/blob/main/packages/ckan/CHANGELOG.md) - [Commits](https://github.com/zazuko/trifid/commits/@zazuko/trifid-plugin-ckan@4.0.2/packages/ckan) --- updated-dependencies: - dependency-name: "@zazuko/trifid-plugin-ckan" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d995cc1..5f83e11 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.3" } }, @@ -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 96496fe..8639823 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.3" }, "license": "UNLICENSED",