diff --git a/package-lock.json b/package-lock.json index d436988a..2b2327b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3722,15 +3722,31 @@ } }, "node_modules/@ts-morph/common": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.26.0.tgz", - "integrity": "sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.27.0.tgz", + "integrity": "sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ==", + "license": "MIT", "dependencies": { - "fast-glob": "^3.3.2", - "minimatch": "^9.0.4", + "fast-glob": "^3.3.3", + "minimatch": "^10.0.1", "path-browserify": "^1.0.1" } }, + "node_modules/@ts-morph/common/node_modules/minimatch": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@tsconfig/node20": { "version": "20.1.5", "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.5.tgz", @@ -15969,6 +15985,7 @@ "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -17882,7 +17899,8 @@ "node_modules/path-browserify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", - "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "license": "MIT" }, "node_modules/path-exists": { "version": "4.0.0", @@ -21122,12 +21140,12 @@ "license": "Apache-2.0" }, "node_modules/ts-morph": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-25.0.1.tgz", - "integrity": "sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-26.0.0.tgz", + "integrity": "sha512-ztMO++owQnz8c/gIENcM9XfCEzgoGphTv+nKpYNM1bgsdOVC/jRZuEBf6N+mLLDNg68Kl+GgUZfOySaRiG1/Ug==", "license": "MIT", "dependencies": { - "@ts-morph/common": "~0.26.0", + "@ts-morph/common": "~0.27.0", "code-block-writer": "^13.0.3" } }, @@ -23524,7 +23542,7 @@ "prompts": "^2.4.2", "semver": "^7.3.8", "ssri": "^12.0.0", - "ts-morph": "^25.0.0", + "ts-morph": "^26.0.0", "update-notifier": "^7.0.0", "uslug": "^1.0.4", "validate-npm-package-name": "^6.0.0" diff --git a/packages/api/package.json b/packages/api/package.json index 9dae9448..24d4b19f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -65,7 +65,7 @@ "prompts": "^2.4.2", "semver": "^7.3.8", "ssri": "^12.0.0", - "ts-morph": "^25.0.0", + "ts-morph": "^26.0.0", "update-notifier": "^7.0.0", "uslug": "^1.0.4", "validate-npm-package-name": "^6.0.0"