From 506d7f7c0259b7c26099c90d5d3e2e5169a5d098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:30:42 +0000 Subject: [PATCH] chore(deps): bump @zazuko/trifid-plugin-ckan from 4.0.3 to 4.1.0 Bumps [@zazuko/trifid-plugin-ckan](https://github.com/zazuko/trifid/tree/HEAD/packages/ckan) from 4.0.3 to 4.1.0. - [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.1.0/packages/ckan) --- updated-dependencies: - dependency-name: "@zazuko/trifid-plugin-ckan" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89d6619..8daeeaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.3", - "@zazuko/trifid-plugin-ckan": "^4.0.3", + "@zazuko/trifid-plugin-ckan": "^4.1.0", "trifid": "^5.0.7" } }, @@ -1888,9 +1888,9 @@ "integrity": "sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==" }, "node_modules/@zazuko/env": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@zazuko/env/-/env-2.2.1.tgz", - "integrity": "sha512-GqM/461f50Px1a8Sx3tfViZkACY9gZGe3iOizF9pIeRd7Ilx+xH+VNk9rmMlKPnk600m1LixrxGuirT28zQxVQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@zazuko/env/-/env-2.3.0.tgz", + "integrity": "sha512-KpQSR3Huvic78HrTLWbkcI/UqwLnhsQO7XhXQILoW+UYdrrlxqnhHEinSAP9UlOIyV7rqZdxnyp4FlFrClXM2g==", "dependencies": { "@rdfjs/data-model": "^2.0.1", "@rdfjs/dataset": "^2.0.1", @@ -2090,12 +2090,12 @@ } }, "node_modules/@zazuko/trifid-plugin-ckan": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@zazuko/trifid-plugin-ckan/-/trifid-plugin-ckan-4.0.3.tgz", - "integrity": "sha512-V7Hc+UYCqy+2pXAt/pDb7+Y+MSuQQoGf4Sijdjkt65+lIL+23XWAs0kTQrPzru8CXLm9di+z6r3P89Z6n5nhjQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@zazuko/trifid-plugin-ckan/-/trifid-plugin-ckan-4.1.0.tgz", + "integrity": "sha512-2W3Q3r+vu8iKV4fK+/CNBFERMSrkSJx2rfp+nvMlz/CSGo7964IB+iJsVOmbeW87Z8L54A00DDuN8pzIV2qKLQ==", "dependencies": { "@tpluscode/rdf-string": "^1.3.3", - "@zazuko/env": "^2.2.1", + "@zazuko/env": "^2.3.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 c1f817f..2c11ffd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.3", - "@zazuko/trifid-plugin-ckan": "^4.0.3", + "@zazuko/trifid-plugin-ckan": "^4.1.0", "trifid": "^5.0.7" }, "license": "UNLICENSED",