From efd266f24afbd67f1b483558d06fc5e9b1b6b7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:33:02 +0000 Subject: [PATCH] chore(deps): bump trifid from 5.0.4 to 5.0.6 Bumps [trifid](https://github.com/zazuko/trifid/tree/HEAD/packages/trifid) from 5.0.4 to 5.0.6. - [Release notes](https://github.com/zazuko/trifid/releases) - [Changelog](https://github.com/zazuko/trifid/blob/main/packages/trifid/CHANGELOG.md) - [Commits](https://github.com/zazuko/trifid/commits/trifid@5.0.6/packages/trifid) --- updated-dependencies: - dependency-name: trifid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ef660a..98a38fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.2", "@zazuko/trifid-plugin-ckan": "^4.0.2", - "trifid": "^5.0.4" + "trifid": "^5.0.6" } }, "node_modules/@babel/parser": { @@ -6798,9 +6798,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/trifid": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/trifid/-/trifid-5.0.4.tgz", - "integrity": "sha512-Pb48ygAdtA7FFIoz/oRWzzEE1C23/fdWT2yhAQ/PVlUAALJJPFBiFOHvVctQLZljS6RNLin+7lyBRTfgQyCVRg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/trifid/-/trifid-5.0.6.tgz", + "integrity": "sha512-DohH5ltjdmHMRK7PAxUWneVMOS8Z+IgAYhKcu+d9uo2QhM17WBK389fes/D+mq+suDUNm+ArE0rs+nOL0Qf9MA==", "dependencies": { "@zazuko/trifid-entity-renderer": "^1.1.1", "@zazuko/trifid-plugin-sparql-proxy": "^2.1.0", diff --git a/package.json b/package.json index 8163228..605040b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@zazuko/trifid-markdown-content": "^2.0.2", "@zazuko/trifid-plugin-ckan": "^4.0.2", - "trifid": "^5.0.4" + "trifid": "^5.0.6" }, "license": "UNLICENSED", "scripts": {