diff --git a/workspaces/orchestrator/.changeset/lucky-cars-study.md b/workspaces/orchestrator/.changeset/lucky-cars-study.md new file mode 100644 index 0000000000..52929b9934 --- /dev/null +++ b/workspaces/orchestrator/.changeset/lucky-cars-study.md @@ -0,0 +1,7 @@ +--- +'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': patch +'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch +'@red-hat-developer-hub/backstage-plugin-orchestrator': patch +--- + +fix: update axios for CVE-2026-40175 diff --git a/workspaces/orchestrator/.changeset/nervous-eels-mate.md b/workspaces/orchestrator/.changeset/nervous-eels-mate.md new file mode 100644 index 0000000000..39e1badd15 --- /dev/null +++ b/workspaces/orchestrator/.changeset/nervous-eels-mate.md @@ -0,0 +1,8 @@ +--- +'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch +'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch +'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch +'@red-hat-developer-hub/backstage-plugin-orchestrator': patch +--- + +fix: updating lodash for cve fixes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 933b49bdf1..a12a920ff4 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -84,7 +84,7 @@ "express-promise-router": "^4.1.1", "fs-extra": "^10.1.0", "isomorphic-git": "^1.23.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "moment": "^2.29.4", "openapi-backend": "^5.10.5", "yn": "^5.0.0" diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 3fd930a853..231c1576a5 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -61,7 +61,7 @@ "@backstage/plugin-permission-common": "^0.9.1", "@backstage/types": "^1.2.1", "@severlessworkflow/sdk-typescript": "^3.0.3", - "axios": "^1.11.0", + "axios": "^1.15.0", "js-yaml": "^4.1.0" }, "devDependencies": { diff --git a/workspaces/orchestrator/plugins/orchestrator-common/report.api.md b/workspaces/orchestrator/plugins/orchestrator-common/report.api.md index b0f14c8353..31ed083f1a 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/report.api.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/report.api.md @@ -172,7 +172,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - abortWorkflow(instanceId: string, options?: RawAxiosRequestConfig): Promise>; + abortWorkflow(instanceId: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -184,7 +184,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - executeWorkflow(workflowId: string, executeWorkflowRequestDTO: ExecuteWorkflowRequestDTO, options?: RawAxiosRequestConfig): Promise>; + executeWorkflow(workflowId: string, executeWorkflowRequestDTO: ExecuteWorkflowRequestDTO, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -194,7 +194,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getInstanceById(instanceId: string, options?: RawAxiosRequestConfig): Promise>; + getInstanceById(instanceId: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. @@ -205,7 +205,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getInstances(searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; + getInstances(searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen @@ -217,7 +217,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowInputSchemaById(workflowId: string, instanceId?: string, options?: RawAxiosRequestConfig): Promise>; + getWorkflowInputSchemaById(workflowId: string, instanceId?: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -230,7 +230,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowInstances(workflowId: string, searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; + getWorkflowInstances(workflowId: string, searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen @@ -239,7 +239,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowOverviewById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; + getWorkflowOverviewById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen @@ -248,7 +248,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowSourceById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; + getWorkflowSourceById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -258,7 +258,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowsOverview(searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; + getWorkflowsOverview(searchRequest?: SearchRequest, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -268,7 +268,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowsOverviewForEntity(getWorkflowsOverviewForEntityRequest?: GetWorkflowsOverviewForEntityRequest, options?: RawAxiosRequestConfig): Promise>; + getWorkflowsOverviewForEntity(getWorkflowsOverviewForEntityRequest?: GetWorkflowsOverviewForEntityRequest, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets. @@ -276,7 +276,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - getWorkflowStatuses(options?: RawAxiosRequestConfig): Promise>; + getWorkflowStatuses(options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen @@ -285,7 +285,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - pingWorkflowServiceById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; + pingWorkflowServiceById(workflowId: string, options?: RawAxiosRequestConfig): Promise>; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@summary" is not defined in this configuration // Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen // Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' @@ -299,7 +299,7 @@ export class DefaultApi extends BaseAPI { // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - retriggerInstance(workflowId: string, instanceId: string, retriggerInstanceRequestDTO: RetriggerInstanceRequestDTO, options?: RawAxiosRequestConfig): Promise>; + retriggerInstance(workflowId: string, instanceId: string, retriggerInstanceRequestDTO: RetriggerInstanceRequestDTO, options?: RawAxiosRequestConfig): Promise>; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index 6b4c88a676..a88f5a6d10 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -44,7 +44,7 @@ "@rjsf/utils": "^5.21.2", "@rjsf/validator-ajv8": "^5.21.2", "json-schema-library": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "tss-react": "^4.9.18" }, "peerDependencies": { diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 989088aa27..d59575b6be 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -65,7 +65,7 @@ "clsx": "^2.1.1", "json-schema": "^0.4.0", "jsonata": "^2.0.6", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "react-use": "^17.2.4", "tss-react": "^4.9.18" }, diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 2f87862d56..67d760c4bf 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -67,9 +67,9 @@ "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^", "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^", "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "workspace:^", - "axios": "^1.11.0", + "axios": "^1.15.0", "json-schema": "^0.4.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "moment": "^2.29.4", "react-json-view": "^1.21.3", "react-moment": "^1.1.3", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index f35b528c96..b9d8d7561a 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -64,7 +64,7 @@ "@backstage/plugin-scaffolder-node": "^0.11.0", "@backstage/types": "^1.2.1", "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^", - "axios": "^1.11.0", + "axios": "^1.15.0", "js-yaml": "^4.1.0" }, "devDependencies": { diff --git a/workspaces/orchestrator/yarn.lock b/workspaces/orchestrator/yarn.lock index 8f1059b01f..f7e31eb311 100644 --- a/workspaces/orchestrator/yarn.lock +++ b/workspaces/orchestrator/yarn.lock @@ -11067,7 +11067,7 @@ __metadata: express-promise-router: ^4.1.1 fs-extra: ^10.1.0 isomorphic-git: ^1.23.0 - lodash: ^4.17.21 + lodash: ^4.18.1 moment: ^2.29.4 openapi-backend: ^5.10.5 prettier: 3.6.2 @@ -11089,7 +11089,7 @@ __metadata: "@openapitools/openapi-generator-cli": 2.22.0 "@severlessworkflow/sdk-typescript": ^3.0.3 "@types/json-schema": 7.0.15 - axios: ^1.11.0 + axios: ^1.15.0 js-yaml: ^4.1.0 js-yaml-cli: 0.6.0 languageName: unknown @@ -11136,7 +11136,7 @@ __metadata: "@types/lodash": ^4.14.151 "@types/react": ^18.2.58 json-schema-library: ^9.0.0 - lodash: ^4.17.21 + lodash: ^4.18.1 prettier: 3.6.2 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -11174,7 +11174,7 @@ __metadata: express: ^5.1.0 json-schema: ^0.4.0 jsonata: ^2.0.6 - lodash: ^4.17.21 + lodash: ^4.18.1 msw: ^1.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-use: ^17.2.4 @@ -11214,9 +11214,9 @@ __metadata: "@types/react": ^18.2.58 "@types/react-dom": ^18.2.19 "@types/uuid": ^9.0.0 - axios: ^1.11.0 + axios: ^1.15.0 json-schema: ^0.4.0 - lodash: ^4.17.21 + lodash: ^4.18.1 moment: ^2.29.4 prettier: 3.6.2 react-json-view: ^1.21.3 @@ -11249,7 +11249,7 @@ __metadata: "@janus-idp/cli": 3.6.1 "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^" "@spotify/prettier-config": ^15.0.0 - axios: ^1.11.0 + axios: ^1.15.0 js-yaml: ^4.1.0 languageName: unknown linkType: soft @@ -15561,14 +15561,14 @@ __metadata: linkType: hard "ajv@npm:^6.12.2, ajv@npm:^6.12.3, ajv@npm:^6.12.4, ajv@npm:^6.12.5": - version: 6.12.6 - resolution: "ajv@npm:6.12.6" + version: 6.14.0 + resolution: "ajv@npm:6.14.0" dependencies: - fast-deep-equal: ^3.1.1 - fast-json-stable-stringify: ^2.0.0 - json-schema-traverse: ^0.4.1 - uri-js: ^4.2.2 - checksum: 874972efe5c4202ab0a68379481fbd3d1b5d0a7bd6d3cc21d40d3536ebff3352a2a1fabb632d4fd2cc7fe4cbdcd5ed6782084c9bbf7f32a1536d18f9da5007d4 + fast-deep-equal: "npm:^3.1.1" + fast-json-stable-stringify: "npm:^2.0.0" + json-schema-traverse: "npm:^0.4.1" + uri-js: "npm:^4.2.2" + checksum: 7bb3ea97bb8af52521589079f427e799b6561acaa94f50e13410cb87588c51df8db1afe1157b3e48f1a829269adaa11116e0c2cafe2b998add1523789809a3c5 languageName: node linkType: hard @@ -16289,7 +16289,7 @@ __metadata: languageName: node linkType: hard -"axios@npm:1.11.0, axios@npm:^1.0.0, axios@npm:^1.11.0, axios@npm:^1.7.4": +"axios@npm:1.11.0": version: 1.11.0 resolution: "axios@npm:1.11.0" dependencies: @@ -16300,6 +16300,17 @@ __metadata: languageName: node linkType: hard +"axios@npm:^1.0.0, axios@npm:^1.15.0, axios@npm:^1.7.4": + version: 1.15.0 + resolution: "axios@npm:1.15.0" + dependencies: + follow-redirects: "npm:^1.15.11" + form-data: "npm:^4.0.5" + proxy-from-env: "npm:^2.1.0" + checksum: 95a8455554867a083ab3772fcadba42a22ec4bb546dccc66011556d837a07e544ae006675a30a5c43453f3e37e7c0982e934cec482c06b75abead2a2c157448a + languageName: node + linkType: hard + "axobject-query@npm:^4.1.0": version: 4.1.0 resolution: "axobject-query@npm:4.1.0" @@ -21761,13 +21772,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.15.6": - version: 1.15.9 - resolution: "follow-redirects@npm:1.15.9" +"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.15.11, follow-redirects@npm:^1.15.6": + version: 1.16.0 + resolution: "follow-redirects@npm:1.16.0" peerDependenciesMeta: debug: optional: true - checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6 + checksum: e90dce4607b1f6b8b9883287f912585573c19088209ad82341d550a795b4ba514522b73b1b340cf618279df27975cd46504d09149be60291ba6767384c1fd8f8 languageName: node linkType: hard @@ -21881,16 +21892,16 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.0, form-data@npm:^4.0.1, form-data@npm:^4.0.4": - version: 4.0.4 - resolution: "form-data@npm:4.0.4" +"form-data@npm:^4.0.0, form-data@npm:^4.0.1, form-data@npm:^4.0.4, form-data@npm:^4.0.5": + version: 4.0.5 + resolution: "form-data@npm:4.0.5" dependencies: asynckit: ^0.4.0 combined-stream: ^1.0.8 es-set-tostringtag: ^2.1.0 hasown: ^2.0.2 mime-types: ^2.1.12 - checksum: 9b7788836df9fa5a6999e0c02515b001946b2a868cfe53f026c69e2c537a2ff9fbfb8e9d2b678744628f3dc7a2d6e14e4e45dfaf68aa6239727f0bdb8ce0abf2 + checksum: af8328413c16d0cded5fccc975a44d227c5120fd46a9e81de8acf619d43ed838414cc6d7792195b30b248f76a65246949a129a4dadd148721948f90cd6d4fb69 languageName: node linkType: hard @@ -26410,10 +26421,10 @@ __metadata: languageName: node linkType: hard -"lodash@npm:^4.15.0, lodash@npm:^4.16.4, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:~4.17.15, lodash@npm:~4.17.21": - version: 4.17.21 - resolution: "lodash@npm:4.17.21" - checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7 +"lodash@npm:^4.15.0, lodash@npm:^4.16.4, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.18.1": + version: 4.18.1 + resolution: "lodash@npm:4.18.1" + checksum: bb5f5b49aad29614e709af02b64c56b0f8b78c6a81434a3c1ae527d2f0f78ca08f9d9fb22aa825a053876c9d2166e9c01f31c356014b5e2bdc0556c057433102 languageName: node linkType: hard @@ -26424,6 +26435,13 @@ __metadata: languageName: node linkType: hard +"lodash@npm:~4.17.15, lodash@npm:~4.17.21": + version: 4.17.23 + resolution: "lodash@npm:4.17.23" + checksum: 7daad39758a72872e94651630fbb54ba76868f904211089721a64516ce865506a759d9ad3d8ff22a2a49a50a09db5d27c36f22762d21766e47e3ba918d6d7bab + languageName: node + linkType: hard + "log-symbols@npm:^4.1.0": version: 4.1.0 resolution: "log-symbols@npm:4.1.0" @@ -29603,9 +29621,9 @@ __metadata: linkType: hard "path-to-regexp@npm:^8.0.0, path-to-regexp@npm:^8.2.0": - version: 8.3.0 - resolution: "path-to-regexp@npm:8.3.0" - checksum: 73e0d3db449f9899692b10be8480bbcfa294fd575be2d09bce3e63f2f708d1fccd3aaa8591709f8b82062c528df116e118ff9df8f5c52ccc4c2443a90be73e10 + version: 8.4.2 + resolution: "path-to-regexp@npm:8.4.2" + checksum: c30fba443e413cc736b7b28056a4b60b537ae1caa80152da21e8093bd41deba7c408a4ac6f11a1bf594e089d8fd8d87ed31476c55c50983719fb355826370ade languageName: node linkType: hard @@ -30718,6 +30736,13 @@ __metadata: languageName: node linkType: hard +"proxy-from-env@npm:^2.1.0": + version: 2.1.0 + resolution: "proxy-from-env@npm:2.1.0" + checksum: b106ad790f26d47ba4791af3fe8cba5c8d35d85020119c82c05b413eb11b3ab97d2393ecaed51bca97c2788fa256408283dfeb4d970b2ebcae6702310f064e7e + languageName: node + linkType: hard + "pseudomap@npm:^1.0.2": version: 1.0.2 resolution: "pseudomap@npm:1.0.2"