From 71b652131297d35e3577d1738bc754c87bc8a939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:55:00 +0000 Subject: [PATCH] Bump rdflib from 2.3.5 to 2.3.6 Bumps [rdflib](https://github.com/linkeddata/rdflib.js) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/linkeddata/rdflib.js/releases) - [Changelog](https://github.com/linkeddata/rdflib.js/blob/main/changes.txt) - [Commits](https://github.com/linkeddata/rdflib.js/compare/v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: rdflib dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++------------ package.json | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17dcdcb..915e8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@xmldom/xmldom": "^0.9.8", "axios": "^1.13.2", "axios-cookiejar-support": "^6.0.4", - "rdflib": "2.3.5", + "rdflib": "2.3.6", "tough-cookie": "^6.0.0" }, "devDependencies": { @@ -478,9 +478,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -3838,9 +3838,9 @@ "license": "MIT" }, "node_modules/n3": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.26.0.tgz", - "integrity": "sha512-SQknS0ua90rN+3RHuk8BeIqeYyqIH/+ecViZxX08jR4j6MugqWRjtONl3uANG/crWXnOM2WIqBJtjIhVYFha+w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/n3/-/n3-2.0.3.tgz", + "integrity": "sha512-um/toGVENTarHBYIK2TdH6ByBhW75WpdKpv8iTYt9wF2QfBk8s8a16iaWZFUAAC1BKfGdb99kfgx6pltdDwfKA==", "license": "MIT", "dependencies": { "buffer": "^6.0.3", @@ -4207,18 +4207,18 @@ } }, "node_modules/rdflib": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/rdflib/-/rdflib-2.3.5.tgz", - "integrity": "sha512-dXW3GbHSKx3vctY3YUm7O/EVj4pNVueUgrm3GBsWjwrRkkFBu2+9Sd5zjhi/skbzhpQ9d45rO/2HGD8zi0oubw==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/rdflib/-/rdflib-2.3.6.tgz", + "integrity": "sha512-Hf2bz+wv0bVtq5Ark9/TcZdcieMPsdiYGRlZIEk8t0nti2suUn+8k82Uq8ceUqbg0SXreYCF31A1CaJP/Iq+jA==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.28.6", "@frogcat/ttl2jsonld": "^0.0.10", "@rdfjs/types": "^2.0.1", "@xmldom/xmldom": "^0.8.11", "cross-fetch": "^4.1.0", "jsonld": "^9.0.0", - "n3": "^1.26.0", + "n3": "^2.0.3", "solid-namespace": "^0.5.4" } }, @@ -4289,6 +4289,8 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 00293fd..9f6d9cb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@xmldom/xmldom": "^0.9.8", "axios": "^1.13.2", "axios-cookiejar-support": "^6.0.4", - "rdflib": "2.3.5", + "rdflib": "2.3.6", "tough-cookie": "^6.0.0" }, "devDependencies": {