From e3955d39b88eb984ddefdc283911173159f82fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:17:25 +0000 Subject: [PATCH] chore(deps): bump rdf-namespaces from 1.16.0 to 1.17.0 Bumps [rdf-namespaces](https://gitlab.com/vincenttunru/rdf-namespaces) from 1.16.0 to 1.17.0. - [Changelog](https://gitlab.com/vincenttunru/rdf-namespaces/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/vincenttunru/rdf-namespaces/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: rdf-namespaces dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9d1db0f..2c0e6052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9801,9 +9801,9 @@ } }, "node_modules/rdf-namespaces": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/rdf-namespaces/-/rdf-namespaces-1.16.0.tgz", - "integrity": "sha512-U0V3syFvDjBtf1kDSCZcv+0dLts9hgz52az3S0UCtqRuVqJGfhrrkOqI59jRKp/xr/ewY3ozjg896r0HrEl42Q==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/rdf-namespaces/-/rdf-namespaces-1.17.0.tgz", + "integrity": "sha512-/Y3TcMZ/doQ/PVyQUy2Mt6I3puVoks9mU0+XifFAlZqnCNl0zMwA3dKOmCcyVMyuMZ4iPKNuzseLcoF5E+pGAg==", "license": "MIT" }, "node_modules/rdf-string": {