From a572cd7eed684663f39e14e0391089c8dc2c1155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 03:55:59 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.62.0 to 8.62.1 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.62.0 to 8.62.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 647 ++++++++++++++++----------------- src/apps/core-api/package.json | 2 +- 2 files changed, 321 insertions(+), 328 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27f3ee52..8e8e7988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,95 +19,6 @@ "jest": "30.4.2" } }, - "apps/agent-runtime-api": { - "version": "0.1.0", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@evolith/agent-runtime": "*", - "@nestjs/common": "11.1.27", - "@nestjs/config": "4.0.4", - "@nestjs/core": "11.1.27", - "@nestjs/platform-express": "11.1.27", - "@opentelemetry/api": "^1.9.1", - "@opentelemetry/auto-instrumentations-node": "^0.77.0", - "@opentelemetry/exporter-trace-otlp-http": "^0.219.0", - "@opentelemetry/resources": "^2.8.0", - "@opentelemetry/sdk-node": "^0.219.0", - "@opentelemetry/semantic-conventions": "^1.41.1", - "helmet": "8.2.0", - "reflect-metadata": "0.2.2", - "rxjs": "7.8.2" - }, - "devDependencies": { - "@types/node": "26.0.0", - "typescript": "6.0.3" - } - }, - "apps/core-api": { - "version": "0.0.2", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@evolith/core-domain": "*", - "@evolith/infra-providers": "1.0.2", - "@keyv/redis": "5.1.6", - "@nestjs/cache-manager": "3.1.3", - "@nestjs/common": "11.1.27", - "@nestjs/config": "4.0.4", - "@nestjs/core": "11.1.27", - "@nestjs/platform-express": "11.1.27", - "@nestjs/swagger": "11.4.4", - "@nestjs/terminus": "11.1.1", - "@nestjs/throttler": "6.5.0", - "@opentelemetry/api": "1.9.1", - "@opentelemetry/auto-instrumentations-node": "0.77.0", - "@opentelemetry/sdk-node": "0.219.0", - "cache-manager": "7.2.8", - "class-transformer": "0.5.1", - "class-validator": "0.15.1", - "fs-extra": "10.1.0", - "helmet": "8.2.0", - "keyv": "5.6.0", - "nestjs-pino": "4.6.1", - "opossum": "9.0.0", - "passport-custom": "1.1.1", - "pino": "10.3.1", - "pino-http": "11.0.0", - "prom-client": "15.1.3", - "reflect-metadata": "0.2.2", - "rxjs": "7.8.2", - "zod": "4.4.3" - }, - "devDependencies": { - "@eslint/eslintrc": "3.3.5", - "@eslint/js": "9.39.4", - "@nestjs/cli": "11.0.23", - "@nestjs/schematics": "11.1.0", - "@nestjs/testing": "11.1.27", - "@types/express": "5.0.6", - "@types/fs-extra": "11.0.4", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "@types/opossum": "8.1.8", - "@types/supertest": "7.2.0", - "eslint": "9.39.4", - "eslint-config-prettier": "10.1.8", - "eslint-plugin-boundaries": "*", - "eslint-plugin-prettier": "5.5.6", - "globals": "14.0.0", - "jest": "30.4.2", - "prettier": "3.8.4", - "source-map-support": "0.5.13", - "supertest": "7.2.2", - "ts-jest": "29.4.11", - "ts-loader": "9.6.2", - "ts-node": "10.9.2", - "tsconfig-paths": "4.2.0", - "typescript": "6.0.3", - "typescript-eslint": "8.62.0" - } - }, "node_modules/@angular-devkit/core": { "version": "19.2.27", "dev": true, @@ -11259,28 +11170,6 @@ "node": ">=14.17" } }, - "node_modules/typescript-eslint": { - "version": "8.62.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/eslint-plugin": "8.62.0", - "@typescript-eslint/parser": "8.62.0", - "@typescript-eslint/typescript-estree": "8.62.0", - "@typescript-eslint/utils": "8.62.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, "node_modules/uglify-js": { "version": "3.19.3", "dev": true, @@ -11789,221 +11678,6 @@ "zod": "^3.25.28 || ^4" } }, - "packages/agent-runtime": { - "name": "@evolith/agent-runtime", - "version": "1.0.0", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@evolith/core-domain": "^1.0.5", - "yaml": "1.10.3" - }, - "devDependencies": { - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "jest": "30.4.2", - "ts-jest": "29.4.11", - "typescript": "6.0.3" - } - }, - "packages/core": { - "name": "@evolith/core", - "version": "1.0.0", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@evolith/core-domain": "*" - }, - "devDependencies": { - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "jest": "30.4.2", - "ts-jest": "29.4.11", - "typescript": "6.0.3" - } - }, - "packages/core-domain": { - "name": "@evolith/core-domain", - "version": "1.0.5", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@open-policy-agent/opa-wasm": "1.10.0", - "ajv": "8.20.0", - "ajv-formats": "3.0.1", - "typescript": "6.0.3", - "yaml": "1.10.3", - "zod": "4.4.3" - }, - "devDependencies": { - "@types/fs-extra": "11.0.4", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "@typescript-eslint/parser": "*", - "eslint": "*", - "eslint-plugin-boundaries": "*", - "typescript": "6.0.3" - } - }, - "packages/infra-providers": { - "name": "@evolith/infra-providers", - "version": "1.0.2", - "extraneous": true, - "license": "MIT", - "dependencies": { - "@evolith/core-domain": "*", - "@nestjs/common": "11.1.27", - "ajv": "8.20.0", - "ajv-formats": "3.0.1", - "fs-extra": "10.1.0", - "yaml": "1.10.3" - }, - "devDependencies": { - "@types/fs-extra": "11.0.4", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "jest": "30.4.2", - "ts-jest": "29.4.11", - "typescript": "6.0.3" - } - }, - "packages/mcp-server": { - "name": "@evolith/mcp-server", - "version": "1.0.1", - "extraneous": true, - "dependencies": { - "@evolith/agent-runtime": "*", - "@evolith/core": "1.0.0", - "@evolith/core-domain": "*", - "@evolith/infra-providers": "1.0.2", - "@evolith/sdk": "*", - "@modelcontextprotocol/sdk": "1.29.0", - "@nestjs/cache-manager": "3.1.3", - "@nestjs/common": "11.1.27", - "@nestjs/core": "11.1.27", - "@nestjs/platform-express": "11.1.27", - "@open-policy-agent/opa-wasm": "1.10.0", - "@opentelemetry/api": "1.9.1", - "@opentelemetry/auto-instrumentations-node": "0.77.0", - "@opentelemetry/exporter-trace-otlp-http": "0.219.0", - "@opentelemetry/sdk-node": "0.219.0", - "cache-manager": "7.2.8", - "class-transformer": "0.5.1", - "class-validator": "0.15.1", - "fs-extra": "10.1.0", - "nestjs-pino": "4.6.1", - "pino": "10.3.1", - "pino-pretty": "13.1.3", - "reflect-metadata": "0.2.2", - "rxjs": "7.8.2", - "uuid": "11.1.1", - "yaml": "1.10.3" - }, - "bin": { - "evolith-mcp": "dist/main.js" - }, - "devDependencies": { - "@nestjs/cli": "11.0.23", - "@nestjs/schematics": "11.1.0", - "@nestjs/testing": "11.1.27", - "@types/express": "5.0.6", - "@types/fs-extra": "11.0.4", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "@types/uuid": "10.0.0", - "@typescript-eslint/parser": "*", - "eslint": "*", - "eslint-plugin-boundaries": "*", - "jest": "30.4.2", - "supertest": "7.2.2", - "ts-jest": "29.4.11", - "ts-loader": "9.6.2", - "ts-node": "10.9.2", - "typescript": "6.0.3" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "packages/sdk-client": { - "name": "@evolith/sdk", - "version": "0.1.0", - "extraneous": true, - "license": "UNLICENSED", - "devDependencies": { - "@evolith/agent-runtime": "*", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "jest": "30.4.2", - "ts-jest": "29.4.11", - "typescript": "6.0.3" - } - }, - "sdk/cli": { - "name": "@evolith/smart-cli", - "version": "1.1.7", - "bundleDependencies": [ - "@evolith/agent-runtime", - "@evolith/sdk" - ], - "extraneous": true, - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "@clack/prompts": "1.5.1", - "@evolith/agent-runtime": "^1.0.0", - "@evolith/core-domain": "^1.0.5", - "@evolith/infra-providers": "1.0.2", - "@evolith/sdk": "^0.1.0", - "@hono/node-server": "1.19.14", - "@modelcontextprotocol/sdk": "1.29.0", - "@nestjs/common": "11.1.27", - "@nestjs/core": "11.1.27", - "@nestjs/platform-express": "11.1.27", - "@open-policy-agent/opa-wasm": "1.10.0", - "@opentelemetry/api": "1.9.1", - "@opentelemetry/exporter-trace-otlp-http": "0.219.0", - "@opentelemetry/sdk-node": "0.219.0", - "ajv": "8.20.0", - "ajv-formats": "3.0.1", - "chalk": "4.1.2", - "chokidar": "4.0.3", - "conf": "15.1.0", - "fs-extra": "10.1.0", - "iconv-lite": "0.7.2", - "inherits": "2.0.4", - "nest-commander": "3.20.1", - "ora": "5.4.1", - "path-to-regexp": "8.4.2", - "yaml": "1.10.3" - }, - "bin": { - "smart-cli": "dist/main.js" - }, - "devDependencies": { - "@nestjs/testing": "11.1.27", - "@types/conf": "3.0.3", - "@types/fs-extra": "11.0.4", - "@types/jest": "30.0.0", - "@types/node": "26.0.0", - "@types/yaml": "1.9.7", - "@typescript-eslint/eslint-plugin": "8.62.0", - "@typescript-eslint/parser": "8.62.0", - "debug": "4.4.3", - "eslint": "9.39.4", - "eslint-plugin-boundaries": "6.0.2", - "fast-json-stable-stringify": "2.1.0", - "jest": "30.4.2", - "nest-commander-testing": "3.5.1", - "once": "1.4.0", - "ts-jest": "29.4.11", - "typescript": "6.0.3", - "wrappy": "1.0.2" - }, - "engines": { - "node": ">=18.0.0" - } - }, "src/apps/agent-runtime-api": { "version": "0.1.0", "license": "MIT", @@ -12089,7 +11763,7 @@ "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typescript": "6.0.3", - "typescript-eslint": "8.62.0" + "typescript-eslint": "^8.62.1" } }, "src/apps/core-api/node_modules/@keyv/redis": { @@ -12132,6 +11806,169 @@ "@types/node": "*" } }, + "src/apps/core-api/node_modules/@typescript-eslint/project-service": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.1.tgz", + "integrity": "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.62.1", + "@typescript-eslint/types": "^8.62.1", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/@typescript-eslint/scope-manager": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz", + "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "src/apps/core-api/node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz", + "integrity": "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/@typescript-eslint/types": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz", + "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "src/apps/core-api/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz", + "integrity": "sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.62.1", + "@typescript-eslint/tsconfig-utils": "8.62.1", + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz", + "integrity": "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.62.1", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "src/apps/core-api/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "src/apps/core-api/node_modules/brace-expansion": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "src/apps/core-api/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "src/apps/core-api/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "src/apps/core-api/node_modules/keyv": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz", @@ -12141,6 +11978,162 @@ "@keyv/serialize": "^1.1.1" } }, + "src/apps/core-api/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "src/apps/core-api/node_modules/semver": { + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "src/apps/core-api/node_modules/typescript-eslint": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.62.1.tgz", + "integrity": "sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "8.62.1", + "@typescript-eslint/parser": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/utils": "8.62.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz", + "integrity": "sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.62.1", + "@typescript-eslint/type-utils": "8.62.1", + "@typescript-eslint/utils": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.62.1", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz", + "integrity": "sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/utils": "8.62.1", + "debug": "^4.4.3", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.62.1.tgz", + "integrity": "sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/scope-manager": "8.62.1", + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1", + "@typescript-eslint/visitor-keys": "8.62.1", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "src/apps/core-api/node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": { + "version": "8.62.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.62.1.tgz", + "integrity": "sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/scope-manager": "8.62.1", + "@typescript-eslint/types": "8.62.1", + "@typescript-eslint/typescript-estree": "8.62.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, "src/packages/agent-runtime": { "name": "@beyondnet/evolith-agent-runtime", "version": "1.0.0", diff --git a/src/apps/core-api/package.json b/src/apps/core-api/package.json index b5b82c65..e5afca26 100644 --- a/src/apps/core-api/package.json +++ b/src/apps/core-api/package.json @@ -77,7 +77,7 @@ "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "typescript": "6.0.3", - "typescript-eslint": "8.62.0" + "typescript-eslint": "8.62.1" }, "overrides": { "multer": "^2.2.0",