diff --git a/.projenrc.mts b/.projenrc.mts index 9e8782ec6..3990f1a7b 100644 --- a/.projenrc.mts +++ b/.projenrc.mts @@ -472,7 +472,7 @@ project.addSubproject( ...pkg, copyrightYear: '2024', type: 'module', - deps: ['debug@4.3.5', 'execa@8.0.1', 'minimatch@9.0.5'], + deps: ['debug@4.3.5', 'execa@8.0.1', 'minimatch@10.0.1'], devDeps: ['@types/debug@4.1.12', 'prettier@3.3.2', 'projen@0.82.4'], peerDeps: ['projen@^0.82.0'], }, diff --git a/change/@langri-sha-projen-lint-synthesized-7d9232a7-76f4-4b7e-8e54-33af0b34436e.json b/change/@langri-sha-projen-lint-synthesized-7d9232a7-76f4-4b7e-8e54-33af0b34436e.json new file mode 100644 index 000000000..83628efce --- /dev/null +++ b/change/@langri-sha-projen-lint-synthesized-7d9232a7-76f4-4b7e-8e54-33af0b34436e.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore(deps): fix(deps): update dependency minimatch to v10", + "packageName": "@langri-sha/projen-lint-synthesized", + "email": "email not defined", + "dependentChangeType": "patch" +} diff --git a/packages/projen-lint-synthesized/.projen/deps.json b/packages/projen-lint-synthesized/.projen/deps.json index 3e2bb63bf..fb23cdad7 100644 --- a/packages/projen-lint-synthesized/.projen/deps.json +++ b/packages/projen-lint-synthesized/.projen/deps.json @@ -42,7 +42,7 @@ }, { "name": "minimatch", - "version": "9.0.5", + "version": "10.0.1", "type": "runtime" } ], diff --git a/packages/projen-lint-synthesized/package.json b/packages/projen-lint-synthesized/package.json index d6fb82f45..3118f8c34 100644 --- a/packages/projen-lint-synthesized/package.json +++ b/packages/projen-lint-synthesized/package.json @@ -23,7 +23,7 @@ "dependencies": { "debug": "4.3.5", "execa": "8.0.1", - "minimatch": "9.0.5" + "minimatch": "10.0.1" }, "devDependencies": { "@langri-sha/tsconfig": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 31d055981..7a85db0bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -478,8 +478,8 @@ importers: specifier: 8.0.1 version: 8.0.1 minimatch: - specifier: 9.0.5 - version: 9.0.5 + specifier: 10.0.1 + version: 10.0.1 devDependencies: '@langri-sha/tsconfig': specifier: workspace:* @@ -4526,6 +4526,10 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -10576,6 +10580,10 @@ snapshots: minimalistic-assert@1.0.1: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11