From 723269455252acee67b80cb7ccd9f70066533dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:31:13 +0000 Subject: [PATCH 1/9] Bump cookie and express in /packages/web Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/web/package-lock.json | 15 ++++++++------- packages/web/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/web/package-lock.json b/packages/web/package-lock.json index 9acfbe6e..763573ee 100644 --- a/packages/web/package-lock.json +++ b/packages/web/package-lock.json @@ -16,7 +16,7 @@ "@thingweb/td-utils": "^1.0.0", "d3": "^3.5.17", "d3-tip": "^0.6.7", - "express": "^4.21.0", + "express": "^4.21.1", "monaco-editor": "^0.40.0", "papaparse": "^5.4.1", "string-direction": "^0.1.2", @@ -3120,8 +3120,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", - "license": "MIT", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "engines": { "node": ">= 0.6" } @@ -4078,16 +4079,16 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", diff --git a/packages/web/package.json b/packages/web/package.json index fcd671f1..fe64868e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -51,7 +51,7 @@ "@thingweb/td-utils": "^1.0.0", "d3": "^3.5.17", "d3-tip": "^0.6.7", - "express": "^4.21.0", + "express": "^4.21.1", "monaco-editor": "^0.40.0", "papaparse": "^5.4.1", "string-direction": "^0.1.2", From b6b54f7cb32832e255fc6b6aa63c9b234a079c32 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 11 Oct 2024 14:30:46 +0200 Subject: [PATCH 2/9] add adopters link --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 127950d3..7b84e030 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The place where you can create and play with WoT Thing Descriptions. Try it onli [![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=td-playground)](https://discord.gg/9yaFmkJ9GT) [npm](https://npm-stat.com/charts.html?package=%2540thing-description-playground%252Fcore) [![Netlify Status](https://api.netlify.com/api/v1/badges/51a65a70-cb51-49e1-bbb6-82e83983c6cf/deploy-status)](https://app.netlify.com/sites/thingweb-playground/deploys) +[![Static Badge](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/node-wot#adopters) ## Installation @@ -92,3 +93,9 @@ All packages are licensed under the Eclipse Public License v. 2.0. You find a co ## Adapting Licenses One can use the VS Code plugin at to updating the copyright fields on top of each file. + +## Adopters + +If you are using Eclipse Thingweb Playground within your organization, please support us by adding your logo to the [Eclipse IoT adopters list](https://iot.eclipse.org/adopters/#iot.thingweb). +To do so, simply open an issue at [the Eclipse Gitlab](https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/issues/new?issuable_template=adopter_request) by providing the name of your organization, its logo, and a link to your organization or team. +You should be affiliated with that organization for the issue to be implemented. From bdf63284e3317a36eb1bb7cefb138f7dc484f3ae Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 14 Oct 2024 16:34:35 +0200 Subject: [PATCH 3/9] Update README.md Co-authored-by: danielpeintner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b84e030..0217f191 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The place where you can create and play with WoT Thing Descriptions. Try it onli [![Discord](https://img.shields.io/badge/Discord-7289DA?logo=discord&logoColor=white&label=td-playground)](https://discord.gg/9yaFmkJ9GT) [npm](https://npm-stat.com/charts.html?package=%2540thing-description-playground%252Fcore) [![Netlify Status](https://api.netlify.com/api/v1/badges/51a65a70-cb51-49e1-bbb6-82e83983c6cf/deploy-status)](https://app.netlify.com/sites/thingweb-playground/deploys) -[![Static Badge](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/node-wot#adopters) +[![Static Badge](https://img.shields.io/badge/Show%20Adopters%20and%20Users-%2331b8a3ff?logoColor=31b8a3ff)](https://github.com/eclipse-thingweb/playground#adopters) ## Installation From 102b6fa6f3cbe579e0a4554c36284d2d22b2d4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:49:58 +0000 Subject: [PATCH 4/9] Bump jsonpath-plus and json-schema-faker in /packages/cli Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) and [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker). These dependencies needed to be updated together. Updates `jsonpath-plus` from 7.2.0 to 10.1.0 - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/compare/v7.2.0...v10.1.0) Updates `json-schema-faker` from 0.5.6 to 0.5.8 - [Changelog](https://github.com/json-schema-faker/json-schema-faker/blob/master/CHANGELOG) - [Commits](https://github.com/json-schema-faker/json-schema-faker/compare/v0.5.6...v0.5.8) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect - dependency-name: json-schema-faker dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/cli/package-lock.json | 55 +++++++++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 646d9ffb..8c1ec5f9 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -147,6 +147,28 @@ "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz", "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, + "node_modules/@jsep-plugin/regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", + "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@node-wot/td-tools": { "version": "0.8.14", "resolved": "https://registry.npmjs.org/@node-wot/td-tools/-/td-tools-0.8.14.tgz", @@ -1301,6 +1323,14 @@ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" }, + "node_modules/jsep": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "engines": { + "node": ">= 10.16.0" + } + }, "node_modules/json-diff": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/json-diff/-/json-diff-1.0.6.tgz", @@ -1340,12 +1370,12 @@ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" }, "node_modules/json-schema-faker": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.6.tgz", - "integrity": "sha512-u/cFC26/GDxh2vPiAC8B8xVvpXAW+QYtG2mijEbKrimCk8IHtiwQBjCE8TwvowdhALWq9IcdIWZ+/8ocXvdL3Q==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.8.tgz", + "integrity": "sha512-sqzPEbEDlpiH8U1tfmJHScXHy52onvMxITPsHyhe/jhS83g8TX6ruvRqt/ot1bXUPRsh7Ps1sWqJiBxIXmW5Xw==", "dependencies": { "json-schema-ref-parser": "^6.1.0", - "jsonpath-plus": "^7.2.0" + "jsonpath-plus": "^10.1.0" }, "bin": { "jsf": "bin/gen.cjs" @@ -1467,11 +1497,20 @@ ] }, "node_modules/jsonpath-plus": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", - "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", + "dependencies": { + "@jsep-plugin/assignment": "^1.2.1", + "@jsep-plugin/regex": "^1.0.3", + "jsep": "^1.3.9" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/jsprim": { From 37709eef2e8a033e377967a1348f27e72ba0082d Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 13 Nov 2024 10:45:36 +0100 Subject: [PATCH 5/9] test: correct thingweb urls to redirected ones --- packages/web/tests/test.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/tests/test.spec.js b/packages/web/tests/test.spec.js index cab3730e..1d3de9e3 100644 --- a/packages/web/tests/test.spec.js +++ b/packages/web/tests/test.spec.js @@ -100,7 +100,7 @@ test.describe("Check all links", () => { await page.locator(".logo").click() const thingwebPage = await thingwebPromise await expect(thingwebPage).toHaveTitle("Eclipse Thingweb") - await expect(thingwebPage).toHaveURL("https://www.thingweb.io") + await expect(thingwebPage).toHaveURL("https://www.thingweb.io/") }) test("Check CLI link", async ({ page }) => { @@ -124,7 +124,7 @@ test.describe("Check all links", () => { await page.locator("#thingweb-link").click() const thingwebPage = await thingwebPromise await expect(thingwebPage).toHaveTitle("Eclipse Thingweb") - await expect(thingwebPage).toHaveURL("https://www.thingweb.io") + await expect(thingwebPage).toHaveURL("https://www.thingweb.io/") }) test("Check Eclipse footer link", async ({ page }) => { @@ -2024,4 +2024,4 @@ test.describe("Visualization view functionality", () => { const expectedFilename = 'Tree-visualization.png' expect(download.suggestedFilename()).toBe(expectedFilename) }) -}) \ No newline at end of file +}) From bc231327c6e678828e94f18d8e80a53c69e841d3 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Wed, 13 Nov 2024 12:51:42 +0100 Subject: [PATCH 6/9] fix: remove www prefix --- packages/web/tests/test.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/tests/test.spec.js b/packages/web/tests/test.spec.js index 1d3de9e3..f1d2a977 100644 --- a/packages/web/tests/test.spec.js +++ b/packages/web/tests/test.spec.js @@ -100,7 +100,7 @@ test.describe("Check all links", () => { await page.locator(".logo").click() const thingwebPage = await thingwebPromise await expect(thingwebPage).toHaveTitle("Eclipse Thingweb") - await expect(thingwebPage).toHaveURL("https://www.thingweb.io/") + await expect(thingwebPage).toHaveURL("https://thingweb.io/") }) test("Check CLI link", async ({ page }) => { @@ -124,7 +124,7 @@ test.describe("Check all links", () => { await page.locator("#thingweb-link").click() const thingwebPage = await thingwebPromise await expect(thingwebPage).toHaveTitle("Eclipse Thingweb") - await expect(thingwebPage).toHaveURL("https://www.thingweb.io/") + await expect(thingwebPage).toHaveURL("https://thingweb.io/") }) test("Check Eclipse footer link", async ({ page }) => { From 0163cadfad32e54b7539182c79e95272d7101fe7 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 12 Nov 2024 00:41:21 +0100 Subject: [PATCH 7/9] update directory URL --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0004c960..7dd5e46b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "TUM ESI (https://www.ei.tum.de/en/esi/home/)", + "url": "https://github.com/eclipse-thingweb/playground.git", "directory": "packages/cli" }, "main": "index.js", From b3c2cf1e0dd675b71fdefd9840725bb1e0edb34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:18:24 +0000 Subject: [PATCH 8/9] Bump elliptic from 6.5.4 to 6.6.0 in /packages/assertions Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.0. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/assertions/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/assertions/package-lock.json b/packages/assertions/package-lock.json index 09073596..e663862b 100644 --- a/packages/assertions/package-lock.json +++ b/packages/assertions/package-lock.json @@ -988,9 +988,9 @@ } }, "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dev": true, "dependencies": { "bn.js": "^4.11.9", @@ -4198,9 +4198,9 @@ } }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dev": true, "requires": { "bn.js": "^4.11.9", From 3bd5ae46e8059cb0e4a8addf846076aca14193c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:32:32 +0000 Subject: [PATCH 9/9] Bump jsonpath-plus and json-schema-faker in /packages/web Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) and [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker). These dependencies needed to be updated together. Updates `jsonpath-plus` from 7.2.0 to 10.1.0 - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/compare/v7.2.0...v10.1.0) Updates `json-schema-faker` from 0.5.6 to 0.5.8 - [Changelog](https://github.com/json-schema-faker/json-schema-faker/blob/master/CHANGELOG) - [Commits](https://github.com/json-schema-faker/json-schema-faker/compare/v0.5.6...v0.5.8) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect - dependency-name: json-schema-faker dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/web/package-lock.json | 53 ++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 6 deletions(-) diff --git a/packages/web/package-lock.json b/packages/web/package-lock.json index 763573ee..ec3f3a15 100644 --- a/packages/web/package-lock.json +++ b/packages/web/package-lock.json @@ -1931,6 +1931,28 @@ "version": "7.1.3", "license": "MIT" }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, + "node_modules/@jsep-plugin/regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", + "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.4", "dev": true, @@ -5238,6 +5260,14 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsep": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "engines": { + "node": ">= 10.16.0" + } + }, "node_modules/jsesc": { "version": "2.5.2", "dev": true, @@ -5268,11 +5298,12 @@ } }, "node_modules/json-schema-faker": { - "version": "0.5.6", - "license": "MIT", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.8.tgz", + "integrity": "sha512-sqzPEbEDlpiH8U1tfmJHScXHy52onvMxITPsHyhe/jhS83g8TX6ruvRqt/ot1bXUPRsh7Ps1sWqJiBxIXmW5Xw==", "dependencies": { "json-schema-ref-parser": "^6.1.0", - "jsonpath-plus": "^7.2.0" + "jsonpath-plus": "^10.1.0" }, "bin": { "jsf": "bin/gen.cjs" @@ -5333,10 +5364,20 @@ } }, "node_modules/jsonpath-plus": { - "version": "7.2.0", - "license": "MIT", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", + "dependencies": { + "@jsep-plugin/assignment": "^1.2.1", + "@jsep-plugin/regex": "^1.0.3", + "jsep": "^1.3.9" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/kind-of": {