From efe48785e26db48ca5abade9f90f59846819445e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:49:54 +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 3968471..b0fb400 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "trifid": "^5.0.4" + "trifid": "^5.0.6" } }, "node_modules/@babel/parser": { @@ -5208,9 +5208,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 3d50e19..7c4e8f5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "type": "module", "dependencies": { - "trifid": "^5.0.4" + "trifid": "^5.0.6" }, "license": "UNLICENSED", "scripts": {