From e60062a7e2ee402276c4c9a4c938a6fac2d8a9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:47:19 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 5.1.1 to 5.1.2 Bumps [chai](https://github.com/chaijs/chai) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++++--------------- packages/ckan/package.json | 2 +- packages/core/package.json | 2 +- packages/sparql-proxy/package.json | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41cc275b..c34ccfaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4827,11 +4827,10 @@ } }, "node_modules/chai": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz", - "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", + "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", "dev": true, - "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", "check-error": "^2.1.1", @@ -16595,7 +16594,7 @@ }, "packages/ckan": { "name": "@zazuko/trifid-plugin-ckan", - "version": "4.2.1", + "version": "4.2.2", "license": "Apache-2.0", "dependencies": { "@tpluscode/rdf-string": "^1.3.3", @@ -16609,11 +16608,11 @@ "devDependencies": { "@types/node": "^22.7.7", "c8": "^10.1.2", - "chai": "^5.1.1", + "chai": "^5.1.2", "chai-subset": "^1.6.0", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", - "trifid-handler-fetch": "^3.3.3", + "trifid-handler-fetch": "^3.3.4", "typescript": "^5.6.3", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" @@ -16664,7 +16663,7 @@ "@rdfjs/types": "^1.1.2", "@types/node": "^22.7.7", "c8": "^10.1.2", - "chai": "^5.1.1", + "chai": "^5.1.2", "mocha": "^10.7.3", "nodemon": "^3.1.7", "rimraf": "^6.0.1", @@ -16706,7 +16705,7 @@ }, "packages/graph-explorer": { "name": "trifid-plugin-graph-explorer", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", @@ -16733,7 +16732,7 @@ }, "packages/handler-fetch": { "name": "trifid-handler-fetch", - "version": "3.3.3", + "version": "3.3.4", "license": "Apache-2.0", "dependencies": { "oxigraph": "^0.4.1", @@ -16760,7 +16759,7 @@ }, "packages/i18n": { "name": "trifid-plugin-i18n", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "i18n": "^0.15.1" @@ -16813,7 +16812,7 @@ }, "packages/markdown-content": { "name": "@zazuko/trifid-markdown-content", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "dependencies": { "hast-util-select": "^6.0.3", @@ -16845,7 +16844,7 @@ }, "packages/sparql-proxy": { "name": "@zazuko/trifid-plugin-sparql-proxy", - "version": "2.5.1", + "version": "2.5.2", "license": "Apache-2.0", "dependencies": { "@vocabulary/sd": "^1.0.4", @@ -16854,7 +16853,7 @@ }, "devDependencies": { "@types/node": "^22.7.7", - "chai": "^5.1.1", + "chai": "^5.1.2", "mocha": "^10.7.3", "rimraf": "^6.0.1", "sinon": "^19.0.2", @@ -16874,7 +16873,7 @@ }, "packages/spex": { "name": "trifid-plugin-spex", - "version": "2.2.1", + "version": "2.2.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", @@ -16906,7 +16905,7 @@ }, "packages/yasgui": { "name": "trifid-plugin-yasgui", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "dependencies": { "@fastify/static": "^8.0.2", diff --git a/packages/ckan/package.json b/packages/ckan/package.json index 636035ef..7f063c8d 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@types/node": "^22.7.7", "c8": "^10.1.2", - "chai": "^5.1.1", + "chai": "^5.1.2", "chai-subset": "^1.6.0", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 7f085518..0306d962 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -77,7 +77,7 @@ "@rdfjs/types": "^1.1.2", "@types/node": "^22.7.7", "c8": "^10.1.2", - "chai": "^5.1.1", + "chai": "^5.1.2", "mocha": "^10.7.3", "nodemon": "^3.1.7", "rimraf": "^6.0.1", diff --git a/packages/sparql-proxy/package.json b/packages/sparql-proxy/package.json index f97709b2..bd656563 100644 --- a/packages/sparql-proxy/package.json +++ b/packages/sparql-proxy/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@types/node": "^22.7.7", - "chai": "^5.1.1", + "chai": "^5.1.2", "mocha": "^10.7.3", "rimraf": "^6.0.1", "sinon": "^19.0.2",